RFC Errata
RFC 8460, "SMTP TLS Reporting", September 2018
Source of RFC: uta (sec)
Errata ID: 6241
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT
Reported By: Kristian Klausen
Date Reported: 2020-07-27
Held for Document Update by: Barry Leiba
Date Held: 2020-07-29
Section Appendix B. says:
Appendix B. Example JSON Report
...
"policies": [{
"policy": {
...
"mx-host": "*.mail.company-y.example"
},
...
It should say:
Appendix B. Example JSON Report
...
"policies": [{
"policy": {
...
"mx-host": ["*.mail.company-y.example"]
},
...
Notes:
"mx-host-pattern" is defined as a JSON array
========== Verifier notes ==========
This 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.
