Mailbase
FeaturesPricingDocsBlogComparisonsChangelog
Sign inStart free
Home/Blog/DMARC Reports Explained: How to Read and Act on Them
DeliverabilityUpdated June 18, 20268 min read

DMARC Reports Explained: How to Read and Act on Them

A practical guide to DMARC reports: what RUA aggregate files mean, which failures matter, and how to turn reporting into safer email authentication.

By Mailbase Team · Target keyword: DMARC reports explained
Analytics dashboard on a screen with charts — DMARC Reports Explained: How to Read and Act on Them
Photo from Unsplash
On this page
OverviewWhat DMARC aggregate reports actually showA practical triage workflow for the first 30 daysFrom reports to enforcement without breaking good mailCommon MistakesSources & Further ReadingRelated guidesFAQRelated reading

Overview

DMARC reports are the feedback loop behind domain authentication. SPF and DKIM tell receivers whether a message authenticated; DMARC adds alignment with the visible From domain, a policy for failures, and optional reporting back to the domain owner. The most useful report for day-to-day operations is the aggregate report sent to the rua address in your DMARC DNS record. It arrives as machine-readable XML, usually zipped, and summarizes who sent mail for your domain, whether SPF/DKIM aligned, and what the receiving mailbox did with the messages.

What DMARC aggregate reports actually show

Padlock representing email security and DKIM — What DMARC aggregate reports actually show
Photo from Unsplash

A DMARC aggregate report is not a copy of individual messages. It is a grouped summary by receiver, sending IP, domain, volume, authentication result, alignment result, and applied policy. That makes it excellent for answering operational questions: which ESPs send as your domain, which legacy tools are missing DKIM, whether forwarded mail is failing SPF but passing DKIM, and whether an unfamiliar IP is spoofing you at meaningful volume.

Read the report at the stream level, not as a pile of XML rows. A normal SaaS domain may have several legitimate sources: product mail through an email API, invoices through billing software, help-desk replies, marketing campaigns, calendar invites, and sometimes a CRM. Your job is to label each source as known-good, known-bad, or unknown, then fix or block based on evidence. Google sender guidelines also make DMARC part of the baseline for bulk senders, so reporting is now table stakes for anyone sending meaningful volume to Gmail users.

  • RUA reports are aggregate summaries, not message bodies
  • Key fields: sending IP, header From domain, SPF/DKIM results, alignment, volume, policy action
  • Legitimate tools often fail because they send with the wrong envelope domain or missing DKIM
  • Unknown high-volume failures are the signal to investigate spoofing or forgotten vendors
Report signalWhat it usually meansWhat to do next
DKIM aligned, SPF failsForwarding or an SPF-envelope mismatchKeep DKIM healthy; do not chase SPF-only perfection
SPF passes, DMARC failsSPF domain is not aligned with the visible From domainConfigure a custom return-path or DKIM for the tool
Known vendor failing bothThe vendor is not authenticated for your domainAdd its DKIM/SPF records or stop sending as your domain
Unknown IP failing bothPossible spoofing or an undocumented senderInvestigate volume, geography, and whether any team owns it

A practical triage workflow for the first 30 days

Screen full of analytics charts and metrics — A practical triage workflow for the first 30 days
Photo from Unsplash

Start with p=none and a rua address so you can observe without rejecting anything. Collect at least a few normal business cycles — weekdays, campaign days, billing runs, product notifications, and support traffic — before judging the domain. Parse the reports with a DMARC monitoring tool or an internal script; raw XML is useful for audits but painful for daily work. Then create an inventory of every service allowed to send mail with your domain in the visible From header.

Each week, sort by volume and risk. Fix high-volume legitimate failures first because those are the streams that would be quarantined or rejected when you enforce. After the legitimate sources are clean, look at unknown failures. Some will be harmless spoofing that DMARC is meant to stop; some will be old systems nobody remembered. Only move to quarantine or reject when the report data shows that business-critical mail is consistently aligned.

  • Prioritize by volume and business criticality, not by the scariest-looking row
  • Document every authorized sender so future vendors do not create mystery failures
  • Keep transactional, marketing, and support streams visible in the same review
  • Use reports to support BIMI readiness, because BIMI expects DMARC enforcement
  1. Publish a DMARC record at p=none with a monitored rua mailbox.
  2. Collect reports through at least one full sending cycle, including campaigns and billing events.
  3. Group rows into known-good, known-bad, and unknown sources by IP, provider, and volume.
  4. Fix legitimate failures by adding DKIM, aligning the return-path, or changing the From domain.
  5. Move gradually toward p=quarantine, then p=reject only after critical streams pass consistently.

From reports to enforcement without breaking good mail

The common mistake is treating DMARC as a DNS checkbox: publish p=reject, celebrate, then discover invoices or password resets disappeared. Reporting should come first. A safer rollout is p=none for discovery, p=quarantine for a limited enforcement stage, and p=reject only when the domain inventory is stable. Some teams also use the pct tag during transition, but partial enforcement is not a substitute for fixing authentication failures.

For teams using Mailbase, DMARC reporting sits beside the workflow layer rather than inside a single campaign editor. Mailbase can help teams keep their operational email visible — campaigns, scheduled sends, analytics, suppression, and replies — but the domain owner still has to review reports from every sender that uses the domain. The payoff is worth it: cleaner authentication, fewer spoofing opportunities, and a safer foundation for BIMI, deliverability troubleshooting, and brand trust.

  • Do not enforce DMARC until all critical services are inventoried
  • Prefer DKIM alignment for sources that forward or relay mail
  • Review reports after adding any new ESP, CRM, help desk, or billing system
  • Keep a recurring owner for DMARC, not just a one-time setup ticket

Common Mistakes

  • Skipping SPF, DKIM, and DMARC, or assuming they're a one-time setup.
  • Sending real volume from a brand-new, un-warmed domain.
  • Reusing a stale list without re-verifying, so bounces spike.
  • Ignoring complaint rate until a single bad campaign sinks the domain.

Sources & Further Reading

Official docs for current setup details, pricing, and API behavior — verify specifics there, since they change.

DMARC.org overview
Google email sender guidelines

Related guides

More on dmarc reports explained and the surrounding deliverability workflow:

unsubscribe and compliance docs
sender domain docs
SPF, DKIM, and DMARC
bounce management
suppression lists
unsubscribe best practices
BIMI setup
Try Mailbase free
Send 200 emails a month on us. Paid plans start at €9 — or bring your own useSend for €5.
See plans

FAQ

What are DMARC reports?

DMARC reports are feedback files sent by participating mailbox providers to the rua or ruf addresses in a domain's DMARC DNS record. Aggregate RUA reports summarize authentication and alignment results by source, volume, and policy action, helping the domain owner find legitimate failures and spoofing attempts.

Do I need to read DMARC XML manually?

Usually no. The XML format is useful because it is standardized and auditable, but most teams use a DMARC monitoring tool or script to group reports by provider, source IP, sending service, and pass/fail status. The important work is labeling sources and fixing alignment, not staring at raw XML.

When should I move DMARC from p=none to p=reject?

Move only after aggregate reports show that your important legitimate streams pass DMARC consistently. A typical path is p=none for discovery, then quarantine or partial rollout, then reject when invoices, product mail, campaigns, support, and other senders are aligned.

Do DMARC reports improve deliverability?

Indirectly. Reports do not make mail wanted, but they reveal authentication gaps and spoofing. Fixing those gaps gives mailbox providers clearer identity signals and reduces the risk of legitimate mail failing when stronger policies or sender requirements apply.

Related reading

Deliverability7 min read
SPF, DKIM, and DMARC Explained Simply
SPF, DKIM, and DMARC explained in plain English: what each record does, how they work together to authenticate your email, how to set them up, and the common mistakes that break them.
Deliverability7 min read
Email Bounce Management for SaaS Teams
Hard vs soft bounces explained, what causes them, how to handle each, acceptable bounce rates, and why suppressing bounces automatically protects your sender reputation.
Deliverability7 min read
What Is an Email Suppression List?
What an email suppression list is, what belongs on it (unsubscribes, bounces, complaints, manual), why it protects sender reputation and keeps you compliant, and how to manage it.
Deliverability7 min read
Email Unsubscribe Best Practices
Why making unsubscribing easy improves deliverability, how one-click and List-Unsubscribe headers work, what the law requires, and how a preference center reduces opt-outs.
Deliverability8 min read
BIMI Email Logo Setup: A Practical Guide
BIMI email logo setup can put your brand beside authenticated mail — but only after DMARC, logo, DNS, and certificate work is done.
Deliverability7 min read
Email Deliverability Basics for SaaS Founders
Email deliverability explained for founders: the five things that decide whether you reach the inbox — authentication, reputation, list hygiene, engagement, and compliance — and how to monitor them.
Mailbase
Product
FeaturesPricinguseSend integrationChangelog
Learn
BlogDocsAPI referenceResources
Compare
ComparisonsAlternatives
Guides
Transactional email servicesSelf-hosted useSend stackSelf-hosted email marketingSPF, DKIM & DMARCEmail deliverability
Legal
TermsPrivacy
© 2026 Mailbase · french-webEmail workflow for builders.