You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is something I've seen too. We had an SPF record with one include pointing to a domain that was missing an SPF record. This resulted in a Result::NONE for that IncludeEvaluator which then throws a PermErrorException and then SPFCheck returns early without evaluating any of the other includes / records.
This seems inconsistent with the behaviour of the RFC and what services like https://easydmarc.com/ were reporting.
The check process stops at the first of several includes if there is an error.
This is incorrect implemented see: https://tools.ietf.org/html/rfc7208#section-5.2
The text was updated successfully, but these errors were encountered: