aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/Scrubber.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decoded RFC 2047 encoded message subjects for a few reports. Bug #266428.Mark Sapiro2009-12-031-0/+1
* Mailman no longer folds long sub-part headers in multipart messages.Mark Sapiro2009-08-011-21/+0
* Backported several bug fixes from the 2.2 branch.Mark Sapiro2009-07-311-1/+1
* Work around email 3.0.1 issue when set_payload charset arg is unicode.Mark Sapiro2009-01-131-1/+4
* Now that Python 2.4 is the minimum and we will use more recent installedMark Sapiro2008-11-301-2/+2
* Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw2008-11-121-3/+3
* Scrubber.py - changed to use part.get_payload(), not part._payload.Mark Sapiro2007-11-181-2/+2
* - Scrubber.pyMark Sapiro2007-11-061-5/+6
* Scrubber.py - Cleaned up a few loose ends and incomplete things left after theMark Sapiro2007-06-221-17/+19
* Scrubber.py - If a malformed message has Content-Type: with amsapiro2007-06-151-4/+7
* base64 codec raises 'AssertionError'. This should not occur in normal casetkikuchi2007-05-091-1/+1
* - CGI/admin.pymsapiro2007-05-081-2/+29
* Fixed bug 1430236 by catching TypeError when trying to get a decoded payloadmsapiro2006-02-191-1/+6
* variable name: it is not a floating number. (time tuple)tkikuchi2006-02-031-2/+2
* Back out Revision 2.18.2.19 patch for email.Message.set_payload() bugtkikuchi2006-01-291-10/+3
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-5/+6
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-171-21/+24
* Add an extra trailing space in scrubbed content URL. This may save thetkikuchi2005-12-131-1/+3
* Add OverflowError in the except list. (back port from MAIN).tkikuchi2005-10-231-1/+1
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
* Backout last checkin. The fix was already coded in the following part. ^^;)tkikuchi2005-07-131-3/+0
* A part can be None type in Python2.4 if multipart/mixed without real content.tkikuchi2005-07-131-0/+3
* process(): One more bug fix, though this one should be safe. Under email 2.5,bwarsaw2005-05-221-1/+8
* New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1.bwarsaw2005-01-161-4/+3
* Provision for part == None case. Closing bug# 1099138tkikuchi2005-01-121-2/+4
* Normalize charset to the output if input/output are different.tkikuchi2004-11-131-0/+3
* fix bugs when using ARCHIVE_HTML_SANITIZER = 1tkikuchi2004-10-141-2/+3
* Merging SF patches:tkikuchi2004-10-031-2/+16
* [ 891491 ] Scrubber.py patch by tkikuchitkikuchi2004-09-171-10/+43
* True/False where appropriate.bwarsaw2003-12-011-1/+1
* True/False where appropriate.bwarsaw2003-12-011-15/+23
* Backporting from the HEAD -- updated handlersbwarsaw2003-09-221-2/+5
* Backporting from the trunk.bwarsaw2003-02-081-29/+72
* Copyright years.bwarsaw2003-01-101-4/+4
* safe_strftime(): Watch out for TypeError coming back from strftime().bwarsaw2003-01-101-1/+1
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+400