I'm working on a mail server that receives messages from users. I want to be able to filter Outlook's "Out of office" autoreply messages. It seems that there's no special header in those messages, so it seems that the only option is to identify them by the subject line (they start with "Out of office AutoReply").

But identifying using the subject line has it's issues too, for example -- what if the users has a different locale and the text will be in a different language?

Has anyone tackled this before and has a better way to identify those messages? (or the list of translations :))

link|improve this question

50% accept rate
Looking at OoO messages here coming from Exchange 2007 indicates that they start with "Out of Office:". I think subject line is definitely out. Good luck with this, not sure how you will do it. – starskythehutch Aug 16 '10 at 9:06
Thanks, added it as another test case... for now I will have to use the string matching option. – arikfr Aug 17 '10 at 7:43
feedback

1 Answer

I believe JAMES has a method for identifying out of office replies. I used to work for a small ESP and that's what we used to send email and parse responses we'd get.

link|improve this answer
Sorry, but what is JAMES? – arikfr Mar 10 '11 at 18:18
JAMES is an open-source java-based mail platform. JAMES – jayhawkjoe Mar 11 '11 at 14:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.