{{define "title"}}DMARC Reports — {{.Domain.Name}}{{end}} {{define "content"}}
Domains / {{.Domain.Name}} /

DMARC Reports

{{if not .Domain.DMARCRua}}
DMARC monitoring is not enabled for this domain.
Back to domain
{{else if eq (len .Reports) 0}}
No reports yet
Monitoring address: {{.Domain.DMARCRua}}
Reports arrive after external senders process your DMARC policy. This can take 24-48 hours after DNS propagation.
Back to domain
{{else}}
Monitoring: {{.Domain.DMARCRua}} — {{len .Reports}} reports
Back to domain
{{range .Reports}}
{{.OrgName}}
{{.OrgEmail}}
Report ID: {{.ReportID}}
{{shortTime .ReceivedAt}}
Period: {{unixDate .DateBegin}} to {{unixDate .DateEnd}}
Policy: {{.PolicyP}} {{if .PolicyADKIM}}adkim={{.PolicyADKIM}}{{end}} {{if .PolicyASPF}}aspf={{.PolicyASPF}}{{end}} {{if .PolicyPct}}pct={{.PolicyPct}}%{{end}}
{{if .Records}}
{{range .Records}} {{end}}
Source IP Count Disposition DKIM SPF From DKIM domain SPF domain
{{.SourceIP}} {{.Count}} {{dispositionBadge .Disposition}} {{passBadge .DKIMResult}} {{passBadge .SPFResult}} {{.HeaderFrom}} {{if .DKIMDomain}}{{.DKIMDomain}}{{if .DKIMSelector}}/{{.DKIMSelector}}{{end}}{{end}} {{.SPFDomain}}
{{else}}
No IP records in this report.
{{end}}
{{end}} {{end}} {{end}}