From: Nicolas Iooss Date: Sat, 9 Nov 2013 19:42:27 +0000 (+0100) Subject: NL bounces: newsletter-externes@polytechnique.org bouncing address changed after... X-Git-Tag: xorg/1.1.10~15 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=532d50bce06a72b6ae8ec0a5ec4c171c11b95be3;p=platal.git NL bounces: newsletter-externes@polytechnique.org bouncing address changed after mailman update Signed-off-by: Nicolas Iooss --- diff --git a/bin/newsletter.bounces.processor.py b/bin/newsletter.bounces.processor.py index a8f138c..cffa64f 100755 --- a/bin/newsletter.bounces.processor.py +++ b/bin/newsletter.bounces.processor.py @@ -308,7 +308,7 @@ class DirectBouncesFilter(MboxFilter): self.seen += 1 # Special case: ignore mailman notifications for the mailing-list # on which the NL is forwarded - if message['From'] == 'newsletter-externes-bounces@polytechnique.org': + if message['From'] == 'newsletter-externes-owner@polytechnique.org': print('! Dropping a notification from mailman for newsletter-externes@polytechnique.org, this should be OK.') self.seen -= 1 return True