From 71ae12f5fcefc1398db31176b9baf21fc0b60481 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 27 Jul 2000 07:10:54 +0000 Subject: HasExplicitDest(): Integrating a patch from Gergely Madarasz from 20-Jun-2000; Resent-CC: should also be considered an explicit destination. --- Mailman/MailList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/MailList.py') diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 1268500a0..50392c30c 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -1226,7 +1226,7 @@ it will not be changed."""), # check all recipient addresses against the list's explicit addresses, # specifically To: Cc: and Resent-to: to = [] - for header in ('to', 'cc', 'resent-to'): + for header in ('to', 'cc', 'resent-to', 'resent-cc'): to.extend(msg.getaddrlist(header)) for fullname, addr in to: addr = string.lower(addr) -- cgit v1.2.3-70-g09d2