1 7208:1323 ../spf/spf.go:486
2RFC 7208, "Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1", April 2014
3Source of RFC: spfbis (app)
4
5
6Errata ID: 4751
7Status: Reported
8Type: Technical
9Publication Format(s) : TEXT
10Reported By: Ken Mortimer
11Date Reported: 2016-07-27
12
13Section 5.5 says:
14
15This mechanism matches if
16
17o the <target-name> is a subdomain of a validated domain name, or
18
19o the <target-name> and a validated domain name are the same.
20
21It should say:
22This mechanism matches if
23
24o a validated domain name is a subdomain of the <target-name>, or
25
26o the <target-name> and a validated domain name are the same.
27
28Notes:
29
30The first bullet point is in contradiction to the description of the ptr mechanism evaluation in the preceding paragraph:
31"Check all validated domain names to see if they either match the <target-name> domain or are a subdomain of the <target-name> domain. If any do, this mechanism matches. If no validated domain name can be found, or if none of the validated domain names match or are a subdomain of the <target-name>, this mechanism fails to match."
32
33