aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-10-07 21:57:09 -0700
committerMark Sapiro <mark@msapiro.net>2013-10-07 21:57:09 -0700
commit68073e8b93147371bc020afd3b41d5e173574044 (patch)
treec3a3c2cfcad183fc2f42ad0671274cd6c6706415 /NEWS
parentd7b0aff13ec27bf1b1476b7771affab62788e6ea (diff)
downloadmailman2-68073e8b93147371bc020afd3b41d5e173574044.tar.gz
mailman2-68073e8b93147371bc020afd3b41d5e173574044.tar.xz
mailman2-68073e8b93147371bc020afd3b41d5e173574044.zip
- Fixed a crash in SpamDetect.py which caused messages with unparseable
RFC 2047 encoded headers to be shunted. (LP: #1235101)
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b341129f..1011a900 100755
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a crash in SpamDetect.py which caused messages with unparseable
+ RFC 2047 encoded headers to be shunted. (LP: #1235101)
+
- Fixed cron/disabled to send a fresh cookie when notifying disabled
members. (LP: #1203200)