diff options
| author | Mark Sapiro | 2016-11-01 08:04:07 -0700 |
|---|---|---|
| committer | Mark Sapiro | 2016-11-01 08:04:07 -0700 |
| commit | c77e6918d80a5aeab557f9f171594c858ef926f5 (patch) | |
| tree | 8d9d3d9142f98e5d4dd26dd4f17136c61b3c5d8b /src/mailman/rules/dmarc.py | |
| parent | 49d8574bf25039b67d33c1390b4d23d54a81e8f8 (diff) | |
| download | mailman-c77e6918d80a5aeab557f9f171594c858ef926f5.tar.gz mailman-c77e6918d80a5aeab557f9f171594c858ef926f5.tar.zst mailman-c77e6918d80a5aeab557f9f171594c858ef926f5.zip | |
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') |
