summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToArchive.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-37/+0
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-2/+2
* Convert ToArchive tests to doctests and do a minimal amount of handler moduleBarry Warsaw2007-07-111-4/+1
* Update copyright years.bwarsaw2007-01-191-1/+1
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-2/+2
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-291-11/+2
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-5/+6
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-241-1/+10
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process(): Ignore all values of X-No-Archive: header; it's merebwarsaw2002-02-261-5/+5
* Use cStringIO directly instead of our own hack-around StringIObwarsaw2001-10-011-1/+1
* process(): We don't need to set the `received_time' metadata item,bwarsaw2001-05-141-1/+0
* process(): `received_time' should only be added to the message'sbwarsaw2001-05-011-2/+2
* Conversion to mimelib.bwarsaw2001-02-151-24/+12
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-3/+2
* process(): Don't try to restore the date if it is None, otherwise webwarsaw2000-10-061-1/+2
* process(): Honor "X-No-Archive: yes", which means don't add thebwarsaw2000-10-051-2/+4
* process(): Do the clobber_date logic here instead of inbwarsaw2000-09-141-2/+21
* process(): ArchiveMail() now takes a second argument, msgdata, whichbwarsaw2000-06-231-1/+1
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-3/+2
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* process(): Short-circuit return for when the list object attributebwarsaw2000-02-081-1/+1
* process(): If the message has a header like "X-Archive: No" (casebwarsaw2000-02-031-0/+4
* New pipeline delivery modulebwarsaw1999-11-101-0/+28