Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-03-10 | Use of websafe() here is too severe. Only '<' is escaped. | tkikuchi | 1 | -1/+2 | |
2005-02-23 | The first header_filter_rules can be empty. Thanks Bryan Fullerton. | tkikuchi | 1 | -0/+3 | |
2005-02-06 | sourceforge patch id=1107169, re-use member_moderation_notice ... | tkikuchi | 1 | -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-05 | Remove misleading detail for respond_to_post_requests. | tkikuchi | 1 | -6/+2 | |
2004-10-09 | [ 601117 ] add sequencial number in subject prefix | tkikuchi | 1 | -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. times | tkikuchi | 1 | -1/+7 | |
[ 1026977 ] check attachment header by SpamDetect.py | |||||
2004-10-08 | [ 790494 ] built-in automatic discard | tkikuchi | 1 | -0/+7 | |
2004-10-03 | Merging SF patches: | tkikuchi | 2 | -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-15 | Oops, this patch may be more modular. sorry for the bad first job. | tkikuchi | 1 | -76/+79 | |
2004-09-15 | Fix for "spam filter removed" SF id: 1020102/ bug rep. 1013079/1020013 | tkikuchi | 1 | -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-safe | bwarsaw | 1 | -8/+19 | |
escaping. 'info' sanitizes just <script> and </script> tags. This partially closes bugs 870028 and 881369. | |||||
2004-02-17 | handleForm(): Call out to self._escape() to make any entered data web-safe. | bwarsaw | 1 | -3/+7 | |
This allows subclasses to override where necessary. The default implementaton is to call Utils.websafe(). | |||||
2004-01-20 | whitespace normalization | bwarsaw | 1 | -3/+3 | |
2004-01-20 | GetConfigInfo(): Elaborate on the details for bounce_score_threshold. | bwarsaw | 1 | -2/+14 | |
2003-12-13 | handleForm(): Close some cross-site scripting holes found by Dirk | bwarsaw | 2 | -4/+5 | |
Mueller. | |||||
2003-12-01 | True/False where appropriate. | bwarsaw | 1 | -18/+19 | |
handleForm(): Close a very minor, potential CSS hole. | |||||
2003-12-01 | GetConfigInfo(), handleForm(): Added header_filter_rules, a new variable which | bwarsaw | 1 | -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 handled | bwarsaw | 1 | -0/+2 | |
in the Privacy.py file. | |||||
2003-09-22 | Backporting from the HEAD -- updated u/i | bwarsaw | 3 | -7/+9 | |
2003-04-20 | Backporting from the trunk. | bwarsaw | 1 | -9/+27 | |
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -2/+3 | |
Ademar de Souza Reis Jr |