Don't have an account? Sign up
If you're already signed up, please sign in
DMARC p=quarantine — a DMARC policy requesting that receivers treat failing messages as suspicious, commonly by placing them in spam or quarantine.
DMARC checks whether the domain in the visible From address aligns, under strict or relaxed rules, with a domain that passed SPF or DKIM. The policy is published in DNS, while the receiver retains the final message-handling decision.
DMARC p=quarantine — a DMARC policy requesting that receivers treat failing messages as suspicious, commonly by placing them in spam or quarantine.
A message passes when SPF or DKIM succeeds and the authenticated domain aligns with the domain in From. SPF or DKIM success without alignment does not produce a DMARC pass.
First configure SPF and DKIM for every legitimate source, enable reporting, and correct alignment failures. Then move from monitoring toward enforcement. RFC 9989 removed the pct tag and introduced the t testing tag.