|
|
|
|
|
by jcnnghm
5846 days ago
|
|
It's possible to forge headers in certain circumstances. It's not easy. And this is the first time this has happened. It's ridiculously easy to forge email headers. Headers are manually created whenever programmatically sending email messages. That's how messages can be sent from addresses that don't exist, like devnull@example.com or noreply@yourdomain.com. They don't even send a confirmation email that you have to approve before stuff is posted? |
|
To clarify this a little, in case anyone isn't familiar, to send an email message programmatically, you basically just send a string with some headers and body content to the email server. Here are what the headers look like:
To change the sender, all you'd need to do is change the from line. For example: A default sendmail implementation will deliver that message all day. Email headers should never be used for authentication.