aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-12-04 14:25:28 -0800
committerMark Sapiro <mark@msapiro.net>2009-12-04 14:25:28 -0800
commit7cc048257bc4e26af8e7dfe8a21fb24b77109302 (patch)
tree90a921f5e04bd7f58ef44715274ec7fddf139b37 /NEWS
parent437e19bde3fe5e6fdccb0ec79ba0726190f4fd19 (diff)
downloadmailman2-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--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5be550b8..293cd7c2 100644
--- a/NEWS
+++ b/NEWS
@@ -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.