diff options
author | Mark Sapiro <msapiro@value.net> | 2011-11-22 16:49:45 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-11-22 16:49:45 -0800 |
commit | f3a329f7968b5f4df0753bb876887432e30225db (patch) | |
tree | 85ee820e963adb14dacb1e02a55b524a89bf7f91 /NEWS | |
parent | 05dafc005f8dc71aadd8602418f44434cf64a352 (diff) | |
download | mailman2-f3a329f7968b5f4df0753bb876887432e30225db.tar.gz mailman2-f3a329f7968b5f4df0753bb876887432e30225db.tar.xz mailman2-f3a329f7968b5f4df0753bb876887432e30225db.zip |
Changed subject prefixing to allow for possible whitespace between an
'Re' and the following colon when determining how to add the prefix.
Bug #893290.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -71,6 +71,10 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Changed subject prefixing to allow for possible whitespace between an + 'Re' and the following colon when determining how to add the prefix. + Bug #893290. + - Fixed a problem where topics regexps would not match RFC 2047 encoded Keywords: and/or Subject: headers. Bug #891676. |