1 7489:1585 ../dmarc/dmarc.go:35 ../dmarc/dmarc.go:164
2RFC 7489, "Domain-based Message Authentication, Reporting, and Conformance (DMARC)", March 2015
3Source of RFC: INDEPENDENT
4See Also: RFC 7489 w/ inline errata
5
6Errata ID: 5440
7Status: Verified
8Type: Editorial
9Publication Format(s) : TEXT
10Reported By: John Levine
11Date Reported: 2018-07-25
12Verifier Name: Adrian Farrel
13Date Verified: 2018-07-26
14
15Section 7.1, B.2.1, B.2.3, B.2.4 says:
16
17==7.1==
18In particular, the "v=DMARC1" tag is
19
20comes back containing a tag of "v=DMARC1",
21
22containing at least "v=DMARC1"
23
24==B.2.1==
25
26The version of DMARC being used is "DMARC1" ("v=DMARC1")
27
28==B.2.3==
29
30with the value "=DMARC1".
31
32 % dig +short TXT example.com._report._dmarc.thirdparty.example.net
33 "v=DMARC1"
34
35 example.com._report._dmarc IN TXT "v=DMARC1"
36
37==B.2.4==
38
39 o The version of DMARC being used is "DMARC1" ("v=DMARC1")
40
41
42It should say:
43==7.1==
44In particular, the "v=DMARC1;" tag is
45
46comes back containing a tag of "v=DMARC1;",
47
48containing at least "v=DMARC1;"
49
50==B.2.1==
51
52The version of DMARC being used is "DMARC1" ("v=DMARC1;")
53
54==B.2.3==
55
56with the value "v=DMARC1;".
57
58 % dig +short TXT example.com._report._dmarc.thirdparty.example.net
59 "v=DMARC1;"
60
61 example.com._report._dmarc IN TXT "v=DMARC1;"
62
63==B.2.4==
64
65 o The version of DMARC being used is "DMARC1" ("v=DMARC1;")
66
67
68Notes:
69
70The ABNF of dmarc-record in section 6.4 says that there has to be a semicolon after v=DMARC1, but several of the examples for the _report._dmarc record are missing the semicolon.
71
72