From d0ce063e92abd326eb228ccea47b80e6d6c1740f Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sat, 12 Oct 2013 11:58:53 +0200 Subject: [PATCH] NL bounces: add AutoRe pattern in Out-of-Office detection Signed-off-by: Nicolas Iooss --- bin/newsletter.bounces.processor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/newsletter.bounces.processor.py b/bin/newsletter.bounces.processor.py index 7cb0d74..075d315 100755 --- a/bin/newsletter.bounces.processor.py +++ b/bin/newsletter.bounces.processor.py @@ -394,6 +394,7 @@ class OutOfOfficeFilter(MboxFilter): r'^Absen(t|ce)', r'^(AUTO: )?Out of (the )?office', r'^Auto( ?): ', + r'^AutoRe( ?):', r'^Automatic reply: ', r'automatique d\'absence', r'AutoReply', -- 2.1.4