aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-09-16 19:52:18 -0700
committerMark Sapiro <mark@msapiro.net>2015-09-16 19:52:18 -0700
commitd5a48ae6a27174e6d9ce925d63b749b77db54582 (patch)
tree8484fb5bd7e55c4d03b324c245c3c530aa7e57c9 /NEWS
parent6f9679030c1c2037a6a12555dbfe02445b012646 (diff)
downloadmailman2-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-xNEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 193e3fec..b9d022d6 100755
--- a/NEWS
+++ b/NEWS
@@ -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)