aboutsummaryrefslogtreecommitdiffstats
path: root/script/handle-mail-replies
diff options
context:
space:
mode:
Diffstat (limited to 'script/handle-mail-replies')
-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