From 94ff0bd6139f1c5eae0809dcee5e77ea728a0e19 Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Thu, 8 Sep 2011 06:28:44 +0100 Subject: More out-of-office message detection --- script/handle-mail-replies | 3 +++ 1 file changed, 3 insertions(+) (limited to 'script/handle-mail-replies') diff --git a/script/handle-mail-replies b/script/handle-mail-replies index 7304e0528..e0f18d166 100755 --- a/script/handle-mail-replies +++ b/script/handle-mail-replies @@ -112,6 +112,9 @@ def is_oof?(message) if subject.start_with? "Out of Office AutoReply:" return true end + if subject == "Out of Office" + return true + end if subject.end_with? "is out of the office" return true end -- cgit v1.2.3