diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-05-23 12:45:06 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-05-23 12:45:06 -0700 |
commit | c498829e94cafdc194a45eaf49d4f75785ac0a7a (patch) | |
tree | 1a9bf0bf3ae22ba9e0a21c73e0562ef603ebe8a7 /NEWS | |
parent | 48b5c517cec11db47c97a5ddacee6c5f8d15e4e4 (diff) | |
download | mailman2-c498829e94cafdc194a45eaf49d4f75785ac0a7a.tar.gz mailman2-c498829e94cafdc194a45eaf49d4f75785ac0a7a.tar.xz mailman2-c498829e94cafdc194a45eaf49d4f75785ac0a7a.zip |
Implement base64 encoded recipient header.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |