aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2012-02-05 13:37:29 -0800
committerMark Sapiro <msapiro@value.net>2012-02-05 13:37:29 -0800
commit3d6e6f1d79d14e4aa2fb0d044949787ad818bc25 (patch)
tree9a571788d6119341a10a37f5b84f7ea21437f970 /NEWS
parentfdd6141b978cdc0876263d962f996eb88964537b (diff)
downloadmailman2-3d6e6f1d79d14e4aa2fb0d044949787ad818bc25.tar.gz
mailman2-3d6e6f1d79d14e4aa2fb0d044949787ad818bc25.tar.xz
mailman2-3d6e6f1d79d14e4aa2fb0d044949787ad818bc25.zip
Backported 2.2 branch fix for a problem in SpamDetect.py that could
cause header_filter_rules to fail to match RFC 2047 encoded headers.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96d6ff58..d21b8004 100644
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Backported 2.2 branch fix for a problem in SpamDetect.py that could
+ cause header_filter_rules to fail to match RFC 2047 encoded headers.
+
- Fix for bug #629738 could cause a crash in the admindb details display
if the decoded message body contained characters not in the character
set of the list's preferred language. Fixed. Bug #910440.