diff options
author | Mark Sapiro <msapiro@value.net> | 2011-01-13 17:00:40 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-01-13 17:00:40 -0800 |
commit | e568dea9f2c2fa0855f1742eeab7d0bd24e7a158 (patch) | |
tree | 455e443f036edb855e95ef98b465ac6c63cb6dd6 /NEWS | |
parent | 07e69cf16e80a1514f0e7e6f8110063eeb738c44 (diff) | |
download | mailman2-e568dea9f2c2fa0855f1742eeab7d0bd24e7a158.tar.gz mailman2-e568dea9f2c2fa0855f1742eeab7d0bd24e7a158.tar.xz mailman2-e568dea9f2c2fa0855f1742eeab7d0bd24e7a158.zip |
- Fixed a bug where content filtering could leave a multipart message or
part with just one sub-part. These should be recast to just the sub-part.
Bug #701558.
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 where content filtering could leave a multipart message or + part with just one sub-part. These should be recast to just the sub-part. + Bug #701558. + - 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. |