domainaware / checkdmarc

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

Detect non trivial loops #88

Closed stcz closed 1 year ago

stcz commented 1 year ago

This PR should detect all kinds of include/redirect loops in SPF records.

closes #69

seanthegeek commented 1 year ago

Thanks!