i'm wondering: after we received a boss-scam mail that was showing the faked From
in the webinterface, i read a bit about how SPF is checked, and apparently it is checked against the Return-path
and not the From
header. (This reddit was good summary https://www.reddit.com/r/sysadmin/comments/20rnt6/smtp_question_does_spf_only_validate_the/ )
Whats the benefit of this? As far as i can see, this renders the whole idea almost useless, as it doesnt prevent spammers from sending spam with faked From
headers at all. What am i missing here?
(This is just because i'm wondering, i'am aware that DKIM + DMARC will solve this spam problem :) )