DMARC p= Tag — Policy (p)

The DMARC p tag sets the policy for mail that fails DMARC checks. "none" monitors only; "quarantine" sends to spam; "reject" blocks the message entirely.

Importance
Required
Tag
p=
Default
None
Example
p=reject

✅ Valid Values

none No action taken. Mail is delivered normally. Best for initial monitoring.
quarantine Failing mail is delivered to spam/junk. Intermediate enforcement.
reject Failing mail is rejected at the SMTP level. Strongest protection.

💬 What This Tag Does

The "p" tag is the core of your DMARC record. It tells receiving servers what to do with mail that fails DMARC checks (SPF or DKIM alignment failure). "none" takes no action but allows report collection. "quarantine" places failing mail in the spam/junk folder. "reject" tells the server to refuse delivery entirely.

🛡️ Check Your DMARC Record

Analyse your current DMARC record or build a new one with the right tags.

DMARC Analyser → DMARC Builder → ← All DMARC Tags