diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-09-16 19:52:18 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-09-16 19:52:18 -0700 |
commit | d5a48ae6a27174e6d9ce925d63b749b77db54582 (patch) | |
tree | 8484fb5bd7e55c4d03b324c245c3c530aa7e57c9 /NEWS | |
parent | 6f9679030c1c2037a6a12555dbfe02445b012646 (diff) | |
download | mailman2-d5a48ae6a27174e6d9ce925d63b749b77db54582.tar.gz mailman2-d5a48ae6a27174e6d9ce925d63b749b77db54582.tar.xz mailman2-d5a48ae6a27174e6d9ce925d63b749b77db54582.zip |
Subject prefixing could fail to collapse multiple 'Re:' in an incomming
message if they all came after the list's subject_prefix.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Subject prefixing could fail to collapse multiple 'Re:' in an incomming + message if they all came after the list's subject_prefix. This is now + fixed. (LP: #1496620) + - Defended against a user submitting URLs with query fragments or POST data containing multiple occurrences of the same variable. (LP: #1496632) |