
A configuration tag used in a domain’s DMARC record. It tells email receivers where to send daily summary reports regarding email traffic claiming to be from that domain. Unlike RUF (Forensic) reports, which provide redacted copies of individual failed emails, RUA reports provide high-level, statistical data in XML format.
Key Components of RUA
- The Tag: In a DMARC record, it is defined as
rua=. - The Destination: The value following the tag is a URI, usually an email address (prefixed with
mailto:). - Data Provided:
Why RUA Matters
- Visibility: It is the “radar” for your domain. Without RUA, you have no way of knowing if legitimate emails (like those from a third-party payroll tool) are failing authentication.
- Security: It helps identify “spoofing” attempts where malicious actors are trying to use your domain for phishing.
- Path to Enforcement: You generally shouldn’t move your DMARC policy to
p=rejectuntil you have analyzed RUA reports to ensure your own legitimate mail is properly configured.
Example of RUA in a DMARC Record
v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@example.com; In this example, the domain owner is requesting that aggregate reports be sent to dmarc-reports@example.com.