domainaware / checkdmarc

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

Incorrect "Redirect loop" error #55

Closed jeroenvermeulen closed 3 years ago

jeroenvermeulen commented 3 years ago

The command

 checkdmarc --skip-tls biogroei.be

returns

...
"spf": {
  "record": "v=spf1 include:spf.vendic.nl include:_spf.transip.email include:_spf.ns0.email ~all",
  "valid": false,
  "warnings": [],
  "error": "Redirect loop: _spf.transip.email"
},
...

But there seems to be no redirect loop. MX Toolbox also says SPF is OK.