diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-09-13 15:52:21 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-09-13 15:52:21 -0700 |
commit | 3cf944a0c4457ef5b10c12f34327645002995a7b (patch) | |
tree | 0ea638d0d2d69fc466686108e9cdee840485c438 /NEWS | |
parent | e58957d954b69f9c368fccb7141098c7a0741ce0 (diff) | |
download | mailman2-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |