------------------------------------------------------------
revno: 1592
fixes bug: https://launchpad.net/bugs/1526550
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Tue 2015-12-15 15:20:33 -0800
message:
Treat a poster's address which matches an equivalent_domains address as
a list member for the regular_exclude_ignore check.
modified:
Mailman/Handlers/CalcRecips.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/CalcRecips.py'
--- Mailman/Handlers/CalcRecips.py 2014-09-19 16:21:24 +0000
+++ Mailman/Handlers/CalcRecips.py 2015-12-15 23:20:33 +0000
@@ -184,6 +184,12 @@
for sender in msg.get_senders():
if slist.isMember(sender):
break
+ for sender in Utils.check_eq_domains(sender,
+ slist.equivalent_domains):
+ if slist.isMember(sender):
+ break
+ if slist.isMember(sender):
+ break
else:
continue
srecips = set([slist.getMemberCPAddress(m)
=== modified file 'NEWS'
--- NEWS 2015-12-14 22:25:18 +0000
+++ NEWS 2015-12-15 23:20:33 +0000
@@ -22,6 +22,9 @@
Bug fixes and other patches
+ - Treat a poster's address which matches an equivalent_domains address as
+ a list member for the regular_exclude_ignore check. (LP: #1526550)
+
- Fixed an issue that sometimes left no white space following
subject_prefix. (LP: #1525954)
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org