up vote 1 down vote favorite
share [g+] share [fb]

I have written a php e-mail processing client that uses the IMAP protocol.

I noticed that it processes auto responders like normal e-mails which is undesirable. Is there something in the mail header that would indicate that the e-mail is not from a human but from an auto/vacation responder?

Any help would be appreciated.

link|improve this question

Same problem happening for me. Could you find any solution? – Sabya Sep 23 '10 at 6:59
Unfortunately not. – Etienne Oct 5 '10 at 14:50
feedback

1 Answer

up vote 1 down vote accepted

There is no 100% reliable way to do this. However, automated messages should have an empty (<>) Envelope-From header (that's the RFC821 "MAIL FROM" header, not the RFC822 "From:" header).

How you determine what the Envelope-From header is from the messages you retrieve via IMAP will depend on your mail server implementation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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