aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-05-23 12:45:06 -0700
committerMark Sapiro <mark@msapiro.net>2017-05-23 12:45:06 -0700
commitc498829e94cafdc194a45eaf49d4f75785ac0a7a (patch)
tree1a9bf0bf3ae22ba9e0a21c73e0562ef603ebe8a7 /NEWS
parent48b5c517cec11db47c97a5ddacee6c5f8d15e4e4 (diff)
downloadmailman2-c498829e94cafdc194a45eaf49d4f75785ac0a7a.tar.gz
mailman2-c498829e94cafdc194a45eaf49d4f75785ac0a7a.tar.xz
mailman2-c498829e94cafdc194a45eaf49d4f75785ac0a7a.zip
Implement base64 encoded recipient header.
Diffstat (limited to 'NEWS')
-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)