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

Feature Request - SPF Record check of parent domain if given domain has no SPF record #65

Closed definity closed 1 year ago

definity commented 3 years ago

If a given domain does not have an SPF record, have a command-line option that would support checking the parent domain for an SPF record and report results. In other words, if there's no SPF record for the given domain, try the parent. If the parent has a SPF record, use that.

schack commented 3 years ago

Why that? SPF records are not inherited from parent domain

seanthegeek commented 1 year ago

Closing because SPF records are not inherited from parent domain as a part of the standard.