aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-11-24 06:11:28 -0800
committerMark Sapiro <mark@msapiro.net>2015-11-24 06:11:28 -0800
commit756248e006212012519c9ad698b0704cc0d96c5d (patch)
tree134a4cd2c3404d5fe096cf2ecbb90a160d32ea5b /NEWS
parent8e017140ec920c6cb30191db2c092c4d75a9c7b1 (diff)
downloadmailman2-756248e006212012519c9ad698b0704cc0d96c5d.tar.gz
mailman2-756248e006212012519c9ad698b0704cc0d96c5d.tar.xz
mailman2-756248e006212012519c9ad698b0704cc0d96c5d.zip
Avoid skipping a handler which rejected or discarded a message
when message is subsequently shunted and unshunted.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 20f9cbb2..13461158 100755
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - It was possible under some circumstances for a message to be shunted
+ after a handler rejected or discarded it, and the handler would be
+ skipped upon unshunting and the message accepted. (LP: #1519062)
+
- Posts gated to usenet will no longer have other than the target group
in the Newsgroups: header. (LP: #1512866)