diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-05-17 13:54:43 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-05-17 13:54:43 -0700 |
commit | 29f51f1e3b79040d67f827e655029d17dbb6c226 (patch) | |
tree | 063906418605cb6f73c1a806dc76cee6f040f1f3 /NEWS | |
parent | 686cd52aa51e7a01a321ef83581b75c3de0efc55 (diff) | |
download | mailman2-29f51f1e3b79040d67f827e655029d17dbb6c226.tar.gz mailman2-29f51f1e3b79040d67f827e655029d17dbb6c226.tar.xz mailman2-29f51f1e3b79040d67f827e655029d17dbb6c226.zip |
Improved logging of banned subscription and address change attempts.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Improved logging of banned subscription and address change attempts. + (LP: #1582856) + - In rare circumstances a list can be removed while the admin or listinfo CGI or bin/list_lists is running causing an uncaught MMUnknownListError to be thrown. The exception is now caught and handled. (LP: #1582532) |