aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-04-12 21:13:10 -0700
committerMark Sapiro <msapiro@value.net>2011-04-12 21:13:10 -0700
commite9ec77e3daca1779de124346a239c0e0fcfd74d7 (patch)
tree4cbcba527ed138ac3c1a410117980144052c5260 /NEWS
parentdcbf47f5dad04b1b879dfe4fdc40d9aa633d403b (diff)
downloadmailman2-e9ec77e3daca1779de124346a239c0e0fcfd74d7.tar.gz
mailman2-e9ec77e3daca1779de124346a239c0e0fcfd74d7.tar.xz
mailman2-e9ec77e3daca1779de124346a239c0e0fcfd74d7.zip
Fixed a problem where content filtering could remove the headers from
an attached message/rfc822 part if the message in that part is multipart/alternative and collapse_alternatives is Yes. Bug #757062.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ec7c3f9..8f9308c0 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,9 @@ Here is a history of user visible changes to Mailman.
Bug #670988.
Bug Fixes and other patches
+ - Fixed a problem where content filtering could remove the headers from
+ an attached message/rfc822 part if the message in that part is
+ multipart/alternative and collapse_alternatives is Yes. Bug #757062.
- Changed the subscribe CGI to strip leading and trailing whitespace from
the supplied email address. Bug #745432.