From e469619d91f4f15574e233a2cfa4b07c8d7f36d6 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 1 Aug 2009 16:15:35 -0700 Subject: Mailman no longer folds long sub-part headers in multipart messages. 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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 47bc5f73..e73c3ff7 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,11 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Mailman no longer folds long sub-part headers in multipart messages. + 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. + - XSS protection in the web interface went too far in escaping HTML entities. Fixed. -- cgit v1.2.3