summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Cleanse.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-58/+0
* Update copyright years. Change a plugin name.Barry Warsaw2008-01-131-1/+1
* Add an interface IArchiver which is used to calculate urls and send messagesBarry Warsaw2008-01-131-0/+2
* Convert the Cleanse handler tests to doctest style.Barry Warsaw2007-06-191-3/+3
* Update copyright years.bwarsaw2007-01-191-1/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-3/+7
* Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to amsapiro2006-01-151-10/+1
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* Remove Approve: header as well as Approved:msapiro2005-11-131-0/+2
* SF patch #1287546 to remove DomainKey (and similar) headers.bwarsaw2005-09-121-1/+10
* back porting from 2.1.6tkikuchi2005-08-281-1/+9
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process(): When the list is anonymous, delete X-Originating-Emailbwarsaw2003-04-221-4/+6
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* Update copyright years.bwarsaw2002-03-161-1/+1
* process(): Be sure to del msg['from'] before adding a new From:bwarsaw2001-08-011-0/+1
* process(): Remove any Urgent: headers since these can containbwarsaw2001-07-101-1/+2
* Conversion to mimelib.bwarsaw2001-02-151-6/+2
* process(): Because this module modifies the message object, set thebwarsaw2000-07-271-0/+3
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-4/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Remove "x-pmrqc:" header which apparently Pegasus mail can use to minebwarsaw1999-11-251-0/+2
* New pipeline delivery modulebwarsaw1999-11-101-0/+35