diff options
author | Mark Sapiro <msapiro@value.net> | 2012-03-25 13:45:51 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2012-03-25 13:45:51 -0700 |
commit | 097ad5a0a6a1df417b6129a7992a353467367600 (patch) | |
tree | bacd4621e6a1cc844f812117dd6b7ac1c01f040b /NEWS | |
parent | fbf25ca208265ed0b2a39aa29a198e2ca180eeeb (diff) | |
download | mailman2-097ad5a0a6a1df417b6129a7992a353467367600.tar.gz mailman2-097ad5a0a6a1df417b6129a7992a353467367600.tar.xz mailman2-097ad5a0a6a1df417b6129a7992a353467367600.zip |
Backported regular_exclude_ignore list attribute feature from 2.2 branch.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,13 @@ Here is a history of user visible changes to Mailman. New Features + - There is a new list attribute regular_exclude_ignore set from mm_cfg.py + DEFAULT_REGULAR_EXCLUDE_IGNORE. This defaults to True even though the + prior behavior is equivalent to False. A True setting will ignore an + exclude list if the poster is not a member of that list. The False + setting can result in list members not receiving posts if the nonmember + post is not accepted by the exclude list. Backported from 2.2 branch. + - Eliminated the list cache from the qrunners. Indirect self-references caused lists to never be dropped from the cache which in turn caused the qrunners to grow very large in installations with many lists or |