in message
I would like to know if there is any way of checking if an email has
been
doctored. I believe this is the case with some emails I received. I
have
never sent an email to that person but the email shows as if we have
been
communicating for a while. Please help
So you receive copies of e-mails that show prior conversation(s) which
you claim to have never participated. And so what? Anyone can put
anything they want into the body of their e-mail. Anyone, like a
spammer, can claim any e-mail address they want in the From header
because it is *data* sent during the DATA command with the SMTP server
and not part of the RCPT-TO command that specifies the true recipients
of an e-mail. SMTP was designed under a trust model which is easy to
break.
Unless the e-mail was digitally signed to show it was altered after
being sent from whomever composed the e-mail, anyone can edit a
received e-mail however they chose. Also, unless replies *attach* the
original e-mail, the headers are lost and so is the digital signature,
so there is no proof in a reply that quoted the original message
*inline* that the quoted content was not edited. Unless a respondent
ATTACHES the original e-mail, they are NEVER sending you the original
e-mail.
The original e-mail must be ATTACHED and be DIGITALLY SIGNED for you
to know that it was not doctored.