diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-10-07 21:57:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-10-07 21:57:09 -0700 |
commit | 68073e8b93147371bc020afd3b41d5e173574044 (patch) | |
tree | c3a3c2cfcad183fc2f42ad0671274cd6c6706415 /NEWS | |
parent | d7b0aff13ec27bf1b1476b7771affab62788e6ea (diff) | |
download | mailman2-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-x | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |