this post was submitted on 01 Jun 2025
5 points (100.0% liked)
Australian Tech
202 readers
1 users here now
For techs and techy stuff.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Some points:
Your idea of tossing email without DMARC will not give you the results you hope for. You'll miss important emails, and you'll still get a steady flow of spam.
BTW, an extremely well-known cybersecurity expert's newsletter (Brian Krebs) goes out from a domain that is missing a DMARC policy! This just shows how not used it is.
I have checks in my email client and I put red tags on emails that aren't p=reject or that fail SPF or DKIM checks, so I'm extra careful. This is better than just tossing email with no DMARC policy.
I know this doesn't answer your question, but maybe you should think about whether you really want to do this.
Okay, something I don't get. Why is setting a specific DMARC policy more effective or desired than always strictly checking that SPF and DKIM pass on the receiving end? Gotta have both of those set up anyway for DMARC to pass, and the advice to small business owners from Big Tech in 2025 is still that DMARC isn't mandatory for "small senders" (less than 1000 emails a month I think is he criterion). DMARC just seems like extra cruft, if it requires SPF and DKIM to be aligned in order for your email to pass it when everything is properly configured.
Edit: I should make clear as well, I understand DMARC has uses other than setting the policy, but since we're talking about the policy specifically I'm playing devil's advocate a bit. Though I am honestly not sure I understand the argument for requiring DMARC on the sender's end to tell you how to handle their mail in the event of authentication failure, instead of simply requiring strict alignment for SPF and DKIM specifically in your spam filter settings.