aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-03-02 13:50:24 -0800
committerMark Sapiro <mark@msapiro.net>2015-03-02 13:50:24 -0800
commitcc87ff27d108c9991f9ad93d682b06a40e7127bf (patch)
tree87d9aba39bc0533f0a343bfaa5ff62cb58b6d8a1 /NEWS
parenta542b45f13b6da18a63927f3324faa6b3ffefe71 (diff)
downloadmailman2-cc87ff27d108c9991f9ad93d682b06a40e7127bf.tar.gz
mailman2-cc87ff27d108c9991f9ad93d682b06a40e7127bf.tar.xz
mailman2-cc87ff27d108c9991f9ad93d682b06a40e7127bf.zip
A LookupError in SpamDetect on a message with RFC 2047 encoded headers
in an unknown character set is fixed.
Diffstat (limited to '')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c2f25ac5..baf770b9 100755
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - A LookupError in SpamDetect on a message with RFC 2047 encoded headers
+ in an unknown character set is fixed. (LP: #1427389)
+
- Fixed a bug in CommandRunner that could process the second word of a
body line as a command word and a case sensitivity in commands in
Subject: with an Re: prefix. (LP: #1426829)