If there a reliable way to identify an email message as a forward? -



If there a reliable way to identify an email message as a forward? -

i think reply no, thought i'd inquire in case knows better.

the application work on accepts incoming email, i'm trying find way identify message having been forwarded (not server-side forwarding, regular old "i want forwards email message"), can identify original sender address (and content).

i see indication can via email headers, leaving me parsing subject , body clues, inconsistent.

you want x-forwarded-for header (which applies html email)

from wikipedia:

x-forwarded-for email-header indicating email-message forwarded 1 or more other accounts (probably automatic).

email email-headers

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -