Core DMARC record tags
A DMARC record begins with v=DMARC1 and includes a policy tag. The policy value is commonly p=none, p=quarantine or p=reject. Additional tags can define report destinations and alignment preferences.
- v=DMARC1 identifies the record as DMARC.
- p=none requests monitoring without enforcement.
- p=quarantine asks receivers to treat failing mail with suspicion, often by placing it in spam or junk.
- p=reject asks receivers to reject messages that fail DMARC, subject to the receiver's own handling.
- rua can specify where aggregate DMARC reports should be sent.
