Text & documents
Numbers & maths
Data & formats
Security
Development & DevOps
Artificial Intelligence
Finance
Health & Wellness
Productivity
Games & Entertainment
Multimedia & design
Business
How to use
What this is

Paste an email’s headers ("Show original" in Gmail, "View source" in Outlook, or the text of an .eml) and it tells you what SPF, DKIM, and DMARC say about it, plus a couple of social-engineering indicators (a Reply-To that differs from the From). It also accepts SPF/DMARC/DKIM DNS records (the output of dig, or the value as-is) to audit a domain’s CONFIGURATION. Nothing leaves your browser.

Why doesn't it recompute DMARC alignment?

Because the receiving server ALREADY computed it with data these pasted headers don't have in full (every intermediate hop, the exact organizational domain). This tool translates and explains what Authentication-Results already says with dmarc=, instead of trying to guess it worse.

Where do I get the DNS records?

With dig txt yourdomain.com, dig txt _dmarc.yourdomain.com, or dig txt selector._domainkey.yourdomain.com — or from your DNS provider’s dashboard. Paste the whole line or just the value, quoted or not: it’s recognized either way.

Email headers and DMARC auditorSPF, DKIM, DMARC — from an email’s headers or its DNS records
Email headers and DMARC auditorPaste email headers, or SPF/DMARC/DKIM DNS records. 100% in your browser
It isn't sent or saved: it's analyzed in your browser