From f48f75cccf27cdd098cb5c5e0f8c063361f80c1e Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 22 Sep 2017 08:22:42 -0700 Subject: The default DMARC reject reason now properly replaces %(listowner)s. --- Mailman/Handlers/SpamDetect.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Mailman') 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 -- cgit v1.2.3