diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-12-07 20:51:42 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-12-07 20:51:42 -0800 |
commit | cb8225458e7044a4f096bbbb6fb5a3126d691f41 (patch) | |
tree | 7e8d8845b495b3bba4b763ef7074cd5362bc742e /NEWS | |
parent | 90cf692002ba35728385ee0bfacab578944bdd82 (diff) | |
download | mailman2-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-x | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |