diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-03-01 08:35:02 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-03-01 08:35:02 -0800 |
commit | a542b45f13b6da18a63927f3324faa6b3ffefe71 (patch) | |
tree | edc396353c5f164ff24e6ddcb68c7d62f3df7c43 /NEWS | |
parent | 22fb785f196e2bcf667193e64bf5e5af5351eada (diff) | |
download | mailman2-a542b45f13b6da18a63927f3324faa6b3ffefe71.tar.gz mailman2-a542b45f13b6da18a63927f3324faa6b3ffefe71.tar.xz mailman2-a542b45f13b6da18a63927f3324faa6b3ffefe71.zip |
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.
Diffstat (limited to '')
-rwxr-xr-x | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - 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) + - Fixed a bug in CommandRunner that threw an uncaught KeyError if the input to the list-request address contained a command word terminated by a period. (LP: #1426825) |