diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-10-17 19:30:06 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-10-17 19:30:06 -0700 |
commit | 2b8a93aad055efe7754ee3f1c93afd588b1d53ff (patch) | |
tree | 37101c8d0febd829d79abf43ac061259357f1f0c /NEWS | |
parent | ac9886b17e0462f70209cc2ee0bc3744dd9bd520 (diff) | |
download | mailman2-2b8a93aad055efe7754ee3f1c93afd588b1d53ff.tar.gz mailman2-2b8a93aad055efe7754ee3f1c93afd588b1d53ff.tar.xz mailman2-2b8a93aad055efe7754ee3f1c93afd588b1d53ff.zip |
Invalid regexps in *_these_nonmembers, subscribe_auto_approval and
ban_list are now logged.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Invalid regexps in *_these_nonmembers, subscribe_auto_approval and + ban_list are now logged. (LP: #1507241) + - Refactored the GetPattern list method to simplify extending @listname syntax to new attributes in the future. Changed Moderate.py to use the GetPattern method to process the *_these_nonmembers lists. |