aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-09-08 06:28:44 +0100
committerRobin Houston <robin@lenny.robin>2011-09-08 06:28:44 +0100
commit94ff0bd6139f1c5eae0809dcee5e77ea728a0e19 (patch)
tree22455f20828d114aea1088cac754bf7e02befaaf /script
parentbfef9fe4210a6057b0e19bafe6f5d8d9c756a53c (diff)
More out-of-office message detection
Diffstat (limited to 'script')
-rwxr-xr-xscript/handle-mail-replies3
1 files changed, 3 insertions, 0 deletions
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