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}}
{{.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}}
| Source IP |
Count |
Disposition |
DKIM |
SPF |
From |
DKIM domain |
SPF domain |
{{range .Records}}
| {{.SourceIP}} |
{{.Count}} |
{{dispositionBadge .Disposition}} |
{{passBadge .DKIMResult}} |
{{passBadge .SPFResult}} |
{{.HeaderFrom}} |
{{if .DKIMDomain}}{{.DKIMDomain}}{{if .DKIMSelector}}/{{.DKIMSelector}}{{end}}{{end}} |
{{.SPFDomain}} |
{{end}}
{{else}}
No IP records in this report.
{{end}}
{{end}}
{{end}}
{{end}}