From e6c088e6b72e5bfee26fda8d933e8d71ea672b30 Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Thu, 8 Sep 2011 06:18:35 +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 fa45d135a..b4846b440 100755 --- a/script/handle-mail-replies +++ b/script/handle-mail-replies @@ -106,6 +106,9 @@ def is_oof?(message) if subject.start_with? "Out of Office AutoReply:" return true end + if subject.end_with? "is out of the office" + return true + end return false end -- cgit v1.2.3