1 8460:1779 ../tlsrpt/report.go:245
2RFC 8460, "SMTP TLS Reporting", September 2018
3Source of RFC: uta (art)
4
5
6Errata ID: 6241
7Status: Held for Document Update
8Type: Technical
9Publication Format(s) : TEXT
10Reported By: Kristian Klausen
11Date Reported: 2020-07-27
12Held for Document Update by: Barry Leiba
13Date Held: 2020-07-29
14
15Section Appendix B. says:
16
17Appendix B. Example JSON Report
18...
19 "policies": [{
20 "policy": {
21...
22 "mx-host": "*.mail.company-y.example"
23 },
24...
25
26It should say:
27Appendix B. Example JSON Report
28...
29 "policies": [{
30 "policy": {
31...
32 "mx-host": ["*.mail.company-y.example"]
33 },
34...
35
36Notes:
37
38"mx-host-pattern" is defined as a JSON array
39
40========== Verifier notes ==========
41This is right on the edge of "Verified": the reporter is correct about the error, but the existing implementations don't comply with the proposed fix. So this really needs to be dealt with in a document update, rather than through an errata report.
42
43
44