aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-10-29 13:24:47 -0700
committerMark Sapiro <mark@msapiro.net>2013-10-29 13:24:47 -0700
commit2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232 (patch)
tree02214c9944edf19cb11b7108a9506410d38f73f1 /NEWS
parentc2f599fd9b708faf45d8dd621cdd89cc814f60d5 (diff)
downloadmailman2-2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232.tar.gz
mailman2-2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232.tar.xz
mailman2-2be3678296dfe921fc9cf4a2cd3a8ed71fdd4232.zip
Implemented whitelist for headers to keep for anonymous lists.
Diffstat (limited to '')
-rwxr-xr-xNEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56e0cd60..d7cb9b85 100755
--- a/NEWS
+++ b/NEWS
@@ -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)