<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.32 (Ruby 3.3.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-gondwana-email-header-maintenance-02" category="info" submissionType="IETF" updates="4021" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Header Field Registry Maintenance">Maintenance of the IANA Message Header Field Registries</title>

    <author initials="B." surname="Gondwana" fullname="Bron Gondwana">
      <organization>Fastmail</organization>
      <address>
        <email>brong@fastmailteam.com</email>
      </address>
    </author>

    <date year="2026" month="July" day="29"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 43?>

<t>The IANA "Message Headers" registries record, for each registered header
field, the protocol it belongs to, its status, whether it is a trace field,
and the document(s) that specify it.  These registries were populated
incrementally by many documents over more than two decades, and the
metadata that reached the registries is in several respects less complete
than the metadata the registering documents supplied.  Most notably, the
document that performed the single largest bulk registration, RFC 4021,
gave IANA an explicit status and an explicit specification document for
every one of the roughly ninety fields it registered, and neither was
recorded: those entries carry a blank status and cite RFC 4021 itself
rather than the specification.  Separately, the "Trace" column added to
both registries by the ongoing revision of RFC 5322 was deliberately left
empty for pre-existing entries, to be filled in later.</t>

<t>This document reviews the initial definition of, and every subsequent
update to, each registered header field, and gives IANA a single, coherent
set of instructions for completing and correcting each registry entry.
Every recommended change, and every deliberate decision to leave a
non-obvious entry unchanged, is justified by reference to the instructions
already given by, or the clear intent of the authors of, the source
documents in which the field was defined or modified.</t>



    </abstract>



  </front>

  <middle>


<?line 67?>

<section anchor="introduction"><name>Introduction</name>

<t>The IANA "Message Headers" registry group <xref target="REG-PROC"/> contains three
registries: "Permanent Message Header Field Names", "Provisional Message
Header Field Names", and "Content-Translation-Type Header Field Values".  For
each entry the permanent and provisional registries record five pieces of
metadata beyond the field name: an optional registration template, the
"Protocol" the field belongs to (for example "mail", "MIME", "netnews", or
"none"), a "Status" (for example "standard", "informational", "experimental",
"obsoleted", "deprecated", or blank), a "Trace" flag, and a "Reference"
listing the specifying document(s).</t>

<t>Both registries name two governing documents: <xref target="REG-PROC"/>, which created
them, and <xref target="MAIL"/>, which added the "Trace" column.</t>

<t>The registration procedures in <xref target="REG-PROC"/> were designed so that this
metadata would let a reader assess, at a glance, what a field is for, how
authoritative it is, and where to read about it.  In practice the registries
do not yet deliver that, for two quite different reasons.</t>

<section anchor="intro-4021"><name>Metadata that was supplied but not recorded</name>

<t><xref target="RFC4021"/> registered roughly ninety mail and MIME header fields in a single
Standards Track document.  Section 2 of that document contains a complete
<xref target="REG-PROC"/> registration template for each field, and each template carries
both an explicit "Status:" line and an explicit "Specification document(s):"
line naming the document that actually defines the field.  Section 3 of
<xref target="RFC4021"/> states that "Section 2 of this specification provides initial
registrations"; the templates are therefore the registration instructions,
and there is no separate, abbreviated table for IANA to work from.</t>

<t>Neither the status nor the specification document reached the registry.  Every
one of those entries carries a blank Status, and cites <xref target="RFC4021"/> in the
Reference column instead of the document named in its own template.  So, for
example, the registry records "Content-Disposition" with no status and a
reference to <xref target="RFC4021"/>, where <xref target="RFC4021"/> told IANA that the field is
standards-track and is specified by <xref target="RFC2183"/>.</t>

<t>This is the single largest source of missing metadata in either registry, and
it is not a matter of judgement: the values are recoverable verbatim from
<xref target="RFC4021"/>.</t>

</section>
<section anchor="intro-status"><name>Why "standard" appears unevenly</name>

<t>The unevenness of the Status column between the mail/MIME fields and the
netnews fields has a documented origin.  Section 4.2.1 of <xref target="REG-PROC"/> directs a
registrant to specify</t>

<ul empty="true"><li>
  <t>"standard", "experimental", "informational", "historic", "obsoleted", or
some other appropriate value according to the type and status of the
primary document in which it is defined.</t>
</li></ul>

<t>Writing what became <xref target="NETNEWS-FMT"/>, Charles Lindsey read that list as
lumping the standards-track maturity levels together, and said so on the
ietf-822 list on 2004-05-14: the template "seems to suggest that all the
varieties of standard-track document are to be lumped together and assigned
the status 'standard'", adding "in the IANA Considerations section of USEFOR,
I have followed the registration template as written, and used 'standard'
throughout."</t>

<t>Graham Klyne, the author of both <xref target="REG-PROC"/> and <xref target="RFC4021"/>, took the other
route, and explained why on 2004-05-17:</t>

<ul empty="true"><li>
  <t>"In preparing the mail header registration document, it seemed to be more
appropriate (and more honest regarding some of the headers' actual status in
the IETF process) to me to specify not-yet-standard headers as
'standards-track' rather than 'standard'.  The wiggle room in the registry
spec that allows me to justify this is 'or some other appropriate value
according to the type and status of the primary document'."</t>
</li></ul>

<t><xref target="RFC4021"/> accordingly reserves "standard" for the fields that had reached
full Internet Standard through RFC 822, and uses "standards-track" for the
rest.  Lindsey replied on 2004-05-21 that "standards-track" throughout would
be better, "or 'standard' if it is understood to mean the same thing".</t>

<t>That is why <xref target="NETNEWS-FMT"/>'s netnews fields all read "standard" while
<xref target="RFC4021"/>'s mail and MIME fields do not.  The two documents used different
vocabularies for the same thing, and only one of those vocabularies is in the
<xref target="REG-PROC"/> list.  This document treats both <xref target="RFC4021"/> values, "standard"
and "standards-track", as the registry's "standard", which is what Klyne and
Lindsey each took them to mean.</t>

</section>
<section anchor="intro-trace"><name>The Trace column is unfinished, not wrong</name>

<t><xref target="MAIL"/>, Section 6.1 asked IANA to add the "Trace" column and to leave it
"empty for existing registrations except for those specified in section 6.2".
Pete Resnick, the editor of <xref target="MAIL"/>, reported to the emailcore list on
2024-03-20 that IANA was content with</t>

<ul empty="true"><li>
  <t>"'Yes' or 'No' for the entries that 5322bis specifies and empty (i.e., not
yet specified) for the rest of the entries in the registry with the
intention of them being filled in later."</t>
</li></ul>

<t>A blank Trace cell therefore means "not yet specified", not "not a trace
field".  The column is unfinished by design, and this document supplies the
material to finish it.</t>

</section>
<section anchor="what-this-document-does"><name>What this document does</name>

<t>This document reviews the initial definition of, and every subsequent update
to, each registered header field, and provides IANA with a clear instruction
for each entry.  The recommendations are derived from the registration
instructions already given by, and the clear intent of the authors of, the
source documents in which each field was defined or modified, not from any new
opinion of this document's author about how the fields ought to behave.  Where
that intent is not abundantly obvious, this document explains its reasoning;
and where an entry looks wrong but is on inspection correct, this document
explains its reasoning for leaving it unchanged, so that the analysis need not
be repeated by the next reader.</t>

</section>
<section anchor="scope"><name>Scope</name>

<t>This document does not define, deprecate, or change the semantics of any
header field.  It changes only the <em>metadata</em> recorded about existing fields
in the IANA registries.  In every case the recommended metadata is the
metadata that the field's own registering, defining, and updating documents
already supply or imply.</t>

</section>
<section anchor="conventions-used-in-this-document"><name>Conventions Used in This Document</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

<t>The terms "trace field" and "trace header field" are used as defined in
<xref target="MAIL"/>, Section 3.6.7 and <xref target="SMTP"/>, Section 4.4.</t>

</section>
</section>
<section anchor="prior"><name>Prior and Related Work</name>

<section anchor="draft-levine-trace-header-registry"><name>draft-levine-trace-header-registry</name>

<t>In January 2012 John Levine, later with S. Moonesamy, published
<xref target="TRACE-REG"/>, "A Registry for Mail Trace Fields" (later "Mail Header Trace
Fields"), which proposed exactly the column that <xref target="MAIL"/> has since added, and
proposed an initial set of trace fields.  Section 3.2 of the -01 revision
assembles per-document evidence for Received-SPF, DKIM-Signature,
Authentication-Results, VBR-Info and Auto-Submitted that this document
reached independently.  That draft expired without publication.</t>

<t>The present document differs from <xref target="TRACE-REG"/> in three ways.  It does not
propose to update the definition of trace fields in <xref target="MAIL-OLD"/>, because
<xref target="MAIL"/> has since done so.  It records a binary flag, because that is the
column <xref target="MAIL"/> defined, rather than <xref target="TRACE-REG"/>'s richer "MTA/MUA/MSA/MDA"
value.  And it covers the Status and Reference columns as well as Trace.</t>

<t>Where the two agree, <xref target="TRACE-REG"/> is the earlier statement of the position,
and this document notes the overlap rather than claiming novelty.  In
particular <xref target="TRACE-REG"/> identified both the Auto-Submitted trace designation
and the incompleteness of that field's Reference column; see <xref target="auto-submitted"/>.</t>

</section>
<section anchor="the-emailcore-discussion-of-the-trace-column"><name>The emailcore discussion of the Trace column</name>

<t>The Trace column exists because Alexey Melnikov proposed it to the emailcore
list on 2022-11-28, specified as containing "the value 'Yes' for each header
field which is defined as a trace header field, as specified in Section 3.6.7
of rfc5322bis".  Melnikov reported on 2023-02-27 that at IETF 115 the group
had agreed to record trace status by adding a column to this registry, and
that the remaining question was which document should carry the IANA
Considerations text; it ended up in <xref target="MAIL"/>.</t>

<t>Two exchanges in that discussion bear directly on the tests this document
applies, and are cited where they arise: the confirmation by Melnikov and by
Resnick that Section 3.6.7 of <xref target="MAIL"/> permits other specifications to
designate additional trace fields (<xref target="trace"/>), and the caution from Melnikov
and John Klensin against inferring trace status from a field's position in the
header section (<xref target="trace-implicit"/>).</t>

</section>
<section anchor="route"><name>The proposed route for retroactive population</name>

<t>On 2024-03-18, in review of <xref target="MAIL"/>, Murray Kucherawy raised the question
this document answers:</t>

<ul empty="true"><li>
  <t>"Also with respect to the trace flag being added to the registry, and the
current DE retiring from that role, I'm wondering if we should consider
providing some lightweight process for retroactively adding that flag (set
or otherwise) to registered header fields.  For example, I registered
Authentication-Results and at least one other with the intent that they be
treated as trace fields, so do I need to publish an RFC to get this flag
updated?  Or do we want to get a small team to go through all of the current
registrations to figure out which ones are supposed to be trace fields, and
do a one-shot update...?"</t>
</li></ul>

<t>Dave Crocker replied on 2024-03-19 that "the question of what it means to be
a trace field has been sitting like an indigestible dumpling in the stomach,
for many years", and suggested a route:</t>

<ul empty="true"><li>
  <t>"For retroactive assessments, it makes sense to create some sort of (rough)
consensus process among folk with (some) background in this space.  So I
suggest creating a small group to make a collective recommendation for
existing header field registrations.  Documenting it as an RFC then permits
a normal IESG approval process."</t>
</li></ul>

<t>Klensin wrote that he "largely agree(d) with Dave"; Resnick called it "a fine
way forward" and reported IANA's agreement to the blank-means-unspecified
reading quoted in <xref target="intro-trace"/>; Kucherawy wrote "I like this path forward".
No consensus was declared on the point, and the question was referred to the
IESG.</t>

<t>This document is intended as the recommendation Crocker described, extended to
the Status and Reference columns because the same entries need the same kind of
attention.  <xref target="iana"/> states the mechanism as well as the content.</t>

</section>
</section>
<section anchor="methodology"><name>Methodology</name>

<t>Three questions were asked of every registry entry, corresponding to the three
classification columns.  Where <xref target="RFC4021"/> registered the field, its template
answers the first two directly, and the template is preferred to any inference.</t>

<dl>
  <dt>Protocol:</dt>
  <dd>
    <t>In which protocol's messages is the field defined to appear?  This was taken
from the section of the defining document in which the field is registered,
not inferred from the field's name.</t>
  </dd>
  <dt>Status:</dt>
  <dd>
    <t>What is the standing of the field?  Section 4.2.1 of <xref target="REG-PROC"/> settles the
rule: the value follows "the type and status of the primary document in
which it is defined".  A field is therefore "standard" when the document
that currently defines it is on the Standards Track at any maturity level
(or is an equivalent IESG-approved specification, or a specification
formally approved by another standards body); "informational" or
"experimental" when its current defining document is of that category; and
"obsoleted" when a later document in force says so, or when the document
that defined it has been replaced by one that drops it.  As set out in
<xref target="intro-status"/>, <xref target="RFC4021"/>'s "standards-track" is treated as the
registry's "standard".</t>
  </dd>
  <dt>Trace:</dt>
  <dd>
    <t>Did the field's defining document designate it as belonging within the trace
fields grouping?  Section 3.6.7 of <xref target="MAIL"/> provides for fields "defined by
other specifications as belonging within the trace fields grouping", and
Section 4.4.4 of <xref target="SMTP"/> provides that "additional trace fields ... may be
defined and registered as described in" <xref target="MAIL"/>.  The test is designation
by a specification, not observed behaviour; see <xref target="trace"/>.</t>
  </dd>
</dl>

<section anchor="determining-updates-for-the-reference-column"><name>Determining "updates" for the Reference column</name>

<t>The Reference column should point a reader at the document that defines the
field and at every document still in force that modifies that definition.
Three signals were combined:</t>

<t><list style="numbers" type="1">
  <t>The registration instruction.  Where <xref target="RFC4021"/> names a specification
document for a field, that document is the starting point.</t>
  <t>The obsoletion chain.  Where the named specification has been obsoleted,
the document in force is the one at the end of the chain, unless that
document drops the field, in which case the last document that defined it
is cited and the field is treated as obsoleted.  For example <xref target="RFC4021"/>
names <xref target="RFC2298"/> for "Disposition-Notification-To"; <xref target="RFC2298"/> was
obsoleted by <xref target="RFC3798"/>, which was in turn obsoleted by <xref target="MDN"/>, so
<xref target="MDN"/> is the document in force.</t>
  <t>The formal "Updates:" metadata.  Every RFC that carries an "Updates: N"
header was recorded as a candidate updater of RFC N.  This yields an
authoritative, machine-checkable graph.  For example <xref target="RFC8301"/> and
<xref target="RFC8463"/> each carry "Updates: 6376" and therefore update the definition
of the "DKIM-Signature" field.</t>
</list></t>

</section>
<section anchor="not-added"><name>Formal updaters that are not added</name>

<t>Signal 3 above is a candidate list, not a conclusion.  Two classes of formal
updater are deliberately not added to the Reference column, because they do not
modify the definition of the header field:</t>

<t><list style="symbols">
  <t>Documents that change a specification's use of the DNS rather than its
header field.  <xref target="RFC8553"/> carries "Updates:" for <xref target="DKIM"/>, <xref target="SPF"/> and
<xref target="RFC5518"/>, but changes only underscored DNS node names.  It is not added
to "DKIM-Signature", "Received-SPF" or "VBR-Info".</t>
  <t>Documents that update a companion protocol carried in the same
specification.  <xref target="RFC8315"/> carries "Updates: 5537" but defines the
Cancel-Lock and Cancel-Key fields and the cancel protocol; it is not added
to "Original-Sender", the other field <xref target="NETNEWS-ARCH"/> defines.</t>
</list></t>

<t>This exclusion is recorded so that a reader who regenerates the reference sets
from the "Updates:" graph alone, and finds three more entries than this
document recommends, knows the difference is intentional.</t>

</section>
<section anchor="lineage"><name>The historical lineage is not added</name>

<t>For the core mail fields ("Date", "From", "Sender", "Reply-To", "To", "Cc",
"Bcc", "Message-ID", "In-Reply-To", "References", "Subject", "Comments",
"Keywords", the "Resent-<em>" fields, "Return-Path", and "Received") the registry
already cites the current defining document (<xref target="MAIL"/>, with <xref target="RFC6854"/> where
the group syntax applies, and <xref target="SMTP"/> for the two SMTP trace fields).  The
long chain of obsoleted predecessors -- RFC 822, RFC 2822, RFC 5322, and for
some fields RFC 561, RFC 724, RFC 733, RFC 1036 and RFC 1123 -- is deliberately
*not</em> added.  The Reference column is meant to point a reader at the definition
in force, and a registry entry that listed every obsoleted ancestor would be
less useful, not more.</t>

<t>The same reasoning applies to <xref target="RFC1049"/>, which first defined a
"Content-type" header field in 1988 and now carries status Historic.  As
Nathaniel Borenstein noted on the emailcore and ietf-dkim lists on 2026-07-24,
<xref target="RFC1049"/> is the field's earliest definition; it is named here rather than
silently omitted, but it is not added to the Reference column, because the
field in force is the MIME one defined by <xref target="MIME1"/>.</t>

<t>A field whose only definition is in an obsoleted document is a different case,
and is cited: see <xref target="obsoleted"/>.</t>

</section>
</section>
<section anchor="status"><name>Status Corrections</name>

<section anchor="cohort"><name>Completing the RFC 4021 registrations</name>

<t>As set out in <xref target="intro-4021"/>, <xref target="RFC4021"/> supplied a Status for each of the
fields it registered, and none of those values reached the registry.  This
document recommends that they be recorded now, mapped into the <xref target="REG-PROC"/>
vocabulary as described in <xref target="methodology"/>.</t>

<t>The great majority resolve to "standard".  <xref target="RFC4021"/> marked them
"standards-track" and named a Standards Track specification, and in almost
every case that specification, or the document that has since replaced it, is
still in force at Proposed or Draft Standard.  <xref target="appendix-4021"/> tabulates the
whole cohort; the substantive groups are:</t>

<t><list style="symbols">
  <t>Thirty-three fields specified by <xref target="MIXER"/>, the MIME/X.400 gateway mapping:
the "X400-<em>" family, "Discarded-X400-</em>", "DL-Expansion-History",
"Deferred-Delivery", "Latest-Delivery-Time", "Importance", "Priority",
"Sensitivity", "Conversion", and the rest.  <xref target="MIXER"/> remains a Proposed
Standard and has not been obsoleted, so these fields are "standard".  ("Expires"
is in this group in <xref target="RFC4021"/>, but has since been redefined by
<xref target="I-D.ietf-mailmaint-expires"/> and already carries "standard"; it needs no
change.)  <vspace blankLines='1'/>
The previous revision of this document left these entries alone, on the view
that settling a status for each on its individual merits was a larger
undertaking than a metadata revision should attempt.  With <xref target="RFC4021"/>'s own
templates in hand that is no longer so: the question was settled in 2005 and
simply not transcribed.  Recording "standard" also correctly reflects that
these fields remain in use in the environments that rely on that gateway
work; nothing here deprecates them.</t>
  <t>The core MIME fields "MIME-Version", "Content-Type",
"Content-Transfer-Encoding", "Content-ID" and "Content-Description", each
specified by a named section of <xref target="MIME1"/>, and the other MIME fields
"Content-Disposition" (<xref target="RFC2183"/>), "Content-Language" (<xref target="RFC3282"/>),
"Content-MD5" (<xref target="RFC1864"/>), "Content-features" (<xref target="RFC2912"/>),
"Content-Location" (<xref target="RFC2557"/>), "Content-Duration" (<xref target="RFC3803"/>) and
"Content-Alternative" (<xref target="RFC3297"/>).  All are "standard".  Leaving a peer
field such as "Content-Translation-Type" (<xref target="RFC8255"/>) recorded as
"standard" while the MIME fields it sits beside are blank is precisely the
inconsistency this document exists to remove.</t>
  <t>"Accept-Language" (<xref target="RFC3282"/>), "Original-Message-ID" (<xref target="RFC3297"/>),
"Message-Context" (<xref target="RFC3458"/>), "Disposition-Notification-To" and
"Disposition-Notification-Options" (<xref target="MDN"/>): "standard".</t>
</list></t>

<t>Three fields do not resolve to "standard":</t>

<t><list style="symbols">
  <t>"Encoding" is specified by <xref target="RFC1505"/>, which is Experimental, and
<xref target="RFC4021"/> marked it "experimental".  The status should be "experimental".</t>
  <t>"Content-Alternative" was marked "work-in-progress" by <xref target="RFC4021"/>, but
<xref target="RFC3297"/> had been published as a Proposed Standard three years earlier
and Section 4 of it defines the field.  The marking appears to be an
authoring slip; the status should be "standard".</t>
  <t>"PICS-Label" is marked "standard" by <xref target="RFC4021"/>, citing the W3C PICS label
specification.  Section 4.2.1 of <xref target="REG-PROC"/> directs that non-IETF
specifications "formally approved by other standards bodies should be
labelled as 'standard'", so the status should be "standard" and the
Reference remains a non-RFC citation.</t>
</list></t>

</section>
<section anchor="obsoleted"><name>Fields whose only definition is in an obsoleted document</name>

<t><xref target="RFC4021"/> marked six fields "obsolete".  Five of them are the fields whose
specification was dropped when the document defining them was replaced:</t>

<t><list style="symbols">
  <t>"Content-Return", "Obsoletes", "Expiry-Date" and "Content-Identifier" were
specified by <xref target="RFC1327"/>, which <xref target="MIXER"/> obsoleted without carrying these
fields forward.</t>
  <t>"Encrypted" was specified by RFC 822 and dropped by RFC 2822.  Klyne
proposed the "obsolete" marking on the ietf-822 list on 2004-04-30
("Defined by RFC 822, but removed in RFC 2822"), and Keith Moore agreed
("The Encrypted field never was adequately specified ... so yes it's
obsolete").</t>
</list></t>

<t>For all five the Status should be "obsoleted".  For these fields, and unlike
the case in <xref target="lineage"/>, the obsoleted document is the <em>only</em> definition, so it
is cited: <xref target="RFC1327"/> for the first four, RFC 822 for "Encrypted".</t>

<t>The sixth, "Resent-Reply-To", already carries "obsoleted" by way of its
re-registration in <xref target="MAIL"/>.  A seventh field of the same shape,
"Content-Base", was marked "standards-track" by <xref target="RFC4021"/> citing
<xref target="RFC2110"/>, but <xref target="RFC2557"/> obsoleted that document and dropped the field;
the registry already records "obsoleted" and cites both documents, and needs no
change.</t>

</section>
<section anchor="mt-priority-standard-to-informational"><name>MT-Priority: standard to informational</name>

<t>The "MT-Priority" mail field is registered with Status "standard", citing
<xref target="RFC6758"/>.  RFC 6758 is an Informational document; its front page states
"This document is not an Internet Standards Track specification", and Section 4
of that document is the sole definition of the header field.  The Standards
Track work on message-transfer priorities, <xref target="RFC6710"/>, defines an SMTP
service extension keyword, not a header field.  The field's status should
therefore be "informational", matching the standing of the only document that
defines it.</t>

</section>
<section anchor="solicitation-blank-to-standard"><name>Solicitation: blank to standard</name>

<t>The "Solicitation" mail field is registered with a blank Status, citing
<xref target="RFC3865"/>.  RFC 3865 is a Standards Track document, and its Section 4
instructs IANA to add the "Solicitation" field to the permanent registry.  A
directly comparable field, "Auto-Submitted" (also defined by a Standards Track
document, <xref target="RFC3834"/>), is registered as "standard".  There is no basis in the
source documents for treating the two differently; "Solicitation" should be
"standard".</t>

</section>
<section anchor="list"><name>The List-* family: blank to standard</name>

<t>The six mailing-list fields "List-Help", "List-Subscribe", "List-Unsubscribe",
"List-Post", "List-Owner", and "List-Archive" are registered with a blank
Status and a Reference of <xref target="RFC4021"/> only, and "List-ID" likewise.  They are
part of the <xref target="RFC4021"/> cohort of <xref target="cohort"/>: <xref target="RFC4021"/> marked all seven
"standards-track" and named <xref target="LIST-URLS"/> for the first six and <xref target="LIST-ID"/> for
"List-ID", both Standards Track documents, neither obsoleted nor updated.</t>

<t>For all seven the Status should be "standard" and the Reference should cite the
specification document.  This is the clearest single illustration of the
general problem: the registry sends a reader to a registration document and
records no status, when a Standards Track definition exists, has done since
1998, and was named in the registration instructions.</t>

</section>
<section anchor="sio"><name>SIO-Label and SIO-Label-History: blank to informational</name>

<t>The "SIO-Label" and "SIO-Label-History" mail fields are both registered with a
blank Status, citing <xref target="RFC7444"/>.  RFC 7444 is an Informational document of
the Independent stream -- its front page states it is not an Internet
Standards Track specification -- and it is the sole defining document for both
fields ("SIO-Label" in its Section 4 and "SIO-Label-History" in its Section 5).
Applying the methodology of <xref target="methodology"/>, the Status of both fields should be
"informational".</t>

</section>
<section anchor="mmhs"><name>The MMHS-* fields: blank to informational</name>

<t>The fourteen "MMHS-*" fields registered by <xref target="RFC6477"/>
("MMHS-Exempted-Address", "MMHS-Extended-Authorisation-Info",
"MMHS-Subject-Indicator-Codes", "MMHS-Handling-Instructions",
"MMHS-Message-Instructions", "MMHS-Codress-Message-Indicator",
"MMHS-Originator-Reference", "MMHS-Primary-Precedence", "MMHS-Copy-Precedence",
"MMHS-Message-Type", "MMHS-Other-Recipients-Indicator-To",
"MMHS-Other-Recipients-Indicator-CC", "MMHS-Acp127-Message-Identifier", and
"MMHS-Originator-PLAD"), together with "MMHS-Authorizing-Users" registered by
<xref target="RFC7912"/>, are all registered with a blank Status.  RFC 6477 and RFC 7912 are
both Informational documents, each stating on its front page that it is not an
Internet Standards Track specification, and each is the document that registers
the fields it covers for use in Internet Mail.  Applying the methodology of
<xref target="methodology"/>, the Status of every one of these fields should be
"informational".</t>

</section>
<section anchor="provisional"><name>Status in the provisional registry</name>

<t>Most entries in the provisional registry carry a blank Status, including
entries whose defining document is an ordinary published RFC of a determinate
category.  Two readings of the column are possible, and they need to be
separated.</t>

<t>Section 4.2.2 of <xref target="REG-PROC"/> gives the provisional registration template a
Status of "provisional", "updated if and when the header registration is
subsequently moved to the permanent registry".  On that reading the column in
the provisional registry records the standing of the <em>registration</em>, and the
correct value for every entry is a constant.</t>

<t>But the registry does not implement that reading: no entry says "provisional"
-- the provisionality is carried by which registry the entry is in -- and
"X-Archived-At" carries "deprecated", a value drawn from the vocabulary of
Section 4.2.1.  The column in practice records the standing of the <em>document</em>,
exactly as in the permanent registry, and is simply unpopulated.</t>

<t>This document recommends the second reading, and that it be applied
consistently.  Under it the following provisional entries take a status from
their defining documents:</t>

<texttable title="Status for provisional entries with RFC references">
      <ttcol align='left'>Field(s)</ttcol>
      <ttcol align='left'>Defining document</ttcol>
      <ttcol align='left'>Category</ttcol>
      <ttcol align='left'>Status</ttcol>
      <c>Author</c>
      <c>RFC 9057</c>
      <c>Experimental (Independent)</c>
      <c>experimental</c>
      <c>Delivered-To</c>
      <c>RFC 9228</c>
      <c>Experimental (Independent)</c>
      <c>experimental</c>
      <c>CFBL-Address, CFBL-Feedback-ID</c>
      <c>RFC 9477</c>
      <c>Experimental (Independent)</c>
      <c>experimental</c>
      <c>Apparently-To, Errors-To</c>
      <c>RFC 2076</c>
      <c>Informational</c>
      <c>informational</c>
      <c>EDIINT-Features</c>
      <c>RFC 6017</c>
      <c>Informational (Independent)</c>
      <c>informational</c>
      <c>Eesst-Version</c>
      <c>RFC 7681</c>
      <c>Informational (Independent)</c>
      <c>informational</c>
      <c>Jabber-ID (mail and netnews)</c>
      <c>RFC 7259</c>
      <c>Informational (Independent)</c>
      <c>informational</c>
      <c>X-Mittente, X-Ricevuta, X-Riferimento-Message-ID, X-TipoRicevuta, X-Trasporto, X-VerificaSicurezza</c>
      <c>RFC 6109</c>
      <c>Informational</c>
      <c>informational</c>
      <c>MMHS-Authorizing-Users</c>
      <c>RFC 7912</c>
      <c>Informational (Independent)</c>
      <c>informational</c>
      <c>SIO-Label, SIO-Label-History</c>
      <c>RFC 7444</c>
      <c>Informational (Independent)</c>
      <c>informational</c>
</texttable>

<t>Recording "experimental" or "informational" for these entries carries no
implication that they are endorsed; as the registry's own note says,
"registration of a Provisional Message Header Field does not of itself imply
any kind of endorsement by the IETF, IANA or any other body".  The value
records what the referenced document is.</t>

<t>If IANA or the designated expert prefers the first reading, then the
recommendations in <xref target="sio"/> and <xref target="mmhs"/> for the provisional entries
"SIO-Label", "SIO-Label-History" and "MMHS-Authorizing-Users" should be
withdrawn along with the table above, and the whole column in that registry
set to "provisional".  What should not persist is the present position, in
which three readings coexist.</t>

<t>The remaining provisional entries are left blank, deliberately:</t>

<t><list style="symbols">
  <t>"Face", "X-Face" and "X-PGP-Sig" cite informally published specifications
that have not been approved by any standards body, so neither branch of
Section 4.2.1 of <xref target="REG-PROC"/> supplies a value.</t>
  <t>"Form-Sub", "Privicon" and "Wrong-Recipient" cite Internet-Drafts that have
expired.  An expired draft has no standing from which to derive one.</t>
</list></t>

</section>
<section anchor="status-nochange"><name>Fields deliberately left unchanged (non-obvious cases)</name>

<t>The following entries look as though their status might be wrong but are, on
inspection, correct; they are called out so the question need not be revisited.</t>

<t><list style="symbols">
  <t>"Organization" is registered as "informational" for protocol "mail" (citing
<xref target="RFC7681"/>, an Informational document) and as "standard" for protocol
"netnews" (citing <xref target="NETNEWS-FMT"/>, Standards Track).  This is not an
inconsistency: the two rows are distinct registrations with distinct defining
documents, and each row correctly reflects the standing of its own document.</t>
  <t>The "ARC-Seal", "ARC-Message-Signature", and "ARC-Authentication-Results"
fields are registered as "experimental".  Their defining document <xref target="ARC"/> is
itself Experimental, so the status is correct and <bcp14>MUST NOT</bcp14> be "promoted"
merely because the fields are widely deployed.</t>
  <t>The "Downgraded-*" fields split between "standard" and "obsoleted".  This
split is deliberate and correct: <xref target="RFC6857"/> (Standards Track) retained some
of the fields first defined by the Experimental <xref target="RFC5504"/> and dropped
others, and the registry records exactly that outcome.  Note that
<xref target="RFC5504"/> was obsoleted by <xref target="RFC6530"/>, which withdrew the in-transit
downgrade mechanism, and that <xref target="RFC6857"/> lifted RFC 5504's prohibition on
registering further "Downgraded-" fields, as the registry's own note records.</t>
  <t>"Expires" (mail) is registered as "standard" citing
<xref target="I-D.ietf-mailmaint-expires"/>.  <xref target="RFC4021"/> had named <xref target="MIXER"/>; the newer
document supersedes that definition, and the entry needs no change.</t>
</list></t>

</section>
</section>
<section anchor="protocol"><name>Protocol Corrections</name>

<t>Review of the defining documents found no header field recorded under the wrong
protocol.  Two entries that appear misfiled are in fact correct, and are
documented here to forestall future "corrections".</t>

<t><list style="symbols">
  <t>"Content-Return" and "Content-Identifier" are registered under protocol
"mail", although every other "Content-*" field is registered under "MIME".
This is correct.  <xref target="RFC4021"/> places both fields in its Section 2.1,
"Permanent Mail Header Field Registrations", not in its Section 2.2 for MIME
fields, because they are X.400 IPMS heading fields carried in the message
header, not MIME body-part fields.  The registry faithfully mirrors the
defining document's own division.</t>
  <t>"User-Agent" (netnews) cites <xref target="RFC2616"/> and "Base" (MIME) cites <xref target="RFC2068"/>,
both of which are HTTP specifications.  These citations are for syntax
heritage only and do not indicate a protocol misclassification; the fields
are correctly filed under "netnews" and "MIME" respectively.</t>
</list></t>

</section>
<section anchor="trace"><name>Trace Corrections</name>

<section anchor="trace-test"><name>The test</name>

<t><xref target="MAIL-OLD"/>, Section 3.6.7 described the trace fields of Internet Mail as an
optional "Return-Path" and one or more "Received" fields, and nothing else.
That is the text the registry's Trace column is often read against, but it is
not the text now in force.  Section 3.6.7 of <xref target="MAIL"/> reads:</t>

<ul empty="true"><li>
  <t>"The trace fields form a group of header fields that normally includes a
'Return-Path:' field and/or one or more 'Received:' fields or other
trace-optional fields that are defined by other specifications as belonging
within the trace fields grouping."</t>
</li></ul>

<t>and continues that "other specifications ... describe the use of other fields
that are to be interpreted as trace fields".  Section 4.4.4 of <xref target="SMTP"/> is to
the same effect: "'Received' and 'Return-path' ... are the only two trace
fields that are part of SMTP.  Additional trace fields ... may be defined and
registered as described in" <xref target="MAIL"/>.</t>

<t>Klensin asked on the emailcore list on 2022-11-30 whether "defined by other
specifications" attached only to "other fields" or to the whole group.
Melnikov answered "I thought the former (only 'other fields')", and Resnick,
as editor of <xref target="MAIL"/>, answered "I believe I intended the former as well, and
I'll work on a clarification."</t>

<t>The controlling question for the column is therefore not "is this one of the
two fields listed in Section 3.6.7" but "has a specification designated this
field as belonging within the trace fields grouping".  Judged that way the
column is substantially under-populated, which is what <xref target="MAIL"/>, Section 6.1
intended pending exactly this exercise.</t>

<t>Note that <xref target="MAIL"/>, Section 6.1 makes the column applicable only where the
Protocol is "mail"; see <xref target="trace-netnews"/>.</t>

</section>
<section anchor="trace-explicit"><name>Fields whose defining documents designate them trace fields</name>

<t>For each of the following fields a specification states, in terms, that the
field is a trace field.  The Trace column for each should be "yes".</t>

<t><list style="symbols">
  <t>"Received-SPF", <xref target="SPF"/>, Section 9.1: "The Received-SPF header field is
a trace field (see [RFC5322], Section 3.6.7) and <bcp14>SHOULD</bcp14> be prepended to the
existing header, above the Received field".</t>
  <t>"Authentication-Results", <xref target="AUTHRES"/>, Sections 2.1 and 4.1: the field
"is therefore considered to be a trace field as defined in [MAIL]", and
"<bcp14>MUST</bcp14> be treated as though it were a trace header field ... and hence <bcp14>MUST NOT</bcp14>
be reordered and <bcp14>MUST</bcp14> be prepended to the message".  Kucherawy, who
registered the field, confirmed the intent on the emailcore list on
2024-03-18: "I registered Authentication-Results and at least one other with
the intent that they be treated as trace fields".</t>
  <t>"DKIM-Signature", <xref target="DKIM"/>, Section 3.5: the field "<bcp14>SHOULD</bcp14> be treated
as though it were a trace header field as defined in Section 3.6 of
[RFC5322] and hence <bcp14>SHOULD NOT</bcp14> be reordered and <bcp14>SHOULD</bcp14> be prepended to the
message".</t>
  <t>"VBR-Info", <xref target="RFC5518"/>, Section 2: "in the terminology of RFC 5322,
VBR-Info is a 'trace header field'".</t>
  <t>"Auto-Submitted", <xref target="RFC5436"/>, Section 2.7.1: "The 'Auto-Submitted' header
field is considered a 'trace field', similar to 'Received' header fields
(see [RFC5321])", and "the 'Auto-Submitted' field <bcp14>MUST</bcp14> be placed above
those 'Received' fields, serving as a boundary between the ones from the
triggering message" and the notification's own.  See <xref target="auto-submitted"/>.</t>
  <t>"SIO-Label-History", <xref target="RFC7444"/>, Section 5: "The SIO-Label-History
header field is considered to be a trace field as defined in Section 3.6.7 of
[RFC5322]".  The field records label changes made as the message is handled
and is "intended to provide trace information (only trace information)"; each
new instance is "added immediately preceding any existing SIO-Label-History
header fields", i.e. prepended within the SIO-Label-History group.</t>
  <t>"X400-Trace" and "DL-Expansion-History", <xref target="RFC4021"/> and <xref target="MIXER"/>:
registered with descriptions that are, respectively, "X400 Trace" and "Trace
of distribution lists passed", and derived from the per-hop trace elements
of <xref target="MIXER"/>, which accumulates one entry per gateway traversal in order.</t>
</list></t>

<t>Note that "DKIM-Signature", "VBR-Info" and "Auto-Submitted" are typically added
by the originating administrative domain or the responder rather than by a
relay, yet their authors deliberately chose the "trace header field"
designation to obtain its positional guarantees.  The Trace column should
record what the specifications say; the "yes" value reflects that designation.</t>

</section>
<section anchor="auto-submitted"><name>Auto-Submitted</name>

<t>The previous revision of this document listed "Auto-Submitted" among the fields
deliberately <em>not</em> marked as trace, reasoning that it is set by the responder
that originates the message, may appear at most once, and has no positional
significance.  That was wrong on all three counts as against <xref target="RFC5436"/>,
which designates it a trace field in terms and gives it an explicit ordering
requirement.  <xref target="TRACE-REG"/> had identified both this and the fact that the
field's Reference column cites only <xref target="RFC3834"/> when <xref target="RFC5436"/> is the later
and more detailed description; <xref target="refs"/> adds <xref target="RFC5436"/>.</t>

</section>
<section anchor="trace-implicit"><name>Fields that behave as trace fields without the word</name>

<t>A field may be added by a handling agent in transit, at a defined position and
with ordering significance, without its defining document using the word
"trace".  Whether such a field should be marked requires care, because the
alternative test -- inferring trace status from where a field appears -- was
put to the emailcore list and argued against.  Klensin observed on 2022-12-02
that <xref target="MAIL"/> as drafted would "allow arbitrary additions to the list of what
constitutes such a field with no criteria for such additions other than 'the
registrant says it is'", so that "almost any sort of crud (or worse), even
potentially undocumented crud, can end up at the top of the header field
collection", and gave a real message in which 21 fields preceded the oldest
"Received".  Melnikov replied on 2022-12-03:</t>

<ul empty="true"><li>
  <t>"In general I don't think it is useful to assume that everything above the
oldest Received header field is a trace header field. ... I think somebody
still needs to initiate registration of a new trace header field.  There is
no need to register all header fields in your example just because they are
above Received header fields."</t>
</li></ul>

<t>This document accepts that position.  Position in the header section is not
evidence of trace status.  What counts is designation by a specification, and a
specification may designate a field by imposing the positional rules of a trace
field without using the word.  On that narrower test two groups qualify:</t>

<t><list style="symbols">
  <t>"ARC-Seal", "ARC-Message-Signature" and "ARC-Authentication-Results",
<xref target="ARC"/>: added by each participating domain as the message transits, with
"i=" instance tags that number the sets in handling order and constitute the
"chain of custody"; a validator <bcp14>MUST</bcp14> evaluate them in that order.  The
ordering is not incidental to these fields, it is their mechanism.</t>
  <t>"Delivered-To", <xref target="RFC9228"/>, Section 4: "<bcp14>MUST</bcp14> be placed at the current 'top'
of the message's set of header fields ... in a fashion similar to the trace
fields", and "<bcp14>MUST NOT</bcp14> be reordered".  This is the trace field rule stated
without the label, and the document says as much.</t>
</list></t>

<t>The Trace column for these four should be "yes".</t>

</section>
<section anchor="trace-notyet"><name>Fields with trace-like behaviour that are not recommended</name>

<t>The following fields are added by a handling agent in transit, but no
specification designates them as trace fields, and the evidence for them is
behavioural.  Under the test of <xref target="trace-implicit"/> that is not enough.  The
evidence is recorded here so that the question need not be researched again,
and so that anyone who wishes to see these fields marked knows what is
required: an update to the defining document, or a specification that
designates them.</t>

<t><list style="symbols">
  <t>"Original-Recipient", <xref target="RFC3798"/>, Section 2.3: inserted by the delivering
MTA "at the beginning of the message (along with the Return-Path header)".
This is close to designation, but the field's document in force is now
<xref target="MDN"/>, which describes the field's contents and use without placing it in
the trace grouping.</t>
  <t>"X400-Received", <xref target="RFC4021"/> and <xref target="MIXER"/>: the X.400/MIXER gateway
equivalent of "Received".  Its sibling "X400-Trace" is designated by its own
registered description; "X400-Received" is not, and the analogy to
"Received" is not a designation.</t>
  <t>"Apparently-To", <xref target="RFC2076"/>, Section 3.4: inserted by a mail transfer agent
on delivery when the original message carries no "To" recipient.  Its only
reference is an Informational survey of headers in use, which records the
behaviour as non-standard rather than specifying it.  The previous revision
of this document recommended "yes" for this field; on the test of
<xref target="trace-implicit"/> that recommendation is withdrawn.</t>
</list></t>

</section>
<section anchor="trace-netnews"><name>The Trace column and the netnews fields</name>

<t>Two netnews fields are designated as trace fields by their own documents:</t>

<t><list style="symbols">
  <t>"Path", <xref target="NETNEWS-FMT"/> Section 3.1.5 and <xref target="NETNEWS-ARCH"/>: each processing
agent prepends to the field, its order is significant, and
<xref target="NETNEWS-ARCH"/> names it a trace header field alongside "Received"
("trace header fields (like Received in Email or Path in Netnews)").</t>
  <t>"Injection-Info", <xref target="NETNEWS-FMT"/> Section 3.2.8: added only by the injecting
agent, and existing to assist "in tracing the article's true origin";
<xref target="NETNEWS-ARCH"/> classes it as trace information.</t>
</list></t>

<t>The column cannot record this as it stands.  <xref target="MAIL"/>, Section 6.1 defines the
Trace field as "only applicable if the 'applicable protocol' is set 'mail' (in
other cases, it should be set to ' ')".  The previous revision of this document
recommended "yes" for both fields without noticing that restriction.</t>

<t>This document therefore does <em>not</em> recommend a Trace value for "Path" or
"Injection-Info".  It records the evidence, and notes that if the column is to
be meaningful for netnews the restriction in <xref target="MAIL"/>, Section 6.1 would have
to be relaxed -- a change to <xref target="MAIL"/>, not to the registry, and one properly
raised with the netnews and emailcore communities rather than settled here.
Leaving the two cells blank is consistent with the reading in <xref target="intro-trace"/>:
blank means "not yet specified".</t>

</section>
<section anchor="trace-nochange"><name>Fields deliberately not marked trace (non-obvious cases)</name>

<t>The following fields are added or written by a party other than the original
author and so might be mistaken for trace fields, but are correctly left
un-marked.</t>

<t><list style="symbols">
  <t>The "Resent-*" fields are recorded as Trace "no" by <xref target="MAIL"/>, Section 6.2.
They are prepended as a block and their order is significant, and
<xref target="TRACE-REG"/> proposed marking seven of them as trace fields.  <xref target="MAIL"/>
nonetheless treats the resent block as distinct from the trace block --
Section 3.6 gives them separate productions -- and the registry records that
choice.  This document does not disturb it.</t>
  <t>"Solicitation" (<xref target="RFC3865"/>) is supplied by the sending client; RFC 3865
Section 2.6 states it "is only available to the sending client" and contrasts
it explicitly with "the sole exception of the 'Received:' trace field".</t>
  <t>"Original-From" and "Original-Subject" (<xref target="RFC5703"/>) are written by a Sieve
processor purely to preserve the author's original values when it rewrites the
corresponding fields; they carry no positional or ordering semantics.</t>
  <t>"Original-Sender" (<xref target="NETNEWS-ARCH"/>) is a gateway-written preservation copy of
a "Sender" field, and <xref target="NETNEWS-ARCH"/> deliberately keeps it out of the trace
set it defines.</t>
  <t>"Require-Recipient-Valid-Since" (<xref target="RFC7293"/>) is generated by the author's
domain to carry a delivery request; RFC 7293 discourages the header form
entirely.</t>
  <t>The "Downgraded-*" fields (<xref target="RFC6857"/>) are added in transit but only to
preserve encoded copies of non-trace fields; RFC 6857 explicitly prohibits
applying its downgrade procedure to the real trace field "Received".</t>
</list></t>

</section>
</section>
<section anchor="refs"><name>Reference List Updates</name>

<t>Applying the methodology of <xref target="methodology"/>, the reference corrections fall into
three groups.  <xref target="appendix-refs"/> gives the resulting reference set for every
entry.</t>

<section anchor="specification-documents-named-by-rfc-4021-but-not-recorded"><name>Specification documents named by RFC 4021 but not recorded</name>

<t>These entries cite <xref target="RFC4021"/> but not the specification document <xref target="RFC4021"/>
named for them.  The specification document should be added.  The full list is
in <xref target="appendix-4021"/>; the distinct documents involved are:</t>

<texttable title="Specification documents named by RFC 4021">
      <ttcol align='left'>Specification document</ttcol>
      <ttcol align='left'>Fields</ttcol>
      <c>RFC 2156 (<xref target="MIXER"/>)</c>
      <c>the 33 X.400/MIXER fields, incl. the "X400-<em>" family and "Discarded-X400-</em>"</c>
      <c>RFC 1327</c>
      <c>Content-Return, Obsoletes, Expiry-Date, Content-Identifier</c>
      <c>RFC 822</c>
      <c>Encrypted</c>
      <c>RFC 2045 (<xref target="MIME1"/>)</c>
      <c>MIME-Version (§4), Content-Type (§5), Content-Transfer-Encoding (§6), Content-ID (§7), Content-Description (§8)</c>
      <c>RFC 2183</c>
      <c>Content-Disposition</c>
      <c>RFC 3282</c>
      <c>Accept-Language, Content-Language</c>
      <c>RFC 3297</c>
      <c>Original-Message-ID, Content-Alternative</c>
      <c>RFC 3458</c>
      <c>Message-Context</c>
      <c>RFC 1864</c>
      <c>Content-MD5</c>
      <c>RFC 2912</c>
      <c>Content-features</c>
      <c>RFC 2557</c>
      <c>Content-Location</c>
      <c>RFC 3803</c>
      <c>Content-Duration (RFC 4021 named RFC 2424, since obsoleted)</c>
      <c>RFC 2369 (<xref target="LIST-URLS"/>)</c>
      <c>List-Help, List-Subscribe, List-Unsubscribe, List-Post, List-Owner, List-Archive</c>
      <c>RFC 2919 (<xref target="LIST-ID"/>)</c>
      <c>List-ID</c>
      <c>RFC 8098 (<xref target="MDN"/>)</c>
      <c>Disposition-Notification-To, Disposition-Notification-Options (RFC 4021 named RFC 2298, since obsoleted twice)</c>
      <c>RFC 1505</c>
      <c>Encoding</c>
</texttable>

<t>Note that the previous revision of this document proposed adding both
<xref target="MIME1"/> and <xref target="RFC2046"/> to the five core MIME fields.  <xref target="RFC4021"/> names
<xref target="MIME1"/> only, with a distinct section per field, and <xref target="RFC2046"/> defines
media types rather than these header fields.  <xref target="RFC2046"/> is not added.</t>

</section>
<section anchor="superseded-references"><name>Superseded references</name>

<t>These entries cite a document that has since been obsoleted.  The document in
force should be added; this document does not recommend removing the historical
citation, which remains accurate as to where the field came from.</t>

<texttable title="Superseded references">
      <ttcol align='left'>Field</ttcol>
      <ttcol align='left'>Cites</ttcol>
      <ttcol align='left'>Obsoleted by</ttcol>
      <ttcol align='left'>Add</ttcol>
      <c>Original-Recipient</c>
      <c>RFC 3798, RFC 5337</c>
      <c>RFC 8098, RFC 6533 respectively</c>
      <c>RFC 8098, RFC 6533</c>
      <c>Disposition-Notification-To, Disposition-Notification-Options</c>
      <c>RFC 4021 (naming RFC 2298)</c>
      <c>RFC 3798, then RFC 8098</c>
      <c>RFC 8098, RFC 6533</c>
</texttable>

</section>
<section anchor="missing-formal-updates"><name>Missing formal updates</name>

<t>These entries fail to cite documents that carry a formal "Updates:" header
targeting the field's defining document <em>and</em> modify the definition of the
field.  See <xref target="not-added"/> for the updaters excluded.</t>

<texttable title="Missing formal updates">
      <ttcol align='left'>Field</ttcol>
      <ttcol align='left'>Cites</ttcol>
      <ttcol align='left'>Add (formal updaters)</ttcol>
      <c>DKIM-Signature</c>
      <c>RFC 6376</c>
      <c>RFC 8301, RFC 8463, RFC 8616</c>
      <c>Received-SPF</c>
      <c>RFC 7208</c>
      <c>RFC 7372, RFC 8616</c>
      <c>Auto-Submitted</c>
      <c>RFC 3834</c>
      <c>RFC 5436</c>
      <c>MIME-Version, Content-Type, Content-Transfer-Encoding, Content-ID, Content-Description</c>
      <c>RFC 4021</c>
      <c>RFC 2231, RFC 6532</c>
      <c>Content-Disposition</c>
      <c>RFC 4021</c>
      <c>RFC 2231</c>
      <c>Message-Context</c>
      <c>RFC 4021</c>
      <c>RFC 3938</c>
</texttable>

</section>
</section>
<section anchor="iana"><name>IANA Considerations</name>

<t>IANA is requested to update the "Permanent Message Header Field Names" and
"Provisional Message Header Field Names" registries as set out below.  The
changes are metadata only; no field is added, removed, or renamed, and no
field's syntax or semantics is affected.</t>

<section anchor="mechanism"><name>Mechanism</name>

<t>The changes recommended here are a single retroactive update to existing
entries, of the kind Crocker proposed and Kucherawy and Resnick supported in
the exchange quoted in <xref target="route"/>: a collective recommendation, documented, and
approved through the normal process, rather than one registration action per
field or an RFC per field.</t>

<t><xref target="appendix-refs"/> is the authoritative statement of the requested end state:
it lists every entry in both registries with the Status, Trace and Reference
values this document recommends, marking each value that differs from the
current registry.  Where <xref target="appendix-refs"/> and the prose of this document
disagree, the prose governs and the table should be corrected.</t>

</section>
<section anchor="status-changes"><name>Status changes</name>

<t><list style="symbols">
  <t>"MT-Priority": "standard" to "informational" (<xref target="status"/>).</t>
  <t>"Solicitation": blank to "standard" (<xref target="status"/>).</t>
  <t>The "List-*" family and "List-ID": blank to "standard" (<xref target="list"/>).</t>
  <t>The <xref target="RFC4021"/> cohort: blank to the value <xref target="RFC4021"/> supplied, as
tabulated in <xref target="appendix-4021"/> -- "standard" for the great majority,
"experimental" for "Encoding", and "obsoleted" for "Content-Return",
"Obsoletes", "Expiry-Date", "Content-Identifier" and "Encrypted"
(<xref target="cohort"/>, <xref target="obsoleted"/>).</t>
  <t>"SIO-Label", "SIO-Label-History": blank to "informational" (<xref target="sio"/>).</t>
  <t>The "MMHS-*" fields and "MMHS-Authorizing-Users": blank to "informational"
(<xref target="mmhs"/>).</t>
  <t>The provisional entries tabulated in <xref target="provisional"/>: blank to
"experimental" or "informational" as listed.</t>
</list></t>

</section>
<section anchor="trace-changes"><name>Trace changes</name>

<t>Set Trace to "yes" for:</t>

<t><list style="symbols">
  <t>"Received-SPF", "Authentication-Results", "DKIM-Signature", "VBR-Info",
"Auto-Submitted", "SIO-Label-History", "X400-Trace", "DL-Expansion-History"
(<xref target="trace-explicit"/>).</t>
  <t>"ARC-Seal", "ARC-Message-Signature", "ARC-Authentication-Results",
"Delivered-To" (<xref target="trace-implicit"/>).</t>
</list></t>

<t>No other Trace value is changed.  In particular the cells for "Path" and
"Injection-Info" are left blank, because the column is defined only for
Protocol "mail" (<xref target="trace-netnews"/>), and the cells for "Original-Recipient",
"X400-Received" and "Apparently-To" are left blank for the reasons in
<xref target="trace-notyet"/>.</t>

</section>
<section anchor="reference-changes"><name>Reference changes</name>

<t>As tabulated in <xref target="refs"/>, listed per field in <xref target="appendix-4021"/> and
<xref target="appendix-refs"/>.</t>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>This document changes registry metadata only and introduces no protocol
behaviour.  No new information is disclosed by any change in this document.</t>

<t>Accurate metadata has a modest positive security effect.  Several of the fields
whose Trace status is completed here ("Received-SPF", "Authentication-Results",
"DKIM-Signature", the "ARC-*" fields) carry the results of message
authentication checks, and a reader or implementer who consults the registry
benefits from an accurate record that these are trace fields whose position in
the header section is significant and must be preserved.</t>

<t>The Trace column also has a concrete consumer.  A signing protocol that must
decide which header fields to cover needs to know which fields a handling agent
may legitimately prepend in transit; signing such a field breaks the signature
at the next hop.  Where that decision is driven from the registry, an
unpopulated Trace column means the decision is being made from a hard-coded
list instead, and hard-coded lists diverge.</t>

<t>Conversely, marking a field as trace on weak evidence has a cost: it tells
implementers that the field may be added by any handling agent, which is an
invitation to do so.  That is the reason for the narrower test adopted in
<xref target="trace-implicit"/> and for the withdrawals in <xref target="trace-notyet"/>.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="REG-PROC">
  <front>
    <title>Registration Procedures for Message Header Fields</title>
    <author fullname="G. Klyne" initials="G." surname="Klyne"/>
    <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
    <author fullname="J. Mogul" initials="J." surname="Mogul"/>
    <date month="September" year="2004"/>
    <abstract>
      <t>This specification defines registration procedures for the message header fields used by Internet mail, HTTP, Netnews and other applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="90"/>
  <seriesInfo name="RFC" value="3864"/>
  <seriesInfo name="DOI" value="10.17487/RFC3864"/>
</reference>


<reference anchor="MAIL">
   <front>
      <title>Internet Message Format</title>
      <author fullname="Pete Resnick" initials="P." surname="Resnick">
         <organization>Episteme Technology Consulting LLC</organization>
      </author>
      <date day="13" month="June" year="2024"/>
      <abstract>
	 <t>   This document specifies the Internet Message Format (IMF), a syntax
   for text messages that are sent between computer users, within the
   framework of &quot;electronic mail&quot; messages.  This specification is a
   revision of Request For Comments (RFC) 5322, itself a revision of
   Request For Comments (RFC) 2822, all of which supersede Request For
   Comments (RFC) 822, &quot;Standard for the Format of ARPA Internet Text
   Messages&quot;, updating it to reflect current practice and incorporating
   incremental changes that were specified in other RFCs.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-emailcore-rfc5322bis-12"/>
   
</reference>


<reference anchor="SMTP">
   <front>
      <title>Simple Mail Transfer Protocol</title>
      <author fullname="Dr. John C. Klensin" initials="J. C." surname="Klensin">
         </author>
      <date day="31" month="July" year="2025"/>
      <abstract>
	 <t>   This document is a specification of the basic protocol for Internet
   electronic mail transport.  It (including text carried forward from
   RFC 5321) consolidates, updates, and clarifies several previous
   documents, making all or parts of most of them obsolete.  It covers
   the SMTP extension mechanisms and best practices for the contemporary
   Internet, but does not provide details about particular extensions.
   The document also provides information about use of SMTP for other
   than strict mail transport and delivery.  This document replaces RFC
   5321, the earlier version with the same title, and supersedes RFCs
   1846, 7504, and 7505, incorporating all the relevant information in
   them.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-emailcore-rfc5321bis-44"/>
   
</reference>

<reference anchor="RFC4021">
  <front>
    <title>Registration of Mail and MIME Header Fields</title>
    <author fullname="G. Klyne" initials="G." surname="Klyne"/>
    <author fullname="J. Palme" initials="J." surname="Palme"/>
    <date month="March" year="2005"/>
    <abstract>
      <t>This document defines the initial IANA registration for permanent mail and MIME message header fields, per RFC 3864. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4021"/>
  <seriesInfo name="DOI" value="10.17487/RFC4021"/>
</reference>

<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="MAIL-OLD">
  <front>
    <title>Internet Message Format</title>
    <author fullname="P. Resnick" initials="P." role="editor" surname="Resnick"/>
    <date month="October" year="2008"/>
    <abstract>
      <t>This document specifies the Internet Message Format (IMF), a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages. This specification is a revision of Request For Comments (RFC) 2822, which itself superseded Request For Comments (RFC) 822, "Standard for the Format of ARPA Internet Text Messages", updating it to reflect current practice and incorporating incremental changes that were specified in other RFCs. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5322"/>
  <seriesInfo name="DOI" value="10.17487/RFC5322"/>
</reference>

<reference anchor="SMTP-OLD">
  <front>
    <title>Simple Mail Transfer Protocol</title>
    <author fullname="J. Klensin" initials="J." surname="Klensin"/>
    <date month="October" year="2008"/>
    <abstract>
      <t>This document is a specification of the basic protocol for Internet electronic mail transport. It consolidates, updates, and clarifies several previous documents, making all or parts of most of them obsolete. It covers the SMTP extension mechanisms and best practices for the contemporary Internet, but does not provide details about particular extensions. Although SMTP was designed as a mail transport and delivery protocol, this specification also contains information that is important to its use as a "mail submission" protocol for "split-UA" (User Agent) mail reading systems and mobile environments. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5321"/>
  <seriesInfo name="DOI" value="10.17487/RFC5321"/>
</reference>

<reference anchor="NETNEWS-FMT">
  <front>
    <title>Netnews Article Format</title>
    <author fullname="K. Murchison" initials="K." role="editor" surname="Murchison"/>
    <author fullname="C. Lindsey" initials="C." surname="Lindsey"/>
    <author fullname="D. Kohn" initials="D." surname="Kohn"/>
    <date month="November" year="2009"/>
    <abstract>
      <t>This document specifies the syntax of Netnews articles in the context of the Internet Message Format (RFC 5322) and Multipurpose Internet Mail Extensions (MIME) (RFC 2045). This document obsoletes RFC 1036, providing an updated specification to reflect current practice and incorporating incremental changes specified in other documents. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5536"/>
  <seriesInfo name="DOI" value="10.17487/RFC5536"/>
</reference>

<reference anchor="NETNEWS-ARCH">
  <front>
    <title>Netnews Architecture and Protocols</title>
    <author fullname="R. Allbery" initials="R." role="editor" surname="Allbery"/>
    <author fullname="C. Lindsey" initials="C." surname="Lindsey"/>
    <date month="November" year="2009"/>
    <abstract>
      <t>This document defines the architecture of Netnews systems and specifies the correct manipulation and interpretation of Netnews articles by software that originates, distributes, stores, and displays them. It also specifies the requirements that must be met by any protocol used to transport and serve Netnews articles. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5537"/>
  <seriesInfo name="DOI" value="10.17487/RFC5537"/>
</reference>

<reference anchor="MIME1">
  <front>
    <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
    <author fullname="N. Freed" initials="N." surname="Freed"/>
    <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
    <date month="November" year="1996"/>
    <abstract>
      <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2045"/>
  <seriesInfo name="DOI" value="10.17487/RFC2045"/>
</reference>

<reference anchor="MIXER">
  <front>
    <title>MIXER (Mime Internet X.400 Enhanced Relay): Mapping between X.400 and RFC 822/MIME</title>
    <author fullname="S. Kille" initials="S." surname="Kille"/>
    <date month="January" year="1998"/>
    <abstract>
      <t>This document relates primarily to the ITU-T 1988 and 1992 X.400 Series Recommendations / ISO IEC 10021 International Standard. This ISO/ITU-T standard is referred to in this document as "X.400", which is a convenient shorthand. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2156"/>
  <seriesInfo name="DOI" value="10.17487/RFC2156"/>
</reference>

<reference anchor="LIST-URLS">
  <front>
    <title>The Use of URLs as Meta-Syntax for Core Mail List Commands and their Transport through Message Header Fields</title>
    <author fullname="G. Neufeld" initials="G." surname="Neufeld"/>
    <author fullname="J. Baer" initials="J." surname="Baer"/>
    <date month="July" year="1998"/>
    <abstract>
      <t>The mailing list command specification header fields are a set of structured fields to be added to email messages sent by email distribution lists. By including these header fields, list servers can make it possible for mail clients to provide automated tools for users to perform list functions. This could take the form of a menu item, push button, or other user interface element. The intent is to simplify the user experience, providing a common interface to the often cryptic and varied mailing list manager commands. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2369"/>
  <seriesInfo name="DOI" value="10.17487/RFC2369"/>
</reference>

<reference anchor="LIST-ID">
  <front>
    <title>List-Id: A Structured Field and Namespace for the Identification of Mailing Lists</title>
    <author fullname="R. Chandhok" initials="R." surname="Chandhok"/>
    <author fullname="G. Wenger" initials="G." surname="Wenger"/>
    <date month="March" year="2001"/>
    <abstract>
      <t>Software that handles electronic mailing list messages (servers and user agents) needs a way to reliably identify messages that belong to a particular mailing list. With the advent of list management headers, it has become even more important to provide a unique identifier for a mailing list regardless of the particular host that serves as the list processor at any given time. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2919"/>
  <seriesInfo name="DOI" value="10.17487/RFC2919"/>
</reference>

<reference anchor="DKIM">
  <front>
    <title>DomainKeys Identified Mail (DKIM) Signatures</title>
    <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
    <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
    <author fullname="M. Kucherawy" initials="M." role="editor" surname="Kucherawy"/>
    <date month="September" year="2011"/>
    <abstract>
      <t>DomainKeys Identified Mail (DKIM) permits a person, role, or organization that owns the signing domain to claim some responsibility for a message by associating the domain with the message. This can be an author's organization, an operational relay, or one of their agents. DKIM separates the question of the identity of the Signer of the message from the purported author of the message. Assertion of responsibility is validated through a cryptographic signature and by querying the Signer's domain directly to retrieve the appropriate public key. Message transit from author to recipient is through relays that typically make no substantive change to the message content and thus preserve the DKIM signature.</t>
      <t>This memo obsoletes RFC 4871 and RFC 5672. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="76"/>
  <seriesInfo name="RFC" value="6376"/>
  <seriesInfo name="DOI" value="10.17487/RFC6376"/>
</reference>

<reference anchor="SPF">
  <front>
    <title>Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1</title>
    <author fullname="S. Kitterman" initials="S." surname="Kitterman"/>
    <date month="April" year="2014"/>
    <abstract>
      <t>Email on the Internet can be forged in a number of ways. In particular, existing protocols place no restriction on what a sending host can use as the "MAIL FROM" of a message or the domain given on the SMTP HELO/EHLO commands. This document describes version 1 of the Sender Policy Framework (SPF) protocol, whereby ADministrative Management Domains (ADMDs) can explicitly authorize the hosts that are allowed to use their domain names, and a receiving host can check such authorization.</t>
      <t>This document obsoletes RFC 4408.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7208"/>
  <seriesInfo name="DOI" value="10.17487/RFC7208"/>
</reference>

<reference anchor="AUTHRES">
  <front>
    <title>Message Header Field for Indicating Message Authentication Status</title>
    <author fullname="M. Kucherawy" initials="M." surname="Kucherawy"/>
    <date month="May" year="2019"/>
    <abstract>
      <t>This document specifies a message header field called "Authentication-Results" for use with electronic mail messages to indicate the results of message authentication efforts. Any receiver-side software, such as mail filters or Mail User Agents (MUAs), can use this header field to relay that information in a convenient and meaningful way to users or to make sorting and filtering decisions.</t>
      <t>This document obsoletes RFC 7601.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8601"/>
  <seriesInfo name="DOI" value="10.17487/RFC8601"/>
</reference>

<reference anchor="ARC">
  <front>
    <title>The Authenticated Received Chain (ARC) Protocol</title>
    <author fullname="K. Andersen" initials="K." surname="Andersen"/>
    <author fullname="B. Long" initials="B." role="editor" surname="Long"/>
    <author fullname="S. Blank" initials="S." role="editor" surname="Blank"/>
    <author fullname="M. Kucherawy" initials="M." role="editor" surname="Kucherawy"/>
    <date month="July" year="2019"/>
    <abstract>
      <t>The Authenticated Received Chain (ARC) protocol provides an authenticated "chain of custody" for a message, allowing each entity that handles the message to see what entities handled it before and what the message's authentication assessment was at each step in the handling.</t>
      <t>ARC allows Internet Mail Handlers to attach assertions of message authentication assessment to individual messages. As messages traverse ARC-enabled Internet Mail Handlers, additional ARC assertions can be attached to messages to form ordered sets of ARC assertions that represent the authentication assessment at each step of the message-handling paths.</t>
      <t>ARC-enabled Internet Mail Handlers can process sets of ARC assertions to inform message disposition decisions, identify Internet Mail Handlers that might break existing authentication mechanisms, and convey original authentication assessments across trust boundaries.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8617"/>
  <seriesInfo name="DOI" value="10.17487/RFC8617"/>
</reference>


<reference anchor="TRACE-REG">
   <front>
      <title>Mail Header Trace Fields</title>
      <author fullname="S Moonesamy" initials="S." surname="Moonesamy">
         </author>
      <author fullname="John R. Levine" initials="J. R." surname="Levine">
         <organization>Taughannock Networks</organization>
      </author>
      <date day="22" month="January" year="2012"/>
      <abstract>
	 <t>   SMTP mail software adds trace fields to messages as they pass through
   the mail system.  This memo provides background information about
   trace fields in mail standards.  It discusses the use of trace fields
   in mail-related specifications.  It updates the definition of trace
   header fields, and adds trace field information to the relevant
   registries.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-levine-trace-header-registry-01"/>
   
</reference>

<reference anchor="MDN">
  <front>
    <title>Message Disposition Notification</title>
    <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
    <author fullname="A. Melnikov" initials="A." role="editor" surname="Melnikov"/>
    <date month="February" year="2017"/>
    <abstract>
      <t>This memo defines a MIME content type that may be used by a Mail User Agent (MUA) or electronic mail gateway to report the disposition of a message after it has been successfully delivered to a recipient. This content type is intended to be machine processable. Additional message header fields are also defined to permit Message Disposition Notifications (MDNs) to be requested by the sender of a message. The purpose is to extend Internet Mail to support functionality often found in other messaging systems, such as X.400 and the proprietary "LAN-based" systems, and are often referred to as "read receipts," "acknowledgements," or "receipt notifications." The intention is to do this while respecting privacy concerns, which have often been expressed when such functions have been discussed in the past.</t>
      <t>Because many messages are sent between the Internet and other messaging systems (such as X.400 or the proprietary "LAN-based" systems), the MDN protocol is designed to be useful in a multiprotocol messaging environment. To this end, the protocol described in this memo provides for the carriage of "foreign" addresses, in addition to those normally used in Internet Mail. Additional attributes may also be defined to support "tunneling" of foreign notifications through Internet Mail.</t>
      <t>This document is an Internet Standard. It obsoletes RFC 3798 and updates RFC 2046 (message/partial media type handling) and RFC 3461 (Original-Recipient header field generation requirement).</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="85"/>
  <seriesInfo name="RFC" value="8098"/>
  <seriesInfo name="DOI" value="10.17487/RFC8098"/>
</reference>

<reference anchor="RFC2183">
  <front>
    <title>Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field</title>
    <author fullname="R. Troost" initials="R." surname="Troost"/>
    <author fullname="S. Dorner" initials="S." surname="Dorner"/>
    <author fullname="K. Moore" initials="K." role="editor" surname="Moore"/>
    <date month="August" year="1997"/>
    <abstract>
      <t>This memo provides a mechanism whereby messages conforming to the MIME specifications [RFC 2045, RFC 2046, RFC 2047, RFC 2048, RFC 2049] can convey presentational information. It specifies the "Content- Disposition" header field, which is optional and valid for any MIME entity ("message" or "body part"). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2183"/>
  <seriesInfo name="DOI" value="10.17487/RFC2183"/>
</reference>

<reference anchor="RFC2298">
  <front>
    <title>An Extensible Message Format for Message Disposition Notifications</title>
    <author fullname="R. Fajman" initials="R." surname="Fajman"/>
    <date month="March" year="1998"/>
    <abstract>
      <t>This memo defines a MIME content-type that may be used by a mail user agent (UA) or electronic mail gateway to report the disposition of a message after it has been sucessfully delivered to a recipient. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2298"/>
  <seriesInfo name="DOI" value="10.17487/RFC2298"/>
</reference>

<reference anchor="RFC3798">
  <front>
    <title>Message Disposition Notification</title>
    <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
    <author fullname="G. Vaudreuil" initials="G." role="editor" surname="Vaudreuil"/>
    <date month="May" year="2004"/>
    <abstract>
      <t>This memo defines a MIME content-type that may be used by a mail user agent (MUA) or electronic mail gateway to report the disposition of a message after it has been successfully delivered to a recipient. This content-type is intended to be machine-processable. Additional message headers are also defined to permit Message Disposition Notifications (MDNs) to be requested by the sender of a message. The purpose is to extend Internet Mail to support functionality often found in other messaging systems, such as X.400 and the proprietary "LAN-based" systems, and often referred to as "read receipts," "acknowledgements", or "receipt notifications." The intention is to do this while respecting privacy concerns, which have often been expressed when such functions have been discussed in the past. Because many messages are sent between the Internet and other messaging systems (such as X.400 or the proprietary "LAN-based" systems), the MDN protocol is designed to be useful in a multi-protocol messaging environment. To this end, the protocol described in this memo provides for the carriage of "foreign" addresses, in addition to those normally used in Internet Mail. Additional attributes may also be defined to support "tunneling" of foreign notifications through Internet Mail. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3798"/>
  <seriesInfo name="DOI" value="10.17487/RFC3798"/>
</reference>

<reference anchor="RFC8301">
  <front>
    <title>Cryptographic Algorithm and Key Usage Update to DomainKeys Identified Mail (DKIM)</title>
    <author fullname="S. Kitterman" initials="S." surname="Kitterman"/>
    <date month="January" year="2018"/>
    <abstract>
      <t>The cryptographic algorithm and key size requirements included when DomainKeys Identified Mail (DKIM) was designed a decade ago are functionally obsolete and in need of immediate revision. This document updates DKIM requirements to those minimally suitable for operation with currently specified algorithms.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8301"/>
  <seriesInfo name="DOI" value="10.17487/RFC8301"/>
</reference>

<reference anchor="RFC8463">
  <front>
    <title>A New Cryptographic Signature Method for DomainKeys Identified Mail (DKIM)</title>
    <author fullname="J. Levine" initials="J." surname="Levine"/>
    <date month="September" year="2018"/>
    <abstract>
      <t>This document adds a new signing algorithm, Ed25519-SHA256, to "DomainKeys Identified Mail (DKIM) Signatures" (RFC 6376). DKIM verifiers are required to implement this algorithm.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8463"/>
  <seriesInfo name="DOI" value="10.17487/RFC8463"/>
</reference>

<reference anchor="RFC8553">
  <front>
    <title>DNS Attrleaf Changes: Fixing Specifications That Use Underscored Node Names</title>
    <author fullname="D. Crocker" initials="D." surname="Crocker"/>
    <date month="March" year="2019"/>
    <abstract>
      <t>Using an underscore for a prefix creates a space for constrained interoperation of resource records. Original uses of an underscore character as a domain node name prefix were specified without the benefit of an IANA registry. This produced an entirely uncoordinated set of name-creation activities, all drawing from the same namespace. A registry for these names has now been defined by RFC 8552. However, the existing specifications that use underscored naming need to be modified in order to be in line with the new registry. This document specifies those changes. The changes preserve existing software and operational practice, while adapting the specifications for those practices to the newer underscore registry model.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="222"/>
  <seriesInfo name="RFC" value="8553"/>
  <seriesInfo name="DOI" value="10.17487/RFC8553"/>
</reference>

<reference anchor="RFC5518">
  <front>
    <title>Vouch By Reference</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <author fullname="J. Levine" initials="J." surname="Levine"/>
    <author fullname="A. Hathcock" initials="A." surname="Hathcock"/>
    <date month="April" year="2009"/>
    <abstract>
      <t>This document describes the Vouch By Reference (VBR) protocol. VBR is a protocol for adding third-party certification to email. It permits independent third parties to certify the owner of a domain name that is associated with received mail. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5518"/>
  <seriesInfo name="DOI" value="10.17487/RFC5518"/>
</reference>

<reference anchor="RFC8315">
  <front>
    <title>Cancel-Locks in Netnews Articles</title>
    <author fullname="M. Baeuerle" initials="M." surname="Baeuerle"/>
    <date month="February" year="2018"/>
    <abstract>
      <t>This document defines an extension to the Netnews Article Format that may be used to authenticate the withdrawal of existing articles. This document updates RFC 5537.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8315"/>
  <seriesInfo name="DOI" value="10.17487/RFC8315"/>
</reference>

<reference anchor="RFC6854">
  <front>
    <title>Update to Internet Message Format to Allow Group Syntax in the "From:" and "Sender:" Header Fields</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="March" year="2013"/>
    <abstract>
      <t>The Internet Message Format (RFC 5322) allows "group" syntax in some email header fields, such as "To:" and "CC:", but not in "From:" or "Sender:". This document updates RFC 5322 to relax that restriction, allowing group syntax in those latter fields, as well as in "Resent-From:" and "Resent-Sender:", in certain situations.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6854"/>
  <seriesInfo name="DOI" value="10.17487/RFC6854"/>
</reference>

<reference anchor="RFC1049">
  <front>
    <title>Content-type header field for Internet messages</title>
    <author fullname="M.A. Sirbu" initials="M.A." surname="Sirbu"/>
    <date month="March" year="1988"/>
    <abstract>
      <t>This memo suggests proposed additions to the Internet Mail Protocol, RFC-822, for the Internet community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="1049"/>
  <seriesInfo name="DOI" value="10.17487/RFC1049"/>
</reference>


<reference anchor="I-D.ietf-mailmaint-expires">
   <front>
      <title>Updated Use of the Expires Message Header Field</title>
      <author fullname="Benjamin BILLON" initials="B." surname="BILLON">
         <organization>Splio</organization>
      </author>
      <author fullname="John R. Levine" initials="J. R." surname="Levine">
         <organization>Standcore LLC</organization>
      </author>
      <date day="30" month="April" year="2026"/>
      <abstract>
	 <t>   This document allows broader use of the Expires message header field
   for mail messages.  Message creators can then indicate when a message
   expires, while recipients would use this information to handle an
   expired message differently.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-mailmaint-expires-06"/>
   
</reference>

<reference anchor="RFC3282">
  <front>
    <title>Content Language Headers</title>
    <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
    <date month="May" year="2002"/>
    <abstract>
      <t>This document defines a "Content-language:" header, for use in cases where one desires to indicate the language of something that has RFC 822-like headers, like MIME body parts or Web documents, and an "Accept-Language:" header for use in cases where one wishes to indicate one's preferences with regard to language. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3282"/>
  <seriesInfo name="DOI" value="10.17487/RFC3282"/>
</reference>

<reference anchor="RFC1864">
  <front>
    <title>The Content-MD5 Header Field</title>
    <author fullname="J. Myers" initials="J." surname="Myers"/>
    <author fullname="M. Rose" initials="M." surname="Rose"/>
    <date month="October" year="1995"/>
    <abstract>
      <t>This memo specifies an optional header field, Content-MD5, for use with MIME-conformant messages. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="1864"/>
  <seriesInfo name="DOI" value="10.17487/RFC1864"/>
</reference>

<reference anchor="RFC2912">
  <front>
    <title>Indicating Media Features for MIME Content</title>
    <author fullname="G. Klyne" initials="G." surname="Klyne"/>
    <date month="September" year="2000"/>
    <abstract>
      <t>This memo defines a Multipurpose Internet Mail Extensions (MIME) ' Content-features:' header that can be used to annotate a MIME message part using this expression format, and indicates some ways it might be used. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2912"/>
  <seriesInfo name="DOI" value="10.17487/RFC2912"/>
</reference>

<reference anchor="RFC2557">
  <front>
    <title>MIME Encapsulation of Aggregate Documents, such as HTML (MHTML)</title>
    <author fullname="J. Palme" initials="J." surname="Palme"/>
    <author fullname="A. Hopmann" initials="A." surname="Hopmann"/>
    <author fullname="N. Shelness" initials="N." surname="Shelness"/>
    <date month="March" year="1999"/>
    <abstract>
      <t>This document a) defines the use of a MIME multipart/related structure to aggregate a text/html root resource and the subsidiary resources it references, and b) specifies a MIME content-header (Content-Location) that allow URIs in a multipart/related text/html root body part to reference subsidiary resources in other body parts of the same multipart/related structure. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2557"/>
  <seriesInfo name="DOI" value="10.17487/RFC2557"/>
</reference>

<reference anchor="RFC3803">
  <front>
    <title>Content Duration MIME Header Definition</title>
    <author fullname="G. Vaudreuil" initials="G." surname="Vaudreuil"/>
    <author fullname="G. Parsons" initials="G." surname="Parsons"/>
    <date month="June" year="2004"/>
    <abstract>
      <t>This document describes the MIME header Content-Duration that is intended for use with any time varying media content (typically audio/* or video/*). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3803"/>
  <seriesInfo name="DOI" value="10.17487/RFC3803"/>
</reference>

<reference anchor="RFC3297">
  <front>
    <title>Content Negotiation for Messaging Services based on Email</title>
    <author fullname="G. Klyne" initials="G." surname="Klyne"/>
    <author fullname="R. Iwazaki" initials="R." surname="Iwazaki"/>
    <author fullname="D. Crocker" initials="D." surname="Crocker"/>
    <date month="July" year="2002"/>
    <abstract>
      <t>This memo describes a content negotiation mechanism for facsimile, voice and other messaging services that use Internet email. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3297"/>
  <seriesInfo name="DOI" value="10.17487/RFC3297"/>
</reference>

<reference anchor="RFC8255">
  <front>
    <title>Multiple Language Content Type</title>
    <author fullname="N. Tomkinson" initials="N." surname="Tomkinson"/>
    <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
    <date month="October" year="2017"/>
    <abstract>
      <t>This document defines the 'multipart/multilingual' content type, which is an addition to the Multipurpose Internet Mail Extensions (MIME) standard. This content type makes it possible to send one message that contains multiple language versions of the same information. The translations would be identified by a language tag and selected by the email client based on a user's language settings.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8255"/>
  <seriesInfo name="DOI" value="10.17487/RFC8255"/>
</reference>

<reference anchor="RFC3458">
  <front>
    <title>Message Context for Internet Mail</title>
    <author fullname="E. Burger" initials="E." surname="Burger"/>
    <author fullname="E. Candell" initials="E." surname="Candell"/>
    <author fullname="C. Eliot" initials="C." surname="Eliot"/>
    <author fullname="G. Klyne" initials="G." surname="Klyne"/>
    <date month="January" year="2003"/>
    <abstract>
      <t>This memo describes a new RFC 2822 message header, "Message-Context". This header provides information about the context and presentation characteristics of a message. A receiving user agent (UA) may use this information as a hint to optimally present the message. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3458"/>
  <seriesInfo name="DOI" value="10.17487/RFC3458"/>
</reference>

<reference anchor="RFC1505">
  <front>
    <title>Encoding Header Field for Internet Messages</title>
    <author fullname="A. Costanzo" initials="A." surname="Costanzo"/>
    <author fullname="D. Robinson" initials="D." surname="Robinson"/>
    <author fullname="R. Ullmann" initials="R." surname="Ullmann"/>
    <date month="August" year="1993"/>
    <abstract>
      <t>This document expands upon the elective experimental Encoding header field which permits the mailing of multi-part, multi-structured messages. It replaces RFC 1154. This memo defines an Experimental Protocol for the Internet community. It does not specify an Internet standard.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="1505"/>
  <seriesInfo name="DOI" value="10.17487/RFC1505"/>
</reference>

<reference anchor="RFC1327">
  <front>
    <title>Mapping between X.400(1988) / ISO 10021 and RFC 822</title>
    <author fullname="S. Hardcastle-Kille" initials="S." surname="Hardcastle-Kille"/>
    <date month="May" year="1992"/>
    <abstract>
      <t>This document specifies a mapping between two protocols. This specification should be used when this mapping is performed on the DARPA Internet or in the UK Academic Community. This specification may be modified in the light of implementation experience, but no substantial changes are expected. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="1327"/>
  <seriesInfo name="DOI" value="10.17487/RFC1327"/>
</reference>

<reference anchor="RFC2110">
  <front>
    <title>MIME E-mail Encapsulation of Aggregate Documents, such as HTML (MHTML)</title>
    <author fullname="J. Palme" initials="J." surname="Palme"/>
    <author fullname="A. Hopmann" initials="A." surname="Hopmann"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>This document describes a set of guidelines that will allow conforming mail user agents to be able to send, deliver and display these objects, such as HTML objects, that can contain links represented by URIs. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2110"/>
  <seriesInfo name="DOI" value="10.17487/RFC2110"/>
</reference>

<reference anchor="RFC6758">
  <front>
    <title>Tunneling of SMTP Message Transfer Priorities</title>
    <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
    <author fullname="K. Carlberg" initials="K." surname="Carlberg"/>
    <date month="October" year="2012"/>
    <abstract>
      <t>This memo defines a mechanism for tunneling of SMTP (Simple Mail Transfer Protocol) Message Transfer Priority values through MTAs (Message Transfer Agents) that don't support the MT-PRIORITY SMTP extension. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6758"/>
  <seriesInfo name="DOI" value="10.17487/RFC6758"/>
</reference>

<reference anchor="RFC6710">
  <front>
    <title>Simple Mail Transfer Protocol Extension for Message Transfer Priorities</title>
    <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
    <author fullname="K. Carlberg" initials="K." surname="Carlberg"/>
    <date month="August" year="2012"/>
    <abstract>
      <t>This memo defines an extension to the SMTP (Simple Mail Transfer Protocol) service whereby messages are given a label to indicate preferential handling, to enable mail handling nodes to take this information into account for onward processing. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6710"/>
  <seriesInfo name="DOI" value="10.17487/RFC6710"/>
</reference>

<reference anchor="RFC3865">
  <front>
    <title>A No Soliciting Simple Mail Transfer Protocol (SMTP) Service Extension</title>
    <author fullname="C. Malamud" initials="C." surname="Malamud"/>
    <date month="September" year="2004"/>
    <abstract>
      <t>This document proposes an extension to Soliciting Simple Mail Transfer Protocol (SMTP) for an electronic mail equivalent to the real-world "No Soliciting" sign. In addition to the service extension, a new message header and extensions to the existing "received" message header are described. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3865"/>
  <seriesInfo name="DOI" value="10.17487/RFC3865"/>
</reference>

<reference anchor="RFC3834">
  <front>
    <title>Recommendations for Automatic Responses to Electronic Mail</title>
    <author fullname="K. Moore" initials="K." surname="Moore"/>
    <date month="August" year="2004"/>
    <abstract>
      <t>This memo makes recommendations for software that automatically responds to incoming electronic mail messages, including "out of the office" or "vacation" response generators, mail filtering software, email-based information services, and other automatic responders. The purpose of these recommendations is to discourage undesirable behavior which is caused or aggravated by such software, to encourage uniform behavior (where appropriate) among automatic mail responders, and to clear up some sources of confusion among implementors of automatic email responders. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3834"/>
  <seriesInfo name="DOI" value="10.17487/RFC3834"/>
</reference>

<reference anchor="RFC7444">
  <front>
    <title>Security Labels in Internet Email</title>
    <author fullname="K. Zeilenga" initials="K." surname="Zeilenga"/>
    <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
    <date month="February" year="2015"/>
    <abstract>
      <t>This document describes a header field, SIO-Label, for use in Internet email to convey the sensitivity of the message. This header field may carry a textual representation (a display marking) and/or a structural representation (a security label) of the sensitivity of the message. This document also describes a header field, SIO-Label-History, for recording changes in the message's label.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7444"/>
  <seriesInfo name="DOI" value="10.17487/RFC7444"/>
</reference>

<reference anchor="RFC6477">
  <front>
    <title>Registration of Military Message Handling System (MMHS) Header Fields for Use in Internet Mail</title>
    <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
    <author fullname="G. Lunt" initials="G." surname="Lunt"/>
    <date month="January" year="2012"/>
    <abstract>
      <t>A Military Message Handling System (MMHS) processes formal messages ensuring release, distribution, security, and timely delivery across national and international strategic and tactical networks. The MMHS Elements of Service are defined as a set of extensions to the ITU-T X.400 (1992) international standards and are specified in STANAG 4406 Edition 2 and ACP 123. This document specifies message header fields and associated processing for RFC 5322 (Internet Message Format) to provide a comparable messaging service. In addition, this document provides for a STANAG 4406 / Internet Email Gateway that supports message conversion. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6477"/>
  <seriesInfo name="DOI" value="10.17487/RFC6477"/>
</reference>

<reference anchor="RFC7912">
  <front>
    <title>Message Authorizing Email Header Field and Its Use for the Draft and Release Procedure</title>
    <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
    <date month="June" year="2016"/>
    <abstract>
      <t>This document describes a procedure for when a Military Message Handling System (MMHS) message is composed by one user and is only released to the mail transfer system when one or more Authorizing Users authorize release of the message by adding the MMHS-Authorizing-Users header field. The resulting message can be optionally signed by the sender and/or reviewer, allowing recipients to verify both the original signature (if any) and the review signatures.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7912"/>
  <seriesInfo name="DOI" value="10.17487/RFC7912"/>
</reference>

<reference anchor="RFC7681">
  <front>
    <title>Email Exchange of Secondary School Transcripts</title>
    <author fullname="J. Davin" initials="J." surname="Davin"/>
    <date month="October" year="2015"/>
    <abstract>
      <t>A common format simplifies exchange of secondary school academic transcripts via electronic mail. Existing standards are applied to prevent unauthorized alteration of transcript content and to deliver transcripts directly and securely from each student to his or her chosen recipients. By eliminating third-party intervention and surveillance, the defined protocol better protects student privacy and independence than does current practice.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7681"/>
  <seriesInfo name="DOI" value="10.17487/RFC7681"/>
</reference>

<reference anchor="RFC6857">
  <front>
    <title>Post-Delivery Message Downgrading for Internationalized Email Messages</title>
    <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
    <date month="March" year="2013"/>
    <abstract>
      <t>The Email Address Internationalization (SMTPUTF8) extension to SMTP allows Unicode characters encoded in UTF-8 and outside the ASCII repertoire in mail header fields. Upgraded POP and IMAP servers support internationalized messages. If a POP or IMAP client does not support Email Address Internationalization, a POP or IMAP server cannot deliver internationalized messages to the client and cannot remove the message. To avoid that situation, this document describes a mechanism for converting internationalized messages into the traditional message format. As part of the conversion process, message elements that require internationalized treatment are recoded or removed, and receivers are able to recognize that they received messages containing such elements, even if they cannot process the internationalized elements.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6857"/>
  <seriesInfo name="DOI" value="10.17487/RFC6857"/>
</reference>

<reference anchor="RFC5504">
  <front>
    <title>Downgrading Mechanism for Email Address Internationalization</title>
    <author fullname="K. Fujiwara" initials="K." role="editor" surname="Fujiwara"/>
    <author fullname="Y. Yoneya" initials="Y." role="editor" surname="Yoneya"/>
    <date month="March" year="2009"/>
    <abstract>
      <t>Traditional mail systems handle only ASCII characters in SMTP envelope and mail header fields. The Email Address Internationalization (UTF8SMTP) extension allows UTF-8 characters in SMTP envelope and mail header fields. To avoid rejecting internationalized email messages when a server in the delivery path does not support the UTF8SMTP extension, some sort of converting mechanism is required. This document describes a downgrading mechanism for Email Address Internationalization. Note that this is a way to downgrade, not tunnel. There is no associated up-conversion mechanism, although internationalized email clients might use original internationalized addresses or other data when displaying or replying to downgraded messages. This memo defines an Experimental Protocol for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5504"/>
  <seriesInfo name="DOI" value="10.17487/RFC5504"/>
</reference>

<reference anchor="RFC6530">
  <front>
    <title>Overview and Framework for Internationalized Email</title>
    <author fullname="J. Klensin" initials="J." surname="Klensin"/>
    <author fullname="Y. Ko" initials="Y." surname="Ko"/>
    <date month="February" year="2012"/>
    <abstract>
      <t>Full use of electronic mail throughout the world requires that (subject to other constraints) people be able to use close variations on their own names (written correctly in their own languages and scripts) as mailbox names in email addresses. This document introduces a series of specifications that define mechanisms and protocol extensions needed to fully support internationalized email addresses. These changes include an SMTP extension and extension of email header syntax to accommodate UTF-8 data. The document set also includes discussion of key assumptions and issues in deploying fully internationalized email. This document is a replacement for RFC 4952; it reflects additional issues identified since that document was published. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6530"/>
  <seriesInfo name="DOI" value="10.17487/RFC6530"/>
</reference>

<reference anchor="RFC2616">
  <front>
    <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
    <author fullname="R. Fielding" initials="R." surname="Fielding"/>
    <author fullname="J. Gettys" initials="J." surname="Gettys"/>
    <author fullname="J. Mogul" initials="J." surname="Mogul"/>
    <author fullname="H. Frystyk" initials="H." surname="Frystyk"/>
    <author fullname="L. Masinter" initials="L." surname="Masinter"/>
    <author fullname="P. Leach" initials="P." surname="Leach"/>
    <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
    <date month="June" year="1999"/>
    <abstract>
      <t>HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as "HTTP/1.1", and is an update to RFC 2068. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2616"/>
  <seriesInfo name="DOI" value="10.17487/RFC2616"/>
</reference>

<reference anchor="RFC2068">
  <front>
    <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
    <author fullname="R. Fielding" initials="R." surname="Fielding"/>
    <author fullname="J. Gettys" initials="J." surname="Gettys"/>
    <author fullname="J. Mogul" initials="J." surname="Mogul"/>
    <author fullname="H. Frystyk" initials="H." surname="Frystyk"/>
    <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
    <date month="January" year="1997"/>
    <abstract>
      <t>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2068"/>
  <seriesInfo name="DOI" value="10.17487/RFC2068"/>
</reference>

<reference anchor="RFC5436">
  <front>
    <title>Sieve Notification Mechanism: mailto</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <author fullname="M. Haardt" initials="M." surname="Haardt"/>
    <date month="January" year="2009"/>
    <abstract>
      <t>This document describes a profile of the Sieve extension for notifications, to allow notifications to be sent by electronic mail. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5436"/>
  <seriesInfo name="DOI" value="10.17487/RFC5436"/>
</reference>

<reference anchor="RFC9228">
  <front>
    <title>Delivered-To Email Header Field</title>
    <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
    <date month="April" year="2022"/>
    <abstract>
      <t>The address to which email is delivered might be different than any of the addresses shown in any of the content header fields that were created by the email's author. For example, the address used by the email transport service is provided separately, such as through SMTP's "RCPT TO" command, and might not match any address in the To: or cc: fields. In addition, before final delivery, handling can entail a sequence of submission/delivery events, using a sequence of different destination addresses that (eventually) lead to the recipient. As well, a receiving system's delivery process can produce local address transformations.</t>
      <t>It can be helpful for a message to have a common way to record each delivery in such a sequence, noting each address used in the sequence to that recipient, such as for (1) analyzing the path a message has taken, (2) loop detection, or (3) formulating the author's address in a reply message. This document defines a header field for this information.</t>
      <t>Email handling information discloses details about the email infrastructure, as well as about a particular recipient; this can raise privacy concerns.</t>
      <t>A header field such as this is not automatically assured of widespread use. Therefore, this document is being published as an Experimental RFC, looking for constituency and for operational utility. This document was produced through the Independent Submission Stream and was not subject to the IETF's approval process.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9228"/>
  <seriesInfo name="DOI" value="10.17487/RFC9228"/>
</reference>

<reference anchor="RFC2076">
  <front>
    <title>Common Internet Message Headers</title>
    <author fullname="J. Palme" initials="J." surname="Palme"/>
    <date month="February" year="1997"/>
    <abstract>
      <t>This memo contains a table of commonly occurring headers in headings of e-mail messages. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2076"/>
  <seriesInfo name="DOI" value="10.17487/RFC2076"/>
</reference>

<reference anchor="RFC5703">
  <front>
    <title>Sieve Email Filtering: MIME Part Tests, Iteration, Extraction, Replacement, and Enclosure</title>
    <author fullname="T. Hansen" initials="T." surname="Hansen"/>
    <author fullname="C. Daboo" initials="C." surname="Daboo"/>
    <date month="October" year="2009"/>
    <abstract>
      <t>This document defines extensions to the Sieve email filtering language to permit analysis and manipulation of the MIME body parts of an email message. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5703"/>
  <seriesInfo name="DOI" value="10.17487/RFC5703"/>
</reference>

<reference anchor="RFC7293">
  <front>
    <title>The Require-Recipient-Valid-Since Header Field and SMTP Service Extension</title>
    <author fullname="W. Mills" initials="W." surname="Mills"/>
    <author fullname="M. Kucherawy" initials="M." surname="Kucherawy"/>
    <date month="July" year="2014"/>
    <abstract>
      <t>This document defines an extension for the Simple Mail Transfer Protocol (SMTP) called "RRVS" to provide a method for senders to indicate to receivers a point in time when the ownership of the target mailbox was known to the sender. This can be used to detect changes of mailbox ownership and thus prevent mail from being delivered to the wrong party. This document also defines a header field called "Require-Recipient-Valid-Since" that can be used to tunnel the request through servers that do not support the extension.</t>
      <t>The intended use of these facilities is on automatically generated messages, such as account statements or password change instructions, that might contain sensitive information, though it may also be useful in other applications.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7293"/>
  <seriesInfo name="DOI" value="10.17487/RFC7293"/>
</reference>

<reference anchor="RFC2046">
  <front>
    <title>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</title>
    <author fullname="N. Freed" initials="N." surname="Freed"/>
    <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
    <date month="November" year="1996"/>
    <abstract>
      <t>This second document defines the general structure of the MIME media typing system and defines an initial set of media types. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2046"/>
  <seriesInfo name="DOI" value="10.17487/RFC2046"/>
</reference>

<reference anchor="RFC2231">
  <front>
    <title>MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations</title>
    <author fullname="N. Freed" initials="N." surname="Freed"/>
    <author fullname="K. Moore" initials="K." surname="Moore"/>
    <date month="November" year="1997"/>
    <abstract>
      <t>This memo defines extensions to the RFC 2045 media type and RFC 2183 disposition parameter value mechanisms. This memo also defines an extension to the encoded words defined in RFC 2047 to allow the specification of the language to be used for display as well as the character set. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2231"/>
  <seriesInfo name="DOI" value="10.17487/RFC2231"/>
</reference>

<reference anchor="RFC6532">
  <front>
    <title>Internationalized Email Headers</title>
    <author fullname="A. Yang" initials="A." surname="Yang"/>
    <author fullname="S. Steele" initials="S." surname="Steele"/>
    <author fullname="N. Freed" initials="N." surname="Freed"/>
    <date month="February" year="2012"/>
    <abstract>
      <t>Internet mail was originally limited to 7-bit ASCII. MIME added support for the use of 8-bit character sets in body parts, and also defined an encoded-word construct so other character sets could be used in certain header field values. However, full internationalization of electronic mail requires additional enhancements to allow the use of Unicode, including characters outside the ASCII repertoire, in mail addresses as well as direct use of Unicode in header fields like "From:", "To:", and "Subject:", without requiring the use of complex encoded-word constructs. This document specifies an enhancement to the Internet Message Format and to MIME that allows use of Unicode in mail addresses and most header field content.</t>
      <t>This specification updates Section 6.4 of RFC 2045 to eliminate the restriction prohibiting the use of non-identity content-transfer- encodings on subtypes of "message/". [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6532"/>
  <seriesInfo name="DOI" value="10.17487/RFC6532"/>
</reference>

<reference anchor="RFC6533">
  <front>
    <title>Internationalized Delivery Status and Disposition Notifications</title>
    <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
    <author fullname="C. Newman" initials="C." surname="Newman"/>
    <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
    <date month="February" year="2012"/>
    <abstract>
      <t>Delivery status notifications (DSNs) are critical to the correct operation of an email system. However, the existing Draft Standards (RFC 3461, RFC 3464, RFC 6522) are presently limited to ASCII text in the machine-readable portions of the protocol. This specification adds a new address type for international email addresses so an original recipient address with non-ASCII characters can be correctly preserved even after downgrading. This also provides updated content return media types for delivery status notifications and message disposition notifications to support use of the new address type.</t>
      <t>This document extends RFC 3461, RFC 3464, RFC 3798, and RFC 6522. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6533"/>
  <seriesInfo name="DOI" value="10.17487/RFC6533"/>
</reference>

<reference anchor="RFC3938">
  <front>
    <title>Video-Message Message-Context</title>
    <author fullname="T. Hansen" initials="T." surname="Hansen"/>
    <date month="October" year="2004"/>
    <abstract>
      <t>The Message-Context header defined in RFC 3458 describes the context of a message (for example: fax-message or voice-message). This specification extends the Message-Context header with one additional context value: "video-message".</t>
      <t>A receiving user agent (UA) may use this information as a hint to optimally present the message. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3938"/>
  <seriesInfo name="DOI" value="10.17487/RFC3938"/>
</reference>




    </references>

</references>


<?line 1010?>

<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>Thanks to Alexey Melnikov for reviewing this work and for feedback on the
classification of several fields -- including the X.400 gateway fields, the
"MMHS-*" family, and "SIO-Label" and "SIO-Label-History" -- drawing in part on
his direct knowledge as an author of several of the documents on whose intent
this memo relies.</t>

<t>Thanks to Nathaniel Borenstein for pointing out the role of <xref target="RFC1049"/> in the
history of the "Content-Type" field, to Rob Sayre for finding <xref target="TRACE-REG"/>,
and to John Levine both for that earlier draft and for encouragement to
finish the job.</t>

<t>This document rests heavily on the record left by others: on Graham Klyne's and
Jacob Palme's work in <xref target="REG-PROC"/> and <xref target="RFC4021"/> and the ietf-822 discussion
around them, on Charles Lindsey's parallel work in the netnews registrations,
and on the emailcore discussion of the Trace column involving Alexey Melnikov,
John Klensin, Pete Resnick, Murray Kucherawy and Dave Crocker.  The
recommendations here are largely an attempt to finish what those documents
started.</t>

</section>
<section anchor="appendix-method"><name>Reproducing the analysis</name>

<t>The determinations in this document were produced from the published RFC series
and the live registries by mechanical passes whose results were then reviewed
by hand:</t>

<t><list style="numbers" type="1">
  <t>The two registry CSV exports were compared, entry by entry, against the
table in <xref target="appendix-refs"/>, to confirm that the table covers every entry in
both registries and no others.</t>
  <t>The registration templates in Section 2 of <xref target="RFC4021"/> were parsed to
extract, for each field, the "Applicable protocol", "Status" and
"Specification document(s)" values that document supplied.  This is the
source of <xref target="appendix-4021"/>.</t>
  <t>A status, obsoletes and updates graph was built from the RFC Editor's
<spanx style="verb">rfc-index.xml</spanx>, giving for every RFC its category, what it obsoletes and
is obsoleted by, and what it updates and is updated by.  This supplies the
category of each defining document and the candidate updater lists, and is
the basis for following an obsoletion chain to the document in force.</t>
  <t>Candidate updaters were then reviewed individually against the text of the
updating document, to determine whether they modify the definition of the
header field or something else in the updated document; see <xref target="not-added"/>.</t>
</list></t>

<t>Steps 1 to 3 are reproducible from public sources and should give identical
results.  Step 4 is a judgement, and the judgements made are recorded in
<xref target="not-added"/> so that they can be checked.</t>

<t>The previous revision of this document also used a scan of the RFC series for
each registered field name in header-field position.  That pass has been
dropped.  It was unreliable for fields whose names are common words or common
protocol tokens -- "Comments", "To", "From", "Subject", "Received",
"Content-Type" and the like appear in thousands of documents, overwhelmingly in
examples or unrelated prose -- and everything it contributed is now obtained
more reliably from <xref target="RFC4021"/>'s own templates and from the obsoletes/updates
graph, neither of which suffers from that ambiguity.</t>

</section>
<section anchor="appendix-4021"><name>What RFC 4021 told IANA</name>

<t>This appendix reproduces, for each field registered by <xref target="RFC4021"/>, the
"Status" and "Specification document(s)" values from that document's own
registration template, alongside the document in force today and the Status
this document recommends.  It is the evidence for <xref target="cohort"/> and <xref target="obsoleted"/>.</t>

<t>Fields re-registered since by <xref target="MAIL"/> (the RFC 2822 core fields) are omitted:
their registry entries already carry a status and cite <xref target="MAIL"/>.</t>

<texttable title="Status and specification document supplied by RFC 4021">
      <ttcol align='left'>Field</ttcol>
      <ttcol align='left'>RFC 4021 Status</ttcol>
      <ttcol align='left'>RFC 4021 spec doc</ttcol>
      <ttcol align='left'>Document in force</ttcol>
      <ttcol align='left'>Recommended</ttcol>
      <ttcol align='left'>Registry now</ttcol>
      <c>Accept-Language</c>
      <c>standards-track</c>
      <c>RFC 3282</c>
      <c>RFC 3282</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Alternate-Recipient</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Autoforwarded</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Autosubmitted</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Alternative</c>
      <c>work-in-progress</c>
      <c>RFC 3297</c>
      <c>RFC 3297</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Base</c>
      <c>standards-track</c>
      <c>RFC 2110</c>
      <c>RFC 2110 (dropped by successor)</c>
      <c>obsoleted</c>
      <c>obsoleted</c>
      <c>Content-Description</c>
      <c>standards-track</c>
      <c>RFC 2045 §8</c>
      <c>RFC 2045</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Disposition</c>
      <c>standards-track</c>
      <c>RFC 2183</c>
      <c>RFC 2183</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Duration</c>
      <c>standards-track</c>
      <c>RFC 2424</c>
      <c>RFC 3803 (obsoletes RFC 2424)</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-features</c>
      <c>standards-track</c>
      <c>RFC 2912 §3</c>
      <c>RFC 2912</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-ID</c>
      <c>standards-track</c>
      <c>RFC 2045 §7</c>
      <c>RFC 2045</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Identifier</c>
      <c>obsolete</c>
      <c>RFC 1327</c>
      <c>RFC 1327 (dropped by successor)</c>
      <c>obsoleted</c>
      <c>(blank)</c>
      <c>Content-Language</c>
      <c>standards-track</c>
      <c>RFC 3282</c>
      <c>RFC 3282</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Location</c>
      <c>standards-track</c>
      <c>RFC 2557</c>
      <c>RFC 2557</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-MD5</c>
      <c>standards-track</c>
      <c>RFC 1864</c>
      <c>RFC 1864</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Return</c>
      <c>obsolete</c>
      <c>RFC 1327</c>
      <c>RFC 1327 (dropped by successor)</c>
      <c>obsoleted</c>
      <c>(blank)</c>
      <c>Content-Transfer-Encoding</c>
      <c>standards-track</c>
      <c>RFC 2045 §6</c>
      <c>RFC 2045</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Content-Type</c>
      <c>standards-track</c>
      <c>RFC 2045 §5</c>
      <c>RFC 2045</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Conversion</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Conversion-With-Loss</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Deferred-Delivery</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Delivery-Date</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Discarded-X400-IPMS-Extensions</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Discarded-X400-MTS-Extensions</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Disclose-Recipients</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Disposition-Notification-Options</c>
      <c>standards-track</c>
      <c>RFC 2298</c>
      <c>RFC 8098 (obsoletes RFC 2298)</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Disposition-Notification-To</c>
      <c>standards-track</c>
      <c>RFC 2298</c>
      <c>RFC 8098 (obsoletes RFC 2298)</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>DL-Expansion-History</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Encoding</c>
      <c>experimental</c>
      <c>RFC 1505</c>
      <c>RFC 1505</c>
      <c>experimental</c>
      <c>(blank)</c>
      <c>Encrypted</c>
      <c>obsolete</c>
      <c>RFC 822</c>
      <c>RFC 822 (dropped by successor)</c>
      <c>obsoleted</c>
      <c>(blank)</c>
      <c>Expires</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>standard</c>
      <c>Expiry-Date</c>
      <c>obsolete</c>
      <c>RFC 1327</c>
      <c>RFC 1327 (dropped by successor)</c>
      <c>obsoleted</c>
      <c>(blank)</c>
      <c>Generate-Delivery-Report</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Importance</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Incomplete-Copy</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Language</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Latest-Delivery-Time</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>List-Archive</c>
      <c>standards-track</c>
      <c>RFC 2369</c>
      <c>RFC 2369</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>List-Help</c>
      <c>standards-track</c>
      <c>RFC 2369</c>
      <c>RFC 2369</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>List-ID</c>
      <c>standards-track</c>
      <c>RFC 2919</c>
      <c>RFC 2919</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>List-Owner</c>
      <c>standards-track</c>
      <c>RFC 2369</c>
      <c>RFC 2369</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>List-Post</c>
      <c>standards-track</c>
      <c>RFC 2369</c>
      <c>RFC 2369</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>List-Subscribe</c>
      <c>standards-track</c>
      <c>RFC 2369</c>
      <c>RFC 2369</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>List-Unsubscribe</c>
      <c>standards-track</c>
      <c>RFC 2369</c>
      <c>RFC 2369</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Message-Context</c>
      <c>standards-track</c>
      <c>RFC 3458</c>
      <c>RFC 3458</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Message-Type</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>MIME-Version</c>
      <c>standards-track</c>
      <c>RFC 2045 §4</c>
      <c>RFC 2045</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Obsoletes</c>
      <c>obsolete</c>
      <c>RFC 1327</c>
      <c>RFC 1327 (dropped by successor)</c>
      <c>obsoleted</c>
      <c>(blank)</c>
      <c>Original-Encoded-Information-Types</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Original-Message-ID</c>
      <c>standards-track</c>
      <c>RFC 3297</c>
      <c>RFC 3297</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Originator-Return-Address</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>PICS-Label</c>
      <c>standard</c>
      <c>W3C PICS</c>
      <c>W3C PICS Rec.</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Prevent-NonDelivery-Report</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Priority</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Reply-By</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Sensitivity</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>Supersedes</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>standard</c>
      <c>X400-Content-Identifier</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>X400-Content-Return</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>X400-Content-Type</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>X400-MTS-Identifier</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>X400-Originator</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>X400-Received</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>X400-Recipients</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
      <c>X400-Trace</c>
      <c>standards-track</c>
      <c>RFC 2156</c>
      <c>RFC 2156</c>
      <c>standard</c>
      <c>(blank)</c>
</texttable>

</section>
<section anchor="appendix-refs"><name>Per-field recommended state</name>

<t>This appendix lists every entry in the permanent and provisional registries in
the state recommended by this document.  In the Status, Trace, and Reference
columns, <strong>bold</strong> marks a value that differs from the current registry: a bold
Status or Trace is a recommended change, and a bold reference is an addition.
A non-bold value is confirmed unchanged.  The "Reg" column gives the registry:
"perm" or "prov".</t>

<t>Entries whose only specification is a non-RFC document (for example the "Face"
and "X-Face" fields) are shown as "(non-RFC ref)".  References to
work-in-progress are shown by draft name without a version number.</t>

<texttable title="Recommended state of every registry entry">
      <ttcol align='left'>Field</ttcol>
      <ttcol align='left'>Reg</ttcol>
      <ttcol align='left'>Proto</ttcol>
      <ttcol align='left'>Status</ttcol>
      <ttcol align='left'>Trace</ttcol>
      <ttcol align='left'>Reference (bold = added)</ttcol>
      <c>Accept-Language</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 3282</strong></c>
      <c>Also-Control</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 1849, RFC 5536</c>
      <c>Alternate-Recipient</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Apparently-To</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 2076</c>
      <c>Approved</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>ARC-Authentication-Results</c>
      <c>perm</c>
      <c>mail</c>
      <c>experimental</c>
      <c><strong>yes</strong></c>
      <c>RFC 8617</c>
      <c>ARC-Message-Signature</c>
      <c>perm</c>
      <c>mail</c>
      <c>experimental</c>
      <c><strong>yes</strong></c>
      <c>RFC 8617</c>
      <c>ARC-Seal</c>
      <c>perm</c>
      <c>mail</c>
      <c>experimental</c>
      <c><strong>yes</strong></c>
      <c>RFC 8617</c>
      <c>Archive</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Archived-At</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5064</c>
      <c>Archived-At</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5064</c>
      <c>Article-Names</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 1849, RFC 5536</c>
      <c>Article-Updates</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 1849, RFC 5536</c>
      <c>Authentication-Results</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c><strong>yes</strong></c>
      <c>RFC 8601</c>
      <c>Author</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>experimental</strong></c>
      <c>—</c>
      <c>RFC 9057</c>
      <c>Auto-Submitted</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c><strong>yes</strong></c>
      <c>RFC 3834, <strong>RFC 5436</strong></c>
      <c>Autoforwarded</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Autosubmitted</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Base</c>
      <c>perm</c>
      <c>MIME</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 1808, RFC 2068</c>
      <c>Bcc</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Body</c>
      <c>perm</c>
      <c>none</c>
      <c>reserved</c>
      <c>—</c>
      <c>RFC 6068</c>
      <c>Cancel-Key</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 8315</c>
      <c>Cancel-Lock</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 8315</c>
      <c>Cc</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>CFBL-Address</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>experimental</strong></c>
      <c>—</c>
      <c>RFC 9477</c>
      <c>CFBL-Feedback-ID</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>experimental</strong></c>
      <c>—</c>
      <c>RFC 9477</c>
      <c>Comments</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Comments</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Content-Alternative</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 3297</strong></c>
      <c>Content-Base</c>
      <c>perm</c>
      <c>MIME</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 2110, RFC 2557</c>
      <c>Content-Description</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2045</strong>, <strong>RFC 2231</strong>, <strong>RFC 6532</strong></c>
      <c>Content-Disposition</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2183</strong>, <strong>RFC 2231</strong></c>
      <c>Content-Duration</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 3803</strong></c>
      <c>Content-features</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2912</strong></c>
      <c>Content-ID</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2045</strong>, <strong>RFC 2231</strong>, <strong>RFC 6532</strong></c>
      <c>Content-Identifier</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>obsoleted</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 1327</strong></c>
      <c>Content-Language</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 3282</strong></c>
      <c>Content-Location</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2557</strong></c>
      <c>Content-MD5</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 1864</strong></c>
      <c>Content-Return</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>obsoleted</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 1327</strong></c>
      <c>Content-Transfer-Encoding</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2045</strong>, <strong>RFC 2231</strong>, <strong>RFC 6532</strong></c>
      <c>Content-Translation-Type</c>
      <c>perm</c>
      <c>MIME</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 8255</c>
      <c>Content-Type</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, RFC 9788, <strong>RFC 2045</strong>, <strong>RFC 2231</strong>, <strong>RFC 6532</strong></c>
      <c>Control</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Conversion</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Conversion-With-Loss</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Date</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Date</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Date-Received</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 850, RFC 5536</c>
      <c>Deferred-Delivery</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Delivered-To</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>experimental</strong></c>
      <c><strong>yes</strong></c>
      <c>RFC 9228</c>
      <c>Delivery-Date</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Discarded-X400-IPMS-Extensions</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Discarded-X400-MTS-Extensions</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Disclose-Recipients</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Disposition-Notification-Options</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 8098</strong>, <strong>RFC 6533</strong></c>
      <c>Disposition-Notification-To</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 8098</strong>, <strong>RFC 6533</strong></c>
      <c>Distribution</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>DKIM-Signature</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c><strong>yes</strong></c>
      <c>RFC 6376, <strong>RFC 8301</strong>, <strong>RFC 8463</strong>, <strong>RFC 8616</strong></c>
      <c>DL-Expansion-History</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c><strong>yes</strong></c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Downgraded-Bcc</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Cc</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Disposition-Notification-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Final-Recipient</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 6857</c>
      <c>Downgraded-From</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-In-Reply-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 6857</c>
      <c>Downgraded-Mail-From</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Message-Id</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 6857</c>
      <c>Downgraded-Original-Recipient</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 6857</c>
      <c>Downgraded-Rcpt-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-References</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 6857</c>
      <c>Downgraded-Reply-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Resent-Bcc</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Resent-Cc</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Resent-From</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Resent-Reply-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Resent-Sender</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Resent-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Return-Path</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-Sender</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>Downgraded-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5504, RFC 6857</c>
      <c>EDIINT-Features</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6017</c>
      <c>Eesst-Version</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 7681</c>
      <c>Encoding</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>experimental</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 1505</strong></c>
      <c>Encrypted</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>obsoleted</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 822</strong></c>
      <c>Errors-To</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 2076</c>
      <c>Expires</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>draft-ietf-mailmaint-expires</c>
      <c>Expires</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Expiry-Date</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>obsoleted</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 1327</strong></c>
      <c>Face</c>
      <c>prov</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>(non-RFC ref)</c>
      <c>Face</c>
      <c>prov</c>
      <c>netnews</c>
      <c>—</c>
      <c>—</c>
      <c>(non-RFC ref)</c>
      <c>Followup-To</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Form-Sub</c>
      <c>prov</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>draft-levine-mailbomb-header-00</c>
      <c>From</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>RFC 6854, draft-ietf-emailcore-rfc5322bis</c>
      <c>From</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Generate-Delivery-Report</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>HP-Outer</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 9788</c>
      <c>Importance</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>In-Reply-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Incomplete-Copy</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Injection-Date</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Injection-Info</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Jabber-ID</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 7259</c>
      <c>Jabber-ID</c>
      <c>prov</c>
      <c>netnews</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 7259</c>
      <c>Keywords</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Keywords</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Language</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Latest-Delivery-Time</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Lines</c>
      <c>perm</c>
      <c>netnews</c>
      <c>deprecated</c>
      <c>—</c>
      <c>RFC 5536, RFC 3977</c>
      <c>List-Archive</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2369</strong></c>
      <c>List-Help</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2369</strong></c>
      <c>List-ID</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2919</strong></c>
      <c>List-Owner</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2369</strong></c>
      <c>List-Post</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2369</strong></c>
      <c>List-Subscribe</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2369</strong></c>
      <c>List-Unsubscribe</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2369</strong></c>
      <c>List-Unsubscribe-Post</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 8058</c>
      <c>Message-Context</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 3458</strong>, <strong>RFC 3938</strong></c>
      <c>Message-ID</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Message-ID</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Message-Type</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>MIME-Version</c>
      <c>perm</c>
      <c>MIME</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2045</strong>, <strong>RFC 2231</strong>, <strong>RFC 6532</strong></c>
      <c>MMHS-Acp127-Message-Identifier</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Authorizing-Users</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 7912</c>
      <c>MMHS-Codress-Message-Indicator</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Copy-Precedence</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Exempted-Address</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Extended-Authorisation-Info</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Handling-Instructions</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Message-Instructions</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Message-Type</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Originator-PLAD</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Originator-Reference</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Other-Recipients-Indicator-CC</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Other-Recipients-Indicator-To</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Primary-Precedence</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Subject-Indicator-Codes</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MT-Priority</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6758</c>
      <c>Newsgroups</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>NNTP-Posting-Date</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>NNTP-Posting-Host</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 2980, RFC 5536</c>
      <c>Obsoletes</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>obsoleted</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 1327</strong></c>
      <c>Organization</c>
      <c>perm</c>
      <c>mail</c>
      <c>informational</c>
      <c>—</c>
      <c>RFC 7681</c>
      <c>Organization</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Original-Encoded-Information-Types</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Original-From</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5703</c>
      <c>Original-Message-ID</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 3297</strong></c>
      <c>Original-Recipient</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 3798, RFC 5337, <strong>RFC 8098</strong>, <strong>RFC 6533</strong></c>
      <c>Original-Sender</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5537</c>
      <c>Original-Subject</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5703</c>
      <c>Originator-Return-Address</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Path</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>PICS-Label</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021</c>
      <c>Posting-Version</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 850, RFC 5536</c>
      <c>Prevent-NonDelivery-Report</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Priority</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Privicon</c>
      <c>prov</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>draft-koenig-privicons-01</c>
      <c>Received</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>yes</c>
      <c>draft-ietf-emailcore-rfc5322bis, draft-ietf-emailcore-rfc5321bis</c>
      <c>Received-SPF</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c><strong>yes</strong></c>
      <c>RFC 7208, <strong>RFC 7372</strong>, <strong>RFC 8616</strong></c>
      <c>References</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>References</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Relay-Version</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 850, RFC 5536</c>
      <c>Reply-By</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Reply-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Reply-To</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Require-Recipient-Valid-Since</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 7293</c>
      <c>Resent-Bcc</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Resent-Cc</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Resent-Date</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Resent-From</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>RFC 6854, draft-ietf-emailcore-rfc5322bis</c>
      <c>Resent-Message-ID</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Resent-Reply-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>obsoleted</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Resent-Sender</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>RFC 6854, draft-ietf-emailcore-rfc5322bis</c>
      <c>Resent-To</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Return-Path</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>yes</c>
      <c>draft-ietf-emailcore-rfc5322bis, draft-ietf-emailcore-rfc5321bis</c>
      <c>See-Also</c>
      <c>perm</c>
      <c>netnews</c>
      <c>obsoleted</c>
      <c>—</c>
      <c>RFC 1849, RFC 5536</c>
      <c>Sender</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>RFC 6854, draft-ietf-emailcore-rfc5322bis</c>
      <c>Sender</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Sensitivity</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>SIO-Label</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 7444</c>
      <c>SIO-Label-History</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c><strong>yes</strong></c>
      <c>RFC 7444</c>
      <c>Solicitation</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 3865</c>
      <c>Subject</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>Subject</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, draft-ietf-emailcore-rfc5322bis</c>
      <c>Summary</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
      <c>Supersedes</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Supersedes</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, RFC 2156</c>
      <c>TLS-Report-Domain</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 8460</c>
      <c>TLS-Report-Submitter</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 8460</c>
      <c>TLS-Required</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 8689</c>
      <c>To</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c>no</c>
      <c>draft-ietf-emailcore-rfc5322bis</c>
      <c>User-Agent</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536, RFC 2616</c>
      <c>VBR-Info</c>
      <c>perm</c>
      <c>mail</c>
      <c>standard</c>
      <c><strong>yes</strong></c>
      <c>RFC 5518</c>
      <c>Wrong-Recipient</c>
      <c>prov</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>draft-ietf-mailmaint-wrong-recipient-00</c>
      <c>X-Archived-At</c>
      <c>prov</c>
      <c>mail</c>
      <c>deprecated</c>
      <c>—</c>
      <c>RFC 5064</c>
      <c>X-Archived-At</c>
      <c>prov</c>
      <c>netnews</c>
      <c>deprecated</c>
      <c>—</c>
      <c>RFC 5064</c>
      <c>X-Face</c>
      <c>prov</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>(non-RFC ref)</c>
      <c>X-Face</c>
      <c>prov</c>
      <c>netnews</c>
      <c>—</c>
      <c>—</c>
      <c>(non-RFC ref)</c>
      <c>X-Mittente</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6109</c>
      <c>X-PGP-Sig</c>
      <c>prov</c>
      <c>netnews</c>
      <c>—</c>
      <c>—</c>
      <c>(non-RFC ref), (non-RFC ref)</c>
      <c>X-Ricevuta</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6109</c>
      <c>X-Riferimento-Message-ID</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6109</c>
      <c>X-TipoRicevuta</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6109</c>
      <c>X-Trasporto</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6109</c>
      <c>X-VerificaSicurezza</c>
      <c>prov</c>
      <c>mail</c>
      <c><strong>informational</strong></c>
      <c>—</c>
      <c>RFC 6109</c>
      <c>X400-Content-Identifier</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>X400-Content-Return</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>X400-Content-Type</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>X400-MTS-Identifier</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>X400-Originator</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>X400-Received</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>X400-Recipients</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c>—</c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>X400-Trace</c>
      <c>perm</c>
      <c>mail</c>
      <c><strong>standard</strong></c>
      <c><strong>yes</strong></c>
      <c>RFC 4021, <strong>RFC 2156</strong></c>
      <c>Xref</c>
      <c>perm</c>
      <c>netnews</c>
      <c>standard</c>
      <c>—</c>
      <c>RFC 5536</c>
</texttable>

</section>
<section anchor="change-log"><name>Change Log</name>

<section anchor="since-01"><name>Since -01</name>

<t>Findings from a systematic re-scan of the RFC series, the two registry
exports, and the ietf-822, ietf-smtp, emailcore and ietf-dkim list archives.</t>

<t>Corrections to -01:</t>

<t><list style="symbols">
  <t><xref target="auto-submitted"/>: "Auto-Submitted" moved from the not-trace list to
<xref target="trace-explicit"/>.  <xref target="RFC5436"/>, Section 2.7.1 designates it a trace field
in terms and gives it an explicit ordering requirement; -01's reasoning that
it "has no positional significance" was wrong.</t>
  <t><xref target="trace-netnews"/>: the recommendations of Trace "yes" for "Path" and
"Injection-Info" are withdrawn.  <xref target="MAIL"/>, Section 6.1 makes the column
applicable only where Protocol is "mail".</t>
  <t><xref target="trace-notyet"/>: the recommendation of Trace "yes" for "Apparently-To",
"Original-Recipient" and "X400-Received" is withdrawn, following the caution
against inferring trace status from position recorded in <xref target="trace-implicit"/>.</t>
  <t><xref target="refs"/>: <xref target="RFC2046"/> is no longer proposed for the five core MIME fields;
<xref target="RFC4021"/> names <xref target="MIME1"/> alone.  <xref target="RFC2231"/> and <xref target="RFC6532"/> are added
instead, being the formal updaters of <xref target="MIME1"/>.</t>
  <t><xref target="refs"/>: the proposal to add <xref target="RFC3798"/> to
"Disposition-Notification-To" and "-Options" is replaced by <xref target="MDN"/>, which
obsoletes it.  Likewise "Original-Recipient" gains <xref target="MDN"/> as well as
<xref target="RFC6533"/>; -01 did not note that both of its current references are
obsolete.</t>
  <t><xref target="intro-trace"/>: a blank Trace cell means "not yet specified", per <xref target="MAIL"/>
Section 6.1 and IANA's agreement as reported by Resnick.  -01 described the
column as reading "not a trace field", which overstated the problem.</t>
  <t><xref target="status-nochange"/>: <xref target="RFC5504"/> was obsoleted by <xref target="RFC6530"/>, not by
<xref target="RFC6857"/>.</t>
</list></t>

<t>Additions:</t>

<t><list style="symbols">
  <t><xref target="intro-4021"/>, <xref target="cohort"/>, <xref target="appendix-4021"/> (new): <xref target="RFC4021"/> supplied an
explicit Status and Specification document for every field it registered, and
neither reached the registry.  -01 stated that <xref target="RFC4021"/> "set out to record
the existence of these historical fields, not to rule on their standing";
that was wrong.  The whole cohort is now covered, including the X.400/MIXER
fields that -01 left alone as too large an undertaking.</t>
  <t><xref target="obsoleted"/> (new): the five fields <xref target="RFC4021"/> marked "obsolete" whose only
definition is in an obsoleted document.</t>
  <t><xref target="intro-status"/> (new): the documented origin of the "standard" versus
"standards-track" divergence between <xref target="RFC4021"/> and <xref target="NETNEWS-FMT"/>, from
the ietf-822 discussion of 2004.</t>
  <t><xref target="prior"/> (new): <xref target="TRACE-REG"/>, the emailcore discussion that created the
Trace column, and the 2024 exchange establishing the route this document
follows.</t>
  <t><xref target="provisional"/> (new): a consistent rule for Status in the provisional
registry, applied to fifteen further entries, with the conflicting reading in
Section 4.2.2 of <xref target="REG-PROC"/> set out.</t>
  <t><xref target="methodology"/>: the Status test is now anchored in Section 4.2.1 of
<xref target="REG-PROC"/>, and the Trace test in Section 3.6.7 of <xref target="MAIL"/> and Section
4.4.4 of <xref target="SMTP"/>, rather than argued from first principles.</t>
  <t><xref target="not-added"/> (new): <xref target="RFC8553"/> and <xref target="RFC8315"/> are formal updaters that
are deliberately not added, with the reason recorded.</t>
  <t><xref target="refs"/>: reference additions for "Content-Disposition" (<xref target="RFC2183"/>,
<xref target="RFC2231"/>) and "Message-Context" (<xref target="RFC3938"/>), missed in -01.</t>
  <t><xref target="lineage"/>: <xref target="RFC1049"/> named explicitly.</t>
  <t><xref target="trace-nochange"/>: the "Resent-*" fields, recorded as "no" by <xref target="MAIL"/>
although <xref target="TRACE-REG"/> proposed otherwise.</t>
  <t><xref target="iana"/>: a Mechanism subsection.</t>
  <t>Normative references changed from <xref target="MAIL-OLD"/> and <xref target="SMTP-OLD"/> to <xref target="MAIL"/>
and <xref target="SMTP"/>, which are the documents that now govern the registries.</t>
</list></t>

</section>
<section anchor="since-00"><name>Since -00</name>

<t><list style="symbols">
  <t><xref target="cohort"/>: removed the suggestion that the X.400/MIXER gateway fields might
be better recorded as "obsoleted".  These fields remain in use in the
environments that rely on that gateway work.</t>
  <t><xref target="sio"/> (new): "SIO-Label" and "SIO-Label-History" Status corrected from
blank to "informational".</t>
  <t><xref target="mmhs"/> (new): the fourteen "MMHS-*" fields (RFC 6477) and
"MMHS-Authorizing-Users" (RFC 7912) Status corrected from blank to
"informational".</t>
  <t><xref target="trace-explicit"/>: added "SIO-Label-History".</t>
  <t>Added "Apparently-To" as a trace field (withdrawn in -02).</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
cN6cz8tTaVpVhey5CWBJn1ftcOfYoQU1Z+an6S+/VFWRhNP0kMTVshvFex8H
W9MYRDjjTmWQFbaOgn4sneIlWzkwLB41pQIhcIMnOtg+FhwvWmfgNH/vTeAO
+SbJ/XTPxOwA7xnV4QzD4VxKvtnh5soZVI8YogYJBs6m6ymFa83q7a+OjTM1
/YpaohVdpJYDFdo3B2EKm0+5e5j6yyUfHtCnUe5h9ze4zdSjLuCvXnFYJ/ID
Au0ObkRLRYDYc4AVqwnuYBet9KSE8V3Bjk8baK1T4tuEdMk+9lIIyl9iN94a
WvDySGzNjm4waMu1lXbhlqWcomd0c56lt01QTiwDQpKL/VRo38vGzZHmQbly
XZZpBkSyHm25qjfaZIPzjNI0rQ3ULrfiYqTvbunIUozM1p8Otg+ENYb1JNbh
asvO63D3cKf1QCtF0YTY7p7+iIQy6S8V6BaxVnGLPhFqEt06REB/KoV2drcd
Te1IA7QulaLrOVloW+i3v7n7fPcootVuemRilc5ILzXL2822LLJpRn/mP3LE
lW0wyYkJBpOHxd9dXaDeg9/LxKXenS2j9MvqI+GOOX6wJsrQbjQWbMnisNnc
UDmIEoxOCzKIQMV9myzCAVi6pRCR5lJ1CY06wxcpYWaYMwQu0TTp8M6SIdR1
rqsIHcuSNsepc9o2u8qbqsyYxwUhYnP1W7fPvhnc3BnrJRmBn6TyXwUxpqBY
PU5Yr8iOnrKSWj8uLaUbKp7af8xLLQH8+pWMtSbnFJfU8sc+561QVD/1WWni
eXPdkMjks249WihsvpR+JHPh9o0yrjInxzXzh92VTKNOtm+isrttQ2p+hs5x
akT3Ze+UNrNW+9KoEvKR/3ycFI2mpkdNNqdhh23feQ1QrAWreDQFucrPE/X/
rIgG1n3nhOSQl/j5JVOae/wHxR6W+xKMM/iZqWV58+YsJBzbiPowkEFqEk/B
6QdfukIb3alP25U+YF7HUFPe6TmS6qkUzN6ccOxIOO6My3BbrZBIO9Z5ub9t
bC65I4NW2AGY9jPsmJF5BrHFaW3zV4LhCQceyHLb/+BJ4EJOpWsKb1/m4tlE
Vr0s7YGtg0G7WxOgxvNtuRFG3KnPhu/YfMVWlx75e3uQFMCsHCXVX9E0BID9
lB+EOv3Qg348AFmP6/YudCHmO04eLe/8EbYamd/WwG41XFmzNNBzoLtbpUZH
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

-->

</rfc>

