diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/rules/dmarc.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/docs/dmarc-moderation.rst | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/rules/dmarc.py b/src/mailman/rules/dmarc.py index ba42ef70a..67a8d9045 100644 --- a/src/mailman/rules/dmarc.py +++ b/src/mailman/rules/dmarc.py @@ -261,7 +261,7 @@ class DMARCModeration: 'policy of reject or quarantine, and your message' ' has been automatically rejected. If you think ' 'that your messages are being rejected in error, ' - 'contact the mailing list owner at $listowner.')) + 'contact the mailing list owner at ${listowner}.')) msgdata['moderation_reasons'] = [wrap(reason)] # Add the hit for the reject notice. msgdata.setdefault('rule_hits', []).append('dmarc-moderation') diff --git a/src/mailman/rules/docs/dmarc-moderation.rst b/src/mailman/rules/docs/dmarc-moderation.rst index e0bfe6b07..91da762d3 100644 --- a/src/mailman/rules/docs/dmarc-moderation.rst +++ b/src/mailman/rules/docs/dmarc-moderation.rst @@ -136,7 +136,8 @@ There is now a reject message in the virgin queue. You are not allowed to post to this mailing list From: a domain which publishes a DMARC policy of reject or quarantine, and your message has been automatically rejected. If you think that your messages are - being rejected in error, contact the mailing list owner at $listowner. + being rejected in error, contact the mailing list owner at + _xtest-owner@example.com. <BLANKLINE> The original message as received by Mailman is attached. <BLANKLINE> |
