aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-12-07 20:51:42 -0800
committerMark Sapiro <mark@msapiro.net>2014-12-07 20:51:42 -0800
commitcb8225458e7044a4f096bbbb6fb5a3126d691f41 (patch)
tree7e8d8845b495b3bba4b763ef7074cd5362bc742e /NEWS
parent90cf692002ba35728385ee0bfacab578944bdd82 (diff)
downloadmailman2-cb8225458e7044a4f096bbbb6fb5a3126d691f41.tar.gz
mailman2-cb8225458e7044a4f096bbbb6fb5a3126d691f41.tar.xz
mailman2-cb8225458e7044a4f096bbbb6fb5a3126d691f41.zip
Accept email command in Subject: prefixed with Re: or similar with no
intervening space.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11795058..d2013f40 100755
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Accept email command in Subject: prefixed with Re: or similar with no
+ intervening space. (LP: #1400200)
+
- Fixed a UnicodeDecodeError that could occur in the web admin interface
if 'text' valued attributes have unicode values. (LP: #1397170)