diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-03-02 13:50:24 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-03-02 13:50:24 -0800 |
commit | cc87ff27d108c9991f9ad93d682b06a40e7127bf (patch) | |
tree | 87d9aba39bc0533f0a343bfaa5ff62cb58b6d8a1 /NEWS | |
parent | a542b45f13b6da18a63927f3324faa6b3ffefe71 (diff) | |
download | mailman2-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-x | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |