aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Mailbox.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright dates.Mark Sapiro2018-06-171-1/+1
|
* Fixed bin/arch to not create scrubbed attachments for messages skippedMark Sapiro2013-12-131-1/+9
| | | | when processing the --start= option.
* Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessageMark Sapiro2011-12-121-3/+4
| | | | | method that could cause a corrupt mailbox for files opened 'w+'. Bug #901957.
* Mailman no longer folds long sub-part headers in multipart messages.Mark Sapiro2009-08-011-2/+2
| | | | | | | | | | | In addition, Mailman no longer escapes From_ lines in the body of messages sent to regular list members, although MTA's may do it anyway. This is to avoid breaking signatures per Bug #265967. Changes include - Message.py, added a Generator class to avoid header folding and an as_string() method wirth a mangle_from_ argument. - Mailbox.py, uses new Message.Generator class. - SMTPDirect.py, uses as_string(mangle_from_=False) to flatten message. - Scrubber.py, removed unused ScrubberGenerator class.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Backport from the trunk, and catalog regeneration.bwarsaw2003-04-191-8/+18
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+101
'Release_2_1-maint'.