What DMARC aggregate reports are#
DMARC aggregate (RUA) reports are daily XML files sent by mailbox providers listing, per sending IP, how many messages claimed your domain and whether they passed SPF, DKIM, and alignment. Forensic (RUF) reports contain samples of individual failures.
Why it matters#
Reports are the only way to see who is sending as your domain, including vendors you forgot and attackers you never knew about. Moving to p=reject safely depends on reading them.
What Mailchimp handles#
Most platforms, including Mailchimp, generate the records or settings you need under a domain authentication or sending settings page, and expose bounce and complaint data in reports. Confirm the exact location in Mailchimp's current documentation.
What you still own#
- Publish rua=mailto: pointing to a dedicated mailbox or a report processor.
- Collect reports for at least two weeks before drawing conclusions.
- Group sources by IP owner and match each to a known vendor.
- Fix alignment for legitimate sources; treat unknown high-volume sources as spoofing.
- Track pass rate weekly and tighten policy as it approaches 100%.
Common mistakes#
- Reading raw XML by hand and giving up after day two.
- Ignoring low-volume unknown sources that turn out to be your own systems.
- Expecting RUF reports; most large providers no longer send them.
Frequently asked questions#
How do I read a DMARC report?
Each record lists a source IP, message count, SPF and DKIM results, and alignment. Use an analyzer to aggregate by source; the goal is to name every IP range.
Why do I see mail from IPs I do not recognize?
Common causes are forwarding, a vendor you forgot, an employee's personal tool, or spoofing. Volume and geography usually tell them apart.
Does Mailchimp set up DMARC aggregate reports automatically?
Mailchimp provides the values and some checks, but publishing DNS, aligning domains, and monitoring results remain your responsibility.