NL bounces: newsletter-externes@polytechnique.org bouncing address changed after...
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 9 Nov 2013 19:42:27 +0000 (20:42 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 24 Nov 2013 15:48:28 +0000 (16:48 +0100)
Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
bin/newsletter.bounces.processor.py

index a8f138c..cffa64f 100755 (executable)
@@ -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