Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated links to Python documentation. | Mark Sapiro | 2009-01-11 | 2 | -2/+2 | |
| | ||||||
* | Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757. | Mark Sapiro | 2008-12-19 | 1 | -2/+2 | |
| | ||||||
* | Fixed a problem where GuiBase._getValidValue() would truncate a floating | Mark Sapiro | 2008-04-21 | 1 | -0/+5 | |
| | | | | | | | point Number type to an int if the value was a float instead of a numeric string. This affected setting floating point values with config_list. Updated NEWS for 2.1.10 final. | |||||
* | Gui/GuiBase.py - Don't allow self references in *_these_nonmembers | Mark Sapiro | 2008-03-15 | 1 | -4/+12 | |
| | | | | | | | | | | | | or regular_(in|ex)clude_lists. Handlers/CalcRecips.py - Log and skip any self reference lists in regular_(in|ex)clude_lists. Compare To: and Cc: addresses and regular_(in|ex)clude_lists case insensitively. Handlers/Moderate.py - Log and skip any self reference lists in *_these_nonmembers. | |||||
* | Mailman/Cgi/edithtml.py | Mark Sapiro | 2007-12-04 | 1 | -9/+23 | |
| | | | | | | | | | | | | Mailman/Gui/General.py Mailman/Utils.py - Better detection of potentially evil HTML in GUI. Mailman/Version.py NEWS - Updates for 2.1.10b1 release. Mailman/Gui/General.py messages/mailman.pot - Added admin_member_chunksize to Gui. Two new associated messages. | |||||
* | Mailman/Archiver/HyperArch.py | Mark Sapiro | 2007-11-25 | 1 | -12/+14 | |
| | | | | | | | | Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages. | |||||
* | Add 'sibling list' feature: exclude and include lists are other mailing | Tokio Kikuchi | 2007-11-25 | 1 | -0/+24 | |
| | | | | | lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962) | |||||
* | Privacy.py - Last check-in was too agressive at removing trailing blanks. | Mark Sapiro | 2007-11-18 | 1 | -5/+5 | |
| | ||||||
* | Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9 | Mark Sapiro | 2007-11-18 | 2 | -22/+29 | |
| | | | | | | | | Gui/GuiBase.py Gui/Privacy.py Handlers/Moderate.py - Patched with a slightly modified version of sf patch 1220144 - allow specifying another list in accept_these_nonmembers. | |||||
* | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 2006-09-01 | 1 | -1/+0 | |
| | | | | | | | yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1! | |||||
* | CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery by | bwarsaw | 2006-08-30 | 1 | -4/+5 | |
| | | | | | Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry). | |||||
* | SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we should | tkikuchi | 2006-03-23 | 2 | -3/+3 | |
| | | | | | care all the .po files in language directories. More fixes should be done in mailman-2.2. | |||||
* | Copyright years. | bwarsaw | 2006-01-14 | 1 | -2/+3 | |
| | ||||||
* | Fix: [ 1194419 ] Lose Topics when go directly to topics URL | tkikuchi | 2006-01-14 | 1 | -0/+3 | |
| | ||||||
* | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2005-12-30 | 2 | -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. | |||||
* | Back port from MAIN: "Reply-To-Useful" link fixed. | tkikuchi | 2005-10-23 | 1 | -1/+1 | |
| | ||||||
* | Fix bug-id 1230865: Spam filter get lost. | tkikuchi | 2005-10-23 | 1 | -1/+5 | |
| | | | | Update the filter only if there is hdrfilter_* input. | |||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 16 | -16/+16 | |
| | ||||||
* | Whitespace normalization, and updates of copyright years. | bwarsaw | 2005-07-17 | 1 | -7/+7 | |
| | ||||||
* | Introduce new attribute (collapse_alternatives) to allow HTML in | tkikuchi | 2005-07-13 | 1 | -2/+10 | |
| | | | | multipart/alternative message after content filtering. | |||||
* | Updated the link to the "Reply-To munging considered useful" essay. | bwarsaw | 2005-07-01 | 1 | -4/+3 | |
| | ||||||
* | Use of websafe() here is too severe. Only '<' is escaped. | tkikuchi | 2005-03-10 | 1 | -1/+2 | |
| | ||||||
* | The first header_filter_rules can be empty. Thanks Bryan Fullerton. | tkikuchi | 2005-02-23 | 1 | -0/+3 | |
| | ||||||
* | sourceforge patch id=1107169, re-use member_moderation_notice ... | tkikuchi | 2005-02-06 | 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) | |||||
* | Remove misleading detail for respond_to_post_requests. | tkikuchi | 2005-02-05 | 1 | -6/+2 | |
| | ||||||
* | [ 601117 ] add sequencial number in subject prefix | tkikuchi | 2004-10-09 | 1 | -1/+5 | |
| | | | | Here is my major patch. It was postponed to 2.2 but since 2.2 is so late... | |||||
* | [ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. times | tkikuchi | 2004-10-09 | 1 | -1/+7 | |
| | | | | [ 1026977 ] check attachment header by SpamDetect.py | |||||
* | [ 790494 ] built-in automatic discard | tkikuchi | 2004-10-08 | 1 | -0/+7 | |
| | ||||||
* | Merging SF patches: | tkikuchi | 2004-10-03 | 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 | |||||
* | Oops, this patch may be more modular. sorry for the bad first job. | tkikuchi | 2004-09-15 | 1 | -76/+79 | |
| | ||||||
* | Fix for "spam filter removed" SF id: 1020102/ bug rep. 1013079/1020013 | tkikuchi | 2004-09-15 | 1 | -73/+75 | |
| | | | | this looks easiest and my first commit to Mailman source tree. ;-) (TK) | |||||
* | _escape(): Everything except the 'info' variable gets the normal web-safe | bwarsaw | 2004-02-17 | 1 | -8/+19 | |
| | | | | | escaping. 'info' sanitizes just <script> and </script> tags. This partially closes bugs 870028 and 881369. | |||||
* | handleForm(): Call out to self._escape() to make any entered data web-safe. | bwarsaw | 2004-02-17 | 1 | -3/+7 | |
| | | | | | This allows subclasses to override where necessary. The default implementaton is to call Utils.websafe(). | |||||
* | whitespace normalization | bwarsaw | 2004-01-20 | 1 | -3/+3 | |
| | ||||||
* | GetConfigInfo(): Elaborate on the details for bounce_score_threshold. | bwarsaw | 2004-01-20 | 1 | -2/+14 | |
| | ||||||
* | handleForm(): Close some cross-site scripting holes found by Dirk | bwarsaw | 2003-12-13 | 2 | -4/+5 | |
| | | | | Mueller. | |||||
* | True/False where appropriate. | bwarsaw | 2003-12-01 | 1 | -18/+19 | |
| | | | | handleForm(): Close a very minor, potential CSS hole. | |||||
* | GetConfigInfo(), handleForm(): Added header_filter_rules, a new variable which | bwarsaw | 2003-12-01 | 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. | |||||
* | _getValidValue(): Basically ignore HeaderFilter widgets. They'll be handled | bwarsaw | 2003-12-01 | 1 | -0/+2 | |
| | | | | in the Privacy.py file. | |||||
* | Backporting from the HEAD -- updated u/i | bwarsaw | 2003-09-22 | 3 | -7/+9 | |
| | ||||||
* | Backporting from the trunk. | bwarsaw | 2003-04-20 | 1 | -9/+27 | |
| | ||||||
* | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 2003-03-31 | 1 | -2/+3 | |
| | | | | Ademar de Souza Reis Jr | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 17 | -0/+2414 | ||
'Release_2_1-maint'. |