diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-02-13 10:41:28 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-02-13 10:41:28 -0800 |
commit | 5ba57761e56781bad331d7832a30a50c59acabaa (patch) | |
tree | 4334ab40732c9291e6e156bc91178a7c8efb4489 /NEWS | |
parent | f90f0411be35a6c6c88c86932a956df4c64b8358 (diff) | |
download | mailman2-5ba57761e56781bad331d7832a30a50c59acabaa.tar.gz mailman2-5ba57761e56781bad331d7832a30a50c59acabaa.tar.xz mailman2-5ba57761e56781bad331d7832a30a50c59acabaa.zip |
Because of privacy concerns with the 2.2 backport adding real name to
list rosters, this is controlled by a new ROSTER_DISPLAY_REALNAME
setting that defaults to No.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -158,6 +158,11 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Because of privacy concerns with the 2.2 backport adding real name to + list rosters, this is controlled by a new ROSTER_DISPLAY_REALNAME + setting that defaults to No. You may wish to set this to Yes in + mm_cfg.py. + - Organization: headers are now unconditionally removed from posts to anonymous lists. Regexps in ANONYMOUS_LIST_KEEP_HEADERS weren't kept if the regexp included the trailing ':'. This is fixed too. |