aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-10-17 19:30:06 -0700
committerMark Sapiro <mark@msapiro.net>2015-10-17 19:30:06 -0700
commit2b8a93aad055efe7754ee3f1c93afd588b1d53ff (patch)
tree37101c8d0febd829d79abf43ac061259357f1f0c /NEWS
parentac9886b17e0462f70209cc2ee0bc3744dd9bd520 (diff)
downloadmailman2-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-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 12dbf8fc..d468f076 100755
--- a/NEWS
+++ b/NEWS
@@ -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.