diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-10-29 13:24:47 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-10-29 13:24:47 -0700 |
commit | 2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232 (patch) | |
tree | 02214c9944edf19cb11b7108a9506410d38f73f1 /NEWS | |
parent | c2f599fd9b708faf45d8dd621cdd89cc814f60d5 (diff) | |
download | mailman2-2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232.tar.gz mailman2-2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232.tar.xz mailman2-2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232.zip |
Implemented whitelist for headers to keep for anonymous lists.
Diffstat (limited to '')
-rwxr-xr-x | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ Here is a history of user visible changes to Mailman. 2.1.17 (xx-xxx-xxxx) + New Features + + - There is a new mm_cfg.py setting ANONYMOUS_LIST_KEEP_HEADERS. Since it + is not possible to know which non-standard headers in a message might + reveal sender information, we now remove all headers from incoming posts + to anonymous lists except those which match regular expressions in this + list. The default setting keeps non X- headers except those known to + reveal sender information, Mailman added X- headers and x-Spam- headers. + See the description in Defaults.py for more information. (LP: #1246039) + Bug Fixes and other patches - Fixed a possible UnicodeDecodeError in bin/sync_members. (LP: #1243343) |