RFC Errata
Found 1 record.
Status: Rejected (1)
RFC 3156, "MIME Security with OpenPGP", August 2001
Source of RFC: openpgp (sec)
Errata ID: 3443
Status: Rejected
Type: Editorial
Publication Format(s) : TEXT
Reported By: Kwadronaut
Date Reported: 2013-01-03
Rejected by: Sean Turner
Date Rejected: 2013-01-04
Section 4. says:
Example message: From: Michael Elkins <elkins@aero.org> To: Michael Elkins <elkins@aero.org> Mime-Version: 1.0
It should say:
Example message: From: Michael Elkins <elkins@aero.org> To: Michael Elkins <elkins@aero.org> MIME-Version: 1.0
Notes:
According to RFC2045 (on which this RFC builds upon) specifies that:
Messages composed in accordance with this document MUST include such a header field, with the following verbatim text:
MIME-Version: 1.0
--VERIFIER NOTES--
Despite the quote from 2045 above, the grammar that's in effect is such that header field names are case-insensitive, so "MIME-Version", "Mime-Version", and "mime-version" are all the same.