aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/Decorate.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Decorate.py Fixed bug 1507248 by ignoring header/footer charactersmsapiro2006-06-231-2/+2
| | | | | | | | outside the character set of the list's language. - Utils.py Fixed a security hole which allowed a crafted URI to inject bogus apparent messages into the error log, possibly inducing an admin to visit a phishing site.
* Back out Revision 2.18.2.19 patch for email.Message.set_payload() bugtkikuchi2006-01-291-7/+2
| | | | because it is overwrapped in Mailman.Message.
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-1/+2
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-171-1/+6
| | | | | | I've tested the example by Mark Sapiro: http://mail.python.org/pipermail/mailman-developers/2005-November/018395.html both with and without 'Content-Transfer-Encoding' but may need more test.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Copyright years and whitespace normalization.bwarsaw2005-05-131-4/+3
|
* Fix UnicodeDecodeError and UnicodeEncodeError to UnicodeError.tkikuchi2005-05-081-1/+1
| | | | Both are introduced in Python2.3. UnicodeError catches both.
* Username may contain non-ascii character for English-US.tkikuchi2005-03-281-3/+3
| | | | Fall back to email address.
* Precautions against 'charset=' (empty) message.tkikuchi2004-12-011-1/+4
|
* [ 872068 ] Decorate.py patch (by tkikuchi)tkikuchi2004-09-181-13/+36
| | | | Use unicode concatnation in header+message+footer
* process(): Update a few email package calls.bwarsaw2003-12-011-5/+11
|
* Copyright yearsbwarsaw2003-01-071-4/+4
|
* process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw2003-01-071-2/+6
| | | | | | | | | header to the headers and footers parts as a hint to persnickety clients (not mentioning Outlook here) that the text should be displayed inline instead of as attachments. It does no harm so even if it doesn't completely fix the problem it sounds like a good idea.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+183
'Release_2_1-maint'.