<?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-00" 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="21"/>

    
    
    <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 not, and
never were, general-use Internet Mail fields; a status of "obsoleted" would fit
them better than "standard", but establishing that for each field is a larger
undertaking than this revision attempts.</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="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>
</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, at a defined
position, 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>
</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>
</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"
(<xref target="trace-explicit"/>).</t>
  <t>Subject to the interpretation discussed in <xref target="trace-implicit"/>: the "ARC-*"
fields, "Delivered-To", "Original-Recipient", and "X400-Received".</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="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="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 541?>

<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>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Extended-Authorisation-Info</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Subject-Indicator-Codes</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Handling-Instructions</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Message-Instructions</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Codress-Message-Indicator</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Originator-Reference</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Primary-Precedence</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Copy-Precedence</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Message-Type</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Other-Recipients-Indicator-To</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Other-Recipients-Indicator-CC</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Acp127-Message-Identifier</c>
      <c>mail</c>
      <c>—</c>
      <c>—</c>
      <c>RFC 6477, (non-RFC ref)</c>
      <c>MMHS-Originator-PLAD</c>
      <c>mail</c>
      <c>—</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>—</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>—</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>—</c>
      <c>—</c>
      <c>RFC 7444</c>
      <c>SIO-Label-History</c>
      <c>mail</c>
      <c>—</c>
      <c>—</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>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

