<?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-01" 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="22"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 39?>

<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
instructions those documents gave to IANA were not consistent with one
another.  As a result the registries no longer present a reliable picture of
the relative status or usage of the fields they contain: fields of equal
standing carry different status values, foundational fields appear less
classified than minor ones, the "trace" property is recorded for only a
fraction of the fields whose defining documents describe them as trace
fields, and the reference column frequently points at a later registration
document rather than at the document that actually defines or updates the
field.  This reduces the value of the metadata to the point where a reader
cannot use it to reason about a field with confidence.</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 correcting each registry entry.  Every recommended change,
and every deliberate decision to leave a non-obvious entry unchanged, is
justified by reference to the clear intent of the authors of the source
documents in which the field was defined or modified.</t>



    </abstract>



  </front>

  <middle>


<?line 63?>

<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>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 that promise has
not been kept.  The registries were populated incrementally by a long series
of documents, each of which supplied its own registration instructions, and
those instructions were not consistent with one another:</t>

<t><list style="symbols">
  <t>The "Status" column is applied unevenly.  Foundational fields imported in
bulk by <xref target="RFC4021"/> were registered with no status at all, while later
fields of equal or lesser standing were registered as "standard".  A reader
comparing two entries cannot tell whether a blank status means "not standards
track", "status not asserted", or simply "registered before anyone recorded
a status".</t>
  <t>At least one field records a status that contradicts the standing of the
document that defines it.</t>
  <t>The "Trace" column was populated only for the fields re-registered by the
ongoing revision of <xref target="MAIL"/>.  Fields whose own defining documents describe
them, in terms, as trace fields carry a blank Trace column, so the column
reads as "not a trace field" for fields that their authors plainly intended
to be trace fields.</t>
  <t>The "Reference" column frequently cites the document that most recently
<em>registered</em> a field rather than the document that <em>defines</em> it, and rarely
reflects later documents that formally update the definition.  A reader who
follows the reference is sent to a registration stub instead of to the
specification.</t>
</list></t>

<t>The cumulative effect is that the metadata cannot be relied upon.  Two entries
that look different may be equivalent, and two that look equivalent may not be.
The registries still serve as a name-collision-avoidance list, which is their
irreducible function, but the additional metadata that was meant to make them
useful has lost most of its value.</t>

<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 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 the intent of the source documents is not abundantly
obvious, this document explains its reasoning for the change; 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 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 defining and updating documents already 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, extended as described in
<xref target="trace"/>.</t>

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

<t>Three questions were asked of every registry entry, corresponding to the three
classification columns.</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?  A field is treated as "standard" when it
is defined by a document on the Standards Track (or an equivalent
IESG-approved specification) that is the current definition; "informational"
or "experimental" when its current defining document is of that category;
"obsoleted" or "deprecated" when a later document in force says so.  The
controlling fact is the category and standing of the <em>defining</em> document, as
stated on that document's own front page.</t>
  </dd>
  <dt>Trace:</dt>
  <dd>
    <t>Did the authors of the defining document intend the field to be a trace
field -- that is, a field added to a message by a handling agent as the
message is processed, placed at a defined position (normally prepended), and
not reordered?  The strongest evidence is a document that says so in terms;
the next strongest is a document that imports the trace-field rules of
<xref target="MAIL"/> or <xref target="SMTP"/> without using the word.  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.  Two
independent signals were combined to find these documents exhaustively across
the entire published RFC series:</t>

<t><list style="numbers" type="1">
  <t>The formal "Updates:" metadata.  Every RFC that carries an "Updates: N"
header in its front matter was recorded as an updater of RFC N.  This yields
an authoritative, machine-checkable graph of which documents the community
has formally declared to modify which others.  For example, RFC 8301,
RFC 8463, and RFC 8616 each carry "Updates: 6376" and therefore update the
definition of the "DKIM-Signature" field, none of which the registry
currently cites.</t>
  <t>A header-field mention scan.  Every RFC in the series was scanned for use of
each registered field name in header-field position.  This locates documents
that specify or extend a field without a formal "Updates:" relationship
(for example the document that originally defined a field later re-registered
by <xref target="RFC4021"/>).</t>
</list></t>

<t>A reference addition is proposed where a document either formally updates a
field's defining document, or is the original defining document that the
registry fails to cite.</t>

</section>
<section anchor="limits-of-the-automated-analysis"><name>Limits of the automated analysis</name>

<t>The mention scan is reliable for fields whose names are distinctive
(hyphenated names, or names that are not ordinary English words): for these,
the set of documents using the name is small and almost entirely relevant.  It
is <em>not</em> reliable for fields whose names are common words or common protocol
tokens.  "Comments", "To", "From", "Subject", "Received", "Content-Type", and
similar names appear in thousands of documents, overwhelmingly in examples or
in unrelated prose, and no purely textual filter separates a genuine
specification from an incidental mention.  For those fields the reference set
was determined from the known specification lineage and confirmed against the
formal "Updates:" graph, which does not suffer from this ambiguity.  This
limitation is called out because it bears directly on any attempt to
regenerate the registries mechanically: the "Updates:" graph can be trusted;
an unfiltered text search cannot.</t>

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

<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, with a reference correction</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.  RFC 4021 did not define these
fields; it re-registered them.  They are defined by <xref target="LIST-URLS"/>, a Standards
Track document whose title is "The Use of URLs as Meta-Syntax for Core Mail
List Commands and their Transport through Message Header Fields" and whose
Section 3 specifies each field.  Likewise "List-ID" is registered with blank
Status and Reference <xref target="RFC4021"/>, but is defined by <xref target="LIST-ID"/>, the Standards
Track "List-Id: A Structured Field and Namespace for the Identification of
Mailing Lists".</t>

<t>For all seven fields the Status should be "standard" and the Reference should
cite the true defining document (<xref target="LIST-URLS"/> or <xref target="LIST-ID"/> respectively) in
addition to <xref target="RFC4021"/>.  This is the clearest illustration of the general
problem: the registry currently sends a reader to a registration stub and
records no status, when a Standards Track definition exists and has done since
1998.</t>

</section>
<section anchor="cohort"><name>The RFC 4021 registration cohort</name>

<t><xref target="RFC4021"/> imported roughly sixty mail and MIME fields into the permanent
registry in a single Standards Track document, and registered every one of them
with a blank Status.  The blank was, at the time, a reasonable choice: RFC 4021
set out to record the <em>existence</em> of these historical fields, not to rule on
their standing.  Two decades later the blanks are actively misleading, because
many of the imported fields are core elements of full Internet Standards while
others are vestigial X.400 gateway fields, and the registry gives the reader no
way to tell them apart.</t>

<t>This document does not recommend mechanically stamping the entire cohort
"standard".  Many of these fields (the "X400-<em>" family, "Discarded-X400-</em>",
"DL-Expansion-History", "Deferred-Delivery", "Latest-Delivery-Time", and
similar) derive from the X.400/MIXER mapping work <xref target="RFC2156"/> and are
specialised gateway fields rather than general-use Internet Mail fields.  They
remain in use in the environments that rely on that gateway work, so this
document does not recommend changing their status; settling an appropriate
status for each on its individual merits is a larger undertaking than this
revision attempts, and the entries are left unchanged.</t>

<t>It does recommend correcting the core MIME fields, whose standing is not in
doubt.  "MIME-Version", "Content-Type", "Content-Transfer-Encoding",
"Content-ID", and "Content-Description" are defined by <xref target="MIME1"/> and
<xref target="MIME2"/> -- long-standing Internet Standards-track documents -- yet are
registered with blank Status and with a Reference that cites only the
registration document <xref target="RFC4021"/> (and, for "Content-Type", <xref target="RFC9788"/>).
These five fields should be Status "standard", and their References should cite
<xref target="MIME1"/> and <xref target="MIME2"/> as their defining documents.  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>

</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 -- 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="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.</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>

<t><xref target="MAIL"/>, Section 3.6.7 defines the trace fields of Internet Mail as an
optional "Return-Path" and one or more "Received" fields.  The IANA "Trace"
column, however, is a per-field property, and several later documents
explicitly designate their own fields as trace fields by importing the rules of
<xref target="MAIL"/> or <xref target="SMTP"/>.  The controlling question for the column is therefore not
"is this one of the two fields listed in Section 3.6.7" but "did the field's
defining document designate it a trace field".  Judged that way, the column is
substantially under-populated: it is set only for the fields re-registered by
the revision of <xref target="MAIL"/>, and blank for every field whose trace nature is
stated in a different document.</t>

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

<t>For each of the following fields the defining document states, in terms, that
the field is a trace field and is to be prepended and not reordered.  The Trace
column for each <bcp14>SHOULD</bcp14> be "yes".</t>

<t><list style="symbols">
  <t>"Received-SPF" (mail), <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" (mail), <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".</t>
  <t>"DKIM-Signature" (mail), <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" (mail), <xref target="RFC5518"/>, Section 2: "in the terminology of RFC 5322,
VBR-Info is a 'trace header field'".</t>
  <t>"Path" (netnews), <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" (netnews), <xref target="NETNEWS-FMT"/> Section 3.2.8: it is added only by
the injecting agent and exists to assist "in tracing the article's true
origin"; <xref target="NETNEWS-ARCH"/> classes it as trace information.</t>
  <t>"X400-Trace" and "DL-Expansion-History" (mail), <xref target="RFC4021"/>: registered with
descriptions that are, respectively, "X400 Trace" and "Trace of distribution
lists passed"; both derive from the X.400 per-hop trace elements of
<xref target="RFC2156"/>.</t>
  <t>"SIO-Label-History" (mail), <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>
</list></t>

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

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

<t>The following fields are added by handling agents in transit, typically at a
defined position and with ordering significance, but their defining documents do
not use the word "trace".  Whether the Trace column should be "yes" for these
depends on
whether IANA reads the column in the strict sense of <xref target="MAIL"/> Section 3.6.7 or
in the broader "designated by the defining document" sense used in
<xref target="trace-explicit"/>.  This document recommends "yes" and records the evidence so
that IANA can decide with the facts in hand.</t>

<t><list style="symbols">
  <t>"ARC-Seal", "ARC-Message-Signature", "ARC-Authentication-Results" (mail),
<xref target="ARC"/>: added by participating domains as the message transits, with "i="
instance tags that encode the order of handling ("chain of custody").</t>
  <t>"Delivered-To" (mail, provisional), <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".</t>
  <t>"Original-Recipient" (mail), <xref target="RFC3798"/> Section 2.3: inserted by the
delivering MTA "at the beginning of the message (along with the Return-Path
header)".</t>
  <t>"X400-Received" (mail), <xref target="RFC4021"/>: the X.400/MIXER gateway equivalent of
"Received".</t>
  <t>"Apparently-To" (mail), <xref target="RFC2076"/>, Section 3.4: inserted by a mail transfer
agent on delivery, when the original message carries no "To" recipient
("Inserted by Sendmail when there is no 'To:' recipient in the original
message, listing recipients derived from the envelope into the message
heading").  A field added by a handling agent as the message is delivered is a
trace field in the sense used here, so the Trace column should be "yes".  It is
listed in this section rather than in <xref target="trace-explicit"/> only because its sole
reference, the <xref target="RFC2076"/> survey, does not itself use the word "trace" (and
in fact records the behaviour as non-standard).</t>
</list></t>

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

<t>The following fields are added by a party other than the original author and so
might be mistaken for trace fields, but are correctly left un-marked because
they are content-preservation or originator-supplied fields, not
transit-inserted positional fields:</t>

<t><list style="symbols">
  <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>"Auto-Submitted" (<xref target="RFC3834"/>) is set by the automatic responder that
originates the message, may appear at most once, and has no positional
significance.</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"/> field by field, the reference
corrections fall into two groups.</t>

<section anchor="missing-defining-documents"><name>Missing defining documents</name>

<t>These entries cite a later registration document but not the document that
defines the field.  The defining document <bcp14>SHOULD</bcp14> be added (and, as noted in
<xref target="status"/>, the Status corrected to match its standing):</t>

<texttable title="Missing defining documents">
      <ttcol align='left'>Field(s)</ttcol>
      <ttcol align='left'>Currently cites</ttcol>
      <ttcol align='left'>Add defining document</ttcol>
      <c>List-Help, List-Subscribe, List-Unsubscribe, List-Post, List-Owner, List-Archive</c>
      <c>RFC 4021</c>
      <c>RFC 2369</c>
      <c>List-ID</c>
      <c>RFC 4021</c>
      <c>RFC 2919</c>
      <c>MIME-Version, Content-Type, Content-Transfer-Encoding, Content-ID, Content-Description</c>
      <c>RFC 4021 (+ RFC 9788)</c>
      <c>RFC 2045, RFC 2046</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.  Each addition below was confirmed
from the "Updates:" graph:</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>Original-Recipient</c>
      <c>RFC 3798, RFC 5337</c>
      <c>RFC 6533</c>
      <c>Disposition-Notification-To, Disposition-Notification-Options</c>
      <c>RFC 4021</c>
      <c>RFC 3798, RFC 8098</c>
      <c>Auto-Submitted</c>
      <c>RFC 3834</c>
      <c>RFC 5436</c>
</texttable>

</section>
<section anchor="the-historical-lineage-is-not-added"><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 (the revision of <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, and for
some fields RFC 561, RFC 724, RFC 733, RFC 1036, 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.  This is the one place where "every RFC that ever
touched the field" is the wrong answer, and it is recorded here so the omission
is understood to be intentional.</t>

</section>
<section anchor="exhaustive-per-field-reference-review"><name>Exhaustive per-field reference review</name>

<t><xref target="appendix-refs"/> records, for every registered field, the reference set that
results from applying <xref target="methodology"/>.  Where that set differs from the current
registry Reference column, the difference is one of the corrections tabulated
above; where it does not differ, the current Reference is confirmed as complete.</t>

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

<t>IANA is requested to update the "Permanent Message Header Field Names" and
"Provisional Message Header Field Names" registries as follows.  The changes are
metadata only; no field is added, removed, or renamed.</t>

<t>Status changes:</t>

<t><list style="symbols">
  <t>"MT-Priority": change Status from "standard" to "informational" (<xref target="status"/>).</t>
  <t>"Solicitation": change Status from blank to "standard" (<xref target="status"/>).</t>
  <t>"List-Help", "List-Subscribe", "List-Unsubscribe", "List-Post", "List-Owner",
"List-Archive", "List-ID": change Status from blank to "standard" (<xref target="list"/>).</t>
  <t>"MIME-Version", "Content-Type", "Content-Transfer-Encoding", "Content-ID",
"Content-Description": change Status from blank to "standard" (<xref target="cohort"/>).</t>
  <t>"SIO-Label", "SIO-Label-History": change Status from blank to "informational"
(<xref target="sio"/>).</t>
  <t>The "MMHS-*" fields and "MMHS-Authorizing-Users": change Status from blank to
"informational" (<xref target="mmhs"/>).</t>
</list></t>

<t>Trace changes (set Trace to "yes"):</t>

<t><list style="symbols">
  <t>"Received-SPF", "Authentication-Results", "DKIM-Signature", "VBR-Info",
"Path", "Injection-Info", "X400-Trace", "DL-Expansion-History",
"SIO-Label-History" (<xref target="trace-explicit"/>).</t>
  <t>Subject to the interpretation discussed in <xref target="trace-implicit"/>: the "ARC-*"
fields, "Delivered-To", "Original-Recipient", "X400-Received", and
"Apparently-To".</t>
</list></t>

<t>Reference changes: as tabulated in <xref target="refs"/> and detailed per field in
<xref target="appendix-refs"/>.</t>

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

<t>This document changes registry metadata only and introduces no protocol
behaviour.  Accurate metadata has a modest positive security effect: several of
the fields whose Trace status is corrected here ("Received-SPF",
"Authentication-Results", "DKIM-Signature", "ARC-*") 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 is significant and must be preserved.  No new
information is disclosed by any change in this document.</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="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">
  <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="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="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="MIME2">
  <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="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="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="RFC2156">
  <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="RFC9788">
  <front>
    <title>Header Protection for Cryptographically Protected Email</title>
    <author fullname="D. K. Gillmor" initials="D. K." surname="Gillmor"/>
    <author fullname="B. Hoeneisen" initials="B." surname="Hoeneisen"/>
    <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
    <date month="August" year="2025"/>
    <abstract>
      <t>S/MIME version 3.1 introduced a mechanism to provide end-to-end cryptographic protection of email message headers. However, few implementations generate messages using this mechanism, and several legacy implementations have revealed rendering or security issues when handling such a message.</t>
      <t>This document updates the S/MIME specification (RFC 8551) to offer a different mechanism that provides the same cryptographic protections but with fewer downsides when handled by legacy clients. Furthermore, it offers more explicit usability, privacy, and security guidance for clients when generating or handling email messages with cryptographic protection of message headers.</t>
      <t>The Header Protection scheme defined here is also applicable to messages with PGP/MIME (Pretty Good Privacy with MIME) cryptographic protections.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9788"/>
  <seriesInfo name="DOI" value="10.17487/RFC9788"/>
</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="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="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="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="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="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="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="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>




    </references>

</references>


<?line 592?>

<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>

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

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

<t><list style="numbers" type="1">
  <t>An "Updates:" graph built from the front-matter "Updates:" line of every RFC,
giving an authoritative list of which documents formally modify which others.</t>
  <t>A header-field mention index built by scanning every RFC for each registered
field name in header-field position.</t>
</list></t>

<t>The reference set for a field is its current defining document(s) together with
every document that formally updates a defining document.  As noted in
<xref target="methodology"/>, the mention index is authoritative only for fields with
distinctive names; for common-word field names the reference set was taken from
the known specification lineage and cross-checked against the "Updates:" graph,
which is unaffected by the ambiguity of common words.</t>

</section>
<section anchor="appendix-refs"><name>Per-field reference review</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 from <xref target="status"/> or <xref target="trace"/>, and a bold
reference is an addition per <xref target="refs"/>.  A non-bold value is confirmed unchanged.</t>

<t>As set out in <xref target="methodology"/>, reference additions were derived from the formal
"Updates:" graph and the header-field mention index; for common-word field names
the mention index is unreliable and the reference set was confirmed against the
"Updates:" graph and the known specification lineage.  Entries whose only
specification is a non-RFC document (for example the "Face" and "X-Face" fields)
are shown as "(non-RFC ref)".</t>

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

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

<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 (the
"X400-<em>" family, "Discarded-X400-</em>", "DL-Expansion-History", and similar) might
be better recorded as "obsoleted".  These fields remain in use in the
environments that rely on that gateway work, and their status is left
unchanged.</t>
  <t><xref target="sio"/> (new): "SIO-Label" and "SIO-Label-History" Status corrected from blank
to "informational", matching their Informational defining document RFC 7444.</t>
  <t><xref target="mmhs"/> (new): the fourteen "MMHS-*" fields (RFC 6477) and
"MMHS-Authorizing-Users" (RFC 7912) Status corrected from blank to
"informational", matching their Informational defining documents.</t>
  <t><xref target="trace-explicit"/>: added "SIO-Label-History", whose defining document
(RFC 7444, Section 5) states in terms that it is a trace field.</t>
  <t><xref target="trace-implicit"/>: added "Apparently-To", inserted by a mail transfer agent on
delivery (RFC 2076, Section 3.4).</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
tVf7G7MtEylK671MZd9t1iJMjSq93mb3WhYi+J4WVbLqqDlr63x2lZR9rCAr
1v39KnOFJVHxVUpZtFpLx6dFcYY3SxRg1c+T+VoBdud9N+zRAuD0eVE/uzZq
FDru+qpOpdWpG6am48CE2ZFBGm5JVjW23obHe3E9kVeNlMMz38qHErF+Z/LA
X7/TjeooVelK0BOlkFB4skollljmQsRhpcp2icrIfgpnlqckgjxvglanpBAN
rwApJ5ot1BD9eylGcxKx+lBCFvmkWMsW9r3UNwOznCux1iop9NMdg3mDQdO3
PpwBus8CtB/W95LQevjr2tqgGI/W1sjTi0TCAV4c17VA3bQw4QhTsaG5Kj1F
KeI64+pUzQ9eck9ODeFEEykerhKVOgy+64T3XY2hiHkUDVGMADpNsIlMPFBC
/cotxxLvMqsZUDVIvV1JuNIvAzbCF/hiRS3OpmmLixnKo7cg6rxsVEOWC+W6
tMjmTeku0Lpwgo/cJLQ9i6lbPpIG17tRhpbOFncd2aAz2DXLPffeuTDe3xL+
RYxsEQIb/poJJuSuaGewMorHcQZsSuyE/wp9/S7k9btndVihw/8DK+Uto7Zn
3AZ0aqY1CPj8doZM43e2s/4e/9//+b/sv844jC3GVZGccOYT/E0iu+EnZw3z
220e7ByK2Xp3e096wDwyOIXAxv3kuPp9CX9MW0DWb+IGWhj65sbzE5/h17U1
UO/g4v+uVvl921Mruu5HOsFwvWe3s66npRfOLUbJsbez3U029nY6mjw1kGtF
8fUJmZF+kBqkC3Wv/lgnT5yyt4rmJm9sdrs3Hts1dHuglFC/B3YnfcCNf6Cq
aMuQNLxftYdc+D5mssbsRnxkczYO1N23x56bX4bDzvXkyEQAyN/USWbqmwSr
m43R15KUN0MMqR8AV6MOitGc3s9xeFWbgmH3dLATNIWPkz+Z+dNkdLC9ues3
+lCAovOMVi9cljp1Xq2XJa5nf8k+2SynnJJvv5z7QvLQVsuQydbm5oaQye7u
ftA8dC1LL2truiS6OuHoehXQ1by25v2mF8N27RyRz1jP6UyCF5ZvcmOIQ1fP
aEKe+1ddras4sMTd1kaeJF525h+K4XP35+J09xlvszvzGYto2Z5fe2tbXyO3
/XezDCDysH3Q5ok5aUTFUrNroqLHBTV9ApBM+cvtrryc/AUUSjj3qlqiWZfJ
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
rkf/D8bzE21RtgAA

-->

</rfc>

