[mailman] mise à jour du 'plugin' spamassassin
darcs-hash:20100301031644-ffbb2-7dd0d45f00b1f3dd9fc15f58fb5636a4e8af0e1f.gz
This commit is contained in:
parent
5076e346bf
commit
5c484241b2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def process(mlist, msg, msgdata):
|
|||
if MEMBER_BONUS_LIST != 0:
|
||||
for sender in msg.get_senders():
|
||||
if mlist.isMember(sender) or \
|
||||
matches_p(sender, mlist.accept_these_nonmembers):
|
||||
matches_p(sender, mlist.accept_these_nonmembers, mlist.internal_name()):
|
||||
score -= MEMBER_BONUS_LIST
|
||||
break
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue