T13nn3s / Invoke-SpfDkimDmarc

PowerShell Module for checking SPF, DKIM and DMARC-record.
https://binsec.nl/powershell-script-for-spf-dmarc-and-dkim-validation/
MIT License
43 stars 8 forks source link

"Domain has more than one SPF-record." bug #33

Closed grumblebum73 closed 1 year ago

grumblebum73 commented 1 year ago

If an SPF has a redirect in the actual record, and then that has an include, that has another include, and so on... the code provides the following erroneous advisory...

"Domain has more than one SPF-record. One SPF record for one domain. This is explicitly defined in RFC4408"

The SPF for mimecast.com is an example of this record construct, and is a legitimate record.

T13nn3s commented 1 year ago

This will be fixed in the next release.