aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI <futatuki@poem.co.jp>2017-05-24 13:32:56 +0900
committerYasuhito FUTATSUKI <futatuki@poem.co.jp>2017-05-24 13:32:56 +0900
commitbb87ece84df2753e481879f45fb9b5da014db893 (patch)
tree74b7bb418516fe2f871cfefb1b4da8169a2b3f75 /NEWS
parent616bb6262452e23384e8d26d03577604c03ddf70 (diff)
parentc498829e94cafdc194a45eaf49d4f75785ac0a7a (diff)
downloadmailman2-bb87ece84df2753e481879f45fb9b5da014db893.tar.gz
mailman2-bb87ece84df2753e481879f45fb9b5da014db893.tar.xz
mailman2-bb87ece84df2753e481879f45fb9b5da014db893.zip
Merge lp:mailman/2.1 rev 1703
Diffstat (limited to '')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2bd0e9b0..9c38b72e 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,13 @@ Here is a history of user visible changes to Mailman.
New Features
+ - There is a new RCPT_BASE64_HEADER_NAME setting. If this is set to a
+ non-empty string, that string is the name of a header that will be added
+ to personalized and VERPed deliveries with value equal to the base64
+ encoding of the recipient's email address. This is intended to enable
+ identification of the recipient otherwise redacted from "spam report"
+ feedback loop messages.
+
- cron/senddigests has a new -e/--exceptlist option to send pending
digests for all but a named list. (LP: #1619770)