summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToArchive.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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