diff options
author | Mark Sapiro <msapiro@value.net> | 2011-01-13 16:53:30 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-01-13 16:53:30 -0800 |
commit | 07e69cf16e80a1514f0e7e6f8110063eeb738c44 (patch) | |
tree | f1b8111501203068c7246dfc6b3eeba15cb70c61 /NEWS | |
parent | 1584b7fac294eb6eb3bc000f3a3e5f79fe013a3f (diff) | |
download | mailman2-07e69cf16e80a1514f0e7e6f8110063eeb738c44.tar.gz mailman2-07e69cf16e80a1514f0e7e6f8110063eeb738c44.tar.xz mailman2-07e69cf16e80a1514f0e7e6f8110063eeb738c44.zip |
- Fixed a bug that could erroneously handle posts from addresses in
*_these_nonmembers and send held/rejected notices to bogus addresses when
The From or other sender header is RFC 2047 encoded. Bug #702516.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed a bug that could erroneously handle posts from addresses in + *_these_nonmembers and send held/rejected notices to bogus addresses when + The From or other sender header is RFC 2047 encoded. Bug #702516. + - Updated contrib/mm-handler-2.1.10 to better handle lists with names that look like admin addresses. Bug #697161. |