diff options
Diffstat (limited to 'script/handle-mail-replies')
-rwxr-xr-x | script/handle-mail-replies | 3 |
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 |