aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-09-13 15:52:21 -0700
committerMark Sapiro <mark@msapiro.net>2009-09-13 15:52:21 -0700
commit3cf944a0c4457ef5b10c12f34327645002995a7b (patch)
tree0ea638d0d2d69fc466686108e9cdee840485c438 /NEWS
parente58957d954b69f9c368fccb7141098c7a0741ce0 (diff)
downloadmailman2-3cf944a0c4457ef5b10c12f34327645002995a7b.tar.gz
mailman2-3cf944a0c4457ef5b10c12f34327645002995a7b.tar.xz
mailman2-3cf944a0c4457ef5b10c12f34327645002995a7b.zip
Fixed the auto-responder to treat messages to -confirm, -join, -leave,
-subscribe and -unsubscribe as requests rather than posts. Bug #427962.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ef848f82..4f14a389 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed the auto-responder to treat messages to -confirm, -join, -leave,
+ -subscribe and -unsubscribe as requests rather than posts. Bug #427962.
+
- Configure/make no longer builds Japanese and Korean codecs in
pythonlib if Python already has them.