diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-10-15 21:06:52 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-10-15 21:06:52 -0700 |
commit | ac9886b17e0462f70209cc2ee0bc3744dd9bd520 (patch) | |
tree | 762c9e8849d860f2911ab5e2031cb9db90c32128 /NEWS | |
parent | b7f4af5909c45a4084174d6b5a4c3ea9742fd997 (diff) | |
download | mailman2-ac9886b17e0462f70209cc2ee0bc3744dd9bd520.tar.gz mailman2-ac9886b17e0462f70209cc2ee0bc3744dd9bd520.tar.xz mailman2-ac9886b17e0462f70209cc2ee0bc3744dd9bd520.zip |
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.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - 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. + - Changed CookHeaders to default to using space rather than tab as continuation_ws when folding headers. (LP: #1505878) |