Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's actually quite easy to fake an email address because SMTP doesn't authenticate the sender. For example, I can send someone (exampleperson@example.com) an email that appears to be from 'admin@facebook.com' with one line of php code:

<?php mail('exampleperson@example.com', 'Example Subject', 'Example Message', 'From: admin@facebook.com' ); ?>



That explains spoofing of the originating address; to generate a signed email surely you would need a set of certificates.


Oops I missed that. noonat's solution seems more likely then.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: