domainaware / checkdmarc

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

Return SPF data on TooManyDNSLookups or option to ignore TooManyDNSLookups #129

Open sn-seanh opened 4 months ago

sn-seanh commented 4 months ago

Hey,

It would be great if the except for TooManyDNSLookups still returned the SPF and parsed SPF data so we can use it to identify which includes are causing too many look ups.

I see this similar feature was mentioned here - https://github.com/domainaware/checkdmarc/issues/18. However the return data only returns how many look ups were done.

Alternatively, an ignore TooManyDNSLookups might also be useful.

Thanks, Sean