diff options
Diffstat (limited to 'src/mailman/rules/dmarc.py')
| -rw-r--r-- | src/mailman/rules/dmarc.py | 2 |
1 files changed, 1 insertions, 1 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') |
