Corporate domains had SPF and DMARC published, but third-party senders on those domains were failing authentication and landing in quarantine. The simulator below is the tool built to make that gap legible to IT, DevOps, and leadership: it parses a real SPF record token by token, evaluates alignment for both authenticators, and traces the delivery verdict back to its cause.
p=quarantine.With DKIM signing aligned, the same sending paths moved from quarantine to inbox with no change to the DMARC policy itself. The broader effort corrected SPF and DMARC records across company property domains in coordination with IT and DevOps, moving sender identity from a published policy to an enforced one.
Source for the simulator component is in src/DmarcSimulator.jsx alongside this page.