diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-10-27 14:56:53 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-10-27 14:56:53 +0900 |
commit | af70c2e38f4df2ea8be1cc3e50b6a43686fb2888 (patch) | |
tree | 236035ba79bf8979426e316078c2f93f0bc5319d /Mailman/Handlers | |
parent | 170bba3f35048cdbb95713fd1d45dd43b301d005 (diff) | |
parent | bc77a098657cbc0db309de8fb9e63d079f43f955 (diff) | |
download | mailman2-af70c2e38f4df2ea8be1cc3e50b6a43686fb2888.tar.gz mailman2-af70c2e38f4df2ea8be1cc3e50b6a43686fb2888.tar.xz mailman2-af70c2e38f4df2ea8be1cc3e50b6a43686fb2888.zip |
merge lp:mailman/2.1 2.1.25 release (rev 1726)
Diffstat (limited to 'Mailman/Handlers')
-rw-r--r-- | Mailman/Handlers/SpamDetect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Handlers/SpamDetect.py b/Mailman/Handlers/SpamDetect.py index aaddff5f..257cdb24 100644 --- a/Mailman/Handlers/SpamDetect.py +++ b/Mailman/Handlers/SpamDetect.py @@ -117,6 +117,7 @@ def process(mlist, msg, msgdata): if text: text = Utils.wrap(text) else: + listowner = mlist.GetOwnerEmail() text = Utils.wrap(_( """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 |