domainaware / checkdmarc

A parser for SPF and DMARC DNS records
https://domainaware.github.io/checkdmarc
Apache License 2.0
246 stars 76 forks source link

External auth detection error #23

Closed schack closed 6 years ago

schack commented 6 years ago

Running checkdmarc on my domain dmarc.dk produces this error: "dmarc": { "record": "v=DMARC1; p=reject; rua=mailto:sh0izc5x@ag.dmarcian.com;", "valid": false, "location": "dmarc.dk", "error": "dmarcian.com does not indicate that it accepts DMARC reports about dmarc.dk - https://tools.ietf.org/html/rfc7489#section-7.1" }

However auth record at ag.dmarcian.com is in place: iMac27:~ henj$ dig +short dmarc.dk._report._dmarc.ag.dmarcian.com txt "v=DMARC1"

seanthegeek commented 6 years ago

Fixxed