------------------------------------------------------------
revno: 1723
fixes bug: https://launchpad.net/bugs/1718962
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Fri 2017-09-22 08:22:42 -0700
message:
The default DMARC reject reason now properly replaces %(listowner)s.
modified:
Mailman/Handlers/SpamDetect.py
NEWS
--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1
Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Handlers/SpamDetect.py'
--- Mailman/Handlers/SpamDetect.py 2016-07-15 02:10:24 +0000
+++ Mailman/Handlers/SpamDetect.py 2017-09-22 15:22:42 +0000
@@ -117,6 +117,7 @@
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
=== modified file 'NEWS'
--- NEWS 2017-08-02 22:29:52 +0000
+++ NEWS 2017-09-22 15:22:42 +0000
@@ -26,6 +26,9 @@
Bug fixes and other patches
+ - The default DMARC reject reason now properly replaces %(listowner)s.
+ (LP: #1718962)
+
- The web roster page now shows case preserved email addresses.
(LP: #1707447)
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org