DMARC finding
DMARC quarantine only
The policy is p=quarantine: failures land in spam rather than being refused.
Finding code
dmarc_quarantine_only
This finding appears in the findings array of
the spam checker and
the POST /v1/sender API response when the
condition above is detected.
How to fix it
The fix.
Move from p=quarantine to p=reject when aggregate reports confirm that all legitimate mail passes. Quarantine lands failures in spam rather than refusing them.
Related DMARC findings
Other things we check.
| Finding | What it means |
|---|---|
dmarc_missing
|
No DMARC record |
dmarc_multiple_records
|
Multiple DMARC records |
dmarc_syntax_error
|
DMARC syntax error |
dmarc_monitoring_only
|
DMARC monitoring only |
dmarc_partial_coverage
|
DMARC partial coverage |
dmarc_no_aggregate_reports
|
No DMARC aggregate reports |
dmarc_subdomains_unprotected
|
Subdomains unprotected by DMARC |