aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-01-14Copyright years.bwarsaw1-2/+3
2006-01-14Fix: [ 1194419 ] Lose Topics when go directly to topics URLtkikuchi1-0/+3
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2-6/+6
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
2005-10-23Back port from MAIN: "Reply-To-Useful" link fixed.tkikuchi1-1/+1
2005-10-23Fix bug-id 1230865: Spam filter get lost.tkikuchi1-1/+5
Update the filter only if there is hdrfilter_* input.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi16-16/+16
2005-07-17Whitespace normalization, and updates of copyright years.bwarsaw1-7/+7
2005-07-13Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi1-2/+10
multipart/alternative message after content filtering.
2005-07-01Updated the link to the "Reply-To munging considered useful" essay.bwarsaw1-4/+3
2005-03-10Use of websafe() here is too severe. Only '<' is escaped.tkikuchi1-1/+2
2005-02-23The first header_filter_rules can be empty. Thanks Bryan Fullerton.tkikuchi1-0/+3
2005-02-06sourceforge patch id=1107169, re-use member_moderation_notice ...tkikuchi1-0/+6
Instead of re-use, a new variable 'nonmember_rejection_notice' was introduced. For compatibility with my patch for subject numbering, 'data_version' was raised by 3. Sorry for the leap but I want MY user to get smooth update. (TK)
2005-02-05Remove misleading detail for respond_to_post_requests.tkikuchi1-6/+2
2004-10-09[ 601117 ] add sequencial number in subject prefixtkikuchi1-1/+5
Here is my major patch. It was postponed to 2.2 but since 2.2 is so late...
2004-10-09[ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. timestkikuchi1-1/+7
[ 1026977 ] check attachment header by SpamDetect.py
2004-10-08[ 790494 ] built-in automatic discardtkikuchi1-0/+7
2004-10-03Merging SF patches:tkikuchi2-0/+31
[ 904850 ] Scrubber in regular delivery per list [ 1027882 ] filter attachments by filename extensions and a patch in mailman-dev mailing list http://mail.python.org/pipermail/mailman-developers/2004-September/017246.html
2004-09-15Oops, this patch may be more modular. sorry for the bad first job.tkikuchi1-76/+79
2004-09-15Fix for "spam filter removed" SF id: 1020102/ bug rep. 1013079/1020013tkikuchi1-73/+75
this looks easiest and my first commit to Mailman source tree. ;-) (TK)
2004-02-17_escape(): Everything except the 'info' variable gets the normal web-safebwarsaw1-8/+19
escaping. 'info' sanitizes just <script> and </script> tags. This partially closes bugs 870028 and 881369.
2004-02-17handleForm(): Call out to self._escape() to make any entered data web-safe.bwarsaw1-3/+7
This allows subclasses to override where necessary. The default implementaton is to call Utils.websafe().
2004-01-20whitespace normalizationbwarsaw1-3/+3
2004-01-20GetConfigInfo(): Elaborate on the details for bounce_score_threshold.bwarsaw1-2/+14
2003-12-13handleForm(): Close some cross-site scripting holes found by Dirkbwarsaw2-4/+5
Mueller.
2003-12-01True/False where appropriate.bwarsaw1-18/+19
handleForm(): Close a very minor, potential CSS hole.
2003-12-01GetConfigInfo(), handleForm(): Added header_filter_rules, a new variable whichbwarsaw1-2/+114
collects regular expression rules to match against the message's outer headers, along with the action to take when a match occurs.
2003-12-01_getValidValue(): Basically ignore HeaderFilter widgets. They'll be handledbwarsaw1-0/+2
in the Privacy.py file.
2003-09-22Backporting from the HEAD -- updated u/ibwarsaw3-7/+9
2003-04-20Backporting from the trunk.bwarsaw1-9/+27
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-2/+3
Ademar de Souza Reis Jr