OJFord / amail

AWS-hosted personal email system: sending, receiving, storage, and forwarding (relaying). `notmuch` client. JMAP server WIP.
Other
10 stars 0 forks source link

Remove SPF/DKIM fail tags; mark DMARC fails as spam #19

Open OJFord opened 1 year ago

OJFord commented 1 year ago

SES sometimes let's mail through with a passing spam verdict, but a DMARC fail. I think we should consider all DMARC fails spam - in my experience the majority are, and legitimate but misconfigured mail is relatively rare. (And if it's misconfigured, surely the 'spam' tag making you slightly more alert to it being potentially untrustworthy is welcome.)

Also, probably no need for separate SPF/DKIM tags. An SPF fail can be perfectly valid with a DMARC (via DKIM) pass.