diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-07-19 12:24:22 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-07-19 12:24:22 -0700 |
commit | 037acd8e92f42f86f5086a570a23466c128fc480 (patch) | |
tree | 037f431c99cd1ee3b426e0825f36b7c4194d2684 /NEWS | |
parent | ca48001a003aa2f19602fac2b2037ec7b49a7061 (diff) | |
download | mailman2-037acd8e92f42f86f5086a570a23466c128fc480.tar.gz mailman2-037acd8e92f42f86f5086a570a23466c128fc480.tar.xz mailman2-037acd8e92f42f86f5086a570a23466c128fc480.zip |
Second cut at the author_is_list feature.
Diffstat (limited to '')
-rwxr-xr-x | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ Here is a history of user visible changes to Mailman. compatability with DMARC and or ADSP. There is a new mm_cfg.py setting DEFAULT_AUTHOR_IS_LIST to control the default for new lists, and the existing REMOVE_DKIM_HEADERS setting has been extended to allow removing - those headers only for author_is_list = Yes lists. + those headers only for author_is_list = Yes lists. This feature must be + enabled by setting ALLOW_AUTHOR_IS_LIST to Yes in mm_cfg.py. - There is a new DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting which if set to Yes in mm_cfg.py will display a set of radio buttons in the admindb |