aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-03-06 22:27:49 -0800
committerMark Sapiro <mark@msapiro.net>2016-03-06 22:27:49 -0800
commitbf7b73081b17eda9589e5cd6ee0242912633d306 (patch)
tree5e5f614a395f9aac8308f58c46295ae823f0a779 /NEWS
parent7ec3c9cbbb0bb8fa4b966a52c51a9c916b8e690e (diff)
downloadmailman2-bf7b73081b17eda9589e5cd6ee0242912633d306.tar.gz
mailman2-bf7b73081b17eda9589e5cd6ee0242912633d306.tar.xz
mailman2-bf7b73081b17eda9589e5cd6ee0242912633d306.zip
Fixed CommandRunner shunting a message with a null byte in the body.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b4549610..bb41216d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Fixed an issue with CommandRunner shunting a malformed message with a
+ null byte in the body. (LP: #1553888)
+
- Don't collapse multipart with a single sub-part inside multipart/signed
parts. (LP: #1551075)