diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-12-04 14:25:28 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-12-04 14:25:28 -0800 |
commit | 7cc048257bc4e26af8e7dfe8a21fb24b77109302 (patch) | |
tree | 90a921f5e04bd7f58ef44715274ec7fddf139b37 /NEWS | |
parent | 437e19bde3fe5e6fdccb0ec79ba0726190f4fd19 (diff) | |
download | mailman2-7cc048257bc4e26af8e7dfe8a21fb24b77109302.tar.gz mailman2-7cc048257bc4e26af8e7dfe8a21fb24b77109302.tar.xz mailman2-7cc048257bc4e26af8e7dfe8a21fb24b77109302.zip |
- Added vette logging for rejected and discarded (un)subscribe requests.
- Fixed a bug in admindb.py that could erroneously discard an unsubscribe
request as a duplicate.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Added vette logging for rejected and discarded (un)subscribe requests. + + - Fixed a bug in admindb.py that could erroneously discard an unsubscribe + request as a duplicate. + - Decoded RFC 2047 encoded message subjects for a few reports. Bug #266428. |