<?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.19 (Ruby 2.6.10) -->


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

]>


<rfc ipr="trust200902" docName="draft-ietf-dkim-dkim2-spec-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="DKIM2 Signatures">DomainKeys Identified Mail Signatures v2 (DKIM2)</title>

    <author initials="R." surname="Clayton" fullname="Richard Clayton">
      <organization>Yahoo</organization>
      <address>
        <email>rclayton@yahooinc.com</email>
      </address>
    </author>
    <author initials="W." surname="Chuang" fullname="Wei Chuang">
      <organization>Google</organization>
      <address>
        <email>weihaw@google.com</email>
      </address>
    </author>
    <author initials="B." surname="Gondwana" fullname="Bron Gondwana">
      <organization>Fastmail Pty Ltd</organization>
      <address>
        <postal>
          <street>Level 2, 114 William Street</street>
          <code>3000</code>
          <country>Australia</country>
        </postal>
        <phone>+61 457 416 436</phone>
        <email>brong@fastmailteam.com</email>
      </address>
    </author>

    <date year="2026" month="August" day="25"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 65?>

<t>DomainKeys Identified Mail v2 (DKIM2) permits a person, role, or
organization that owns a signing domain to document that it has
handled an email message by associating their domain with the
message.  This is achieved by providing a hash value that has
been calculated on the current contents of the message and then applying a cryptographic
signature that covers the hash values and other details about the
transmission of the message. Verification is performed by querying an entry
within the signing domain's DNS space to retrieve an appropriate public
key. As a message is transferred from author to recipient systems that
alter the body or header fields will provide details of their changes
and calculate new hash values. Further signatures 
will be added to provide a validatable "chain". This permits validators
to identify the nature of changes made by intermediaries and apply a
reputation to the systems that made changed. DKIM2 also allows
recipients to detect when messages have been unexpectedly "replayed"
and will ensure that Delivery Status Notifications are only sent
to entities that were involved in the transmission of a message.</t>



    </abstract>



  </front>

  <middle>


<?line 85?>

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

<t>DomainKeys Identified Mail v2 (DKIM2) permits a person, role, or
organization to document that they have handled an email message by
associating a domain name <xref target="RFC1034"></xref> with the message <xref target="RFC5322"></xref>. A
public key signature is used to record that they have been able
to read the contents of the message and write to it.</t>

<t>Verification of claims is achieved by fetching a public key stored
in the DNS under the relevant domain and then checking the signature.</t>

<t>Message transit from author to recipient is through
Forwarders that typically make no substantive change to the message
content and thus preserve the DKIM2 signature. Where they do make
a change the changes they have made are documented so that
these can be "undone" and the original signature validated.</t>

<t>When a message is forwarded from one system to another an
additional DKIM2 signature is added on each occasion. This Chain
of Custody assists validators in distinguishing between messages that
were intended to be sent to a particular email address and those
that are being "replayed" to that address.</t>

<t>The Chain of Custody can also be used to ensure that delivery status
notifications are only sent to entities that were involved in the
transmission of a message.</t>

<t>Organizations that process a message can add to their signature
a request for feedback as to any opinion (for example, that the
email was considered to be spam) that the eventual recipient of
the message wishes to share.</t>

<section anchor="dkim2-architecture-documents"><name>DKIM2 architecture documents</name>

<t>Readers are advised to be familiar with the material in TBA, TBA and TBA
which provide the background for the development of DKIM2, an overview
of the service, and deployment and operations guidance and advice.</t>

</section>
</section>
<section anchor="terminology-and-definitions"><name>Terminology and definitions</name>

<t>This section defines terms used in the rest of the document.</t>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
<xref target="RFC2119"></xref>.  These words take their normative meanings only when they
are presented in ALL UPPERCASE.</t>

<t>DKIM2 is designed to operate within the Internet Mail service, as
defined in <xref target="RFC5598"></xref>.  Basic email terminology is taken from that
specification.</t>

<t>DKIM2 inherits many ideas from DKIM (<xref target="RFC6376"></xref>) which, for clarity
we refer to in this specification as DKIM1. In addition, some features
were influenced by experience with (see <xref target="CONCLUDEARC"></xref>) the experimental
ARC protocol (<xref target="RFC8617"></xref>).</t>

<t>Syntax descriptions use Augmented BNF (ABNF) <xref target="RFC5234"></xref>.</t>

<t>This document uses JSON <xref target="RFC8259"></xref> to encode the Recipes which
record changes made to a message header fields or body.
The JSON objects are then base64 encoded. This means that a
standard JSON parser can be used to create what may be quite
complex data structures. Unrecognised fields within JSON objects
MUST be ignored.</t>

<section anchor="signer"><name>Signer</name>

<t>Elements in the mail system that sign messages on behalf of a domain
are referred to as Signers.  These may be MUAs (Mail User Agents),
MSAs (Mail Submission Agents), MTAs (Mail Transfer Agents), or other
agents such as mailing list "exploders".  In general, any Signer will
be involved in the injection of a message into the message system in
some way.  The key point is that a message must be signed before it
leaves the administrative domain of the Signer.</t>

</section>
<section anchor="forwarder"><name>Forwarder</name>

<t><xref target="RFC5598"></xref> defines a Relay as transmitting or retransmitting a message
but states that it will not modify the envelope information or the
message content semantics. It also defines a Gateway as a hybrid of
User and Relay that connects heterogeneous mail services. In this
document we use the concept of a Forwarder which is an MTA that receives
a message and then, as an alternative to delivering it into a
destination mailbox, can forward it on to another system in an
automated, pre-determined, manner.</t>

</section>
<section anchor="reviser"><name>Reviser</name>

<t>As will be seen, a Forwarder may alter the message content or header
fields, in such a way that existing signatures on the message will
no longer validate. If so, then a record will be made of these
changes. We call a Forwarder that makes such changes a Reviser.</t>

</section>
<section anchor="verifier"><name>Verifier</name>

<t>Elements in the mail system that verify signatures are referred to as
Verifiers.  These may be Forwarders, Revisers, MTAs, Mail Delivery
Agents (MDAs), or MUAs.
It is an expectation of DKIM2 that a recipient of a message will
wish to verify some or all signatures before determining whether or
not to accept the message or pass it on to another entity.</t>

</section>
<section anchor="signing-domain"><name>Signing domain</name>

<t>A domain name associated with a signature. This domain may be
associated with the author of an email, their organization, a
company hired to deliver the email, a mailing list operator, or
some other entity that handles email. What they have in common is
that at some point they had access to the entire contents of the
email and were in a position to add their signature to the email.</t>

</section>
<section anchor="originator"><name>Originator</name>

<t>The entity that creates and sends the initial form of a message.
The Originator adds the first Message-Instance header field (m=1) and
the first DKIM2-Signature header field (i=1) to the message.</t>

</section>
<section anchor="header-field"><name>Header field</name>

<t>As defined in <xref target="RFC5322"></xref>, a header field is a single logical line in
the message header consisting of a field name, a colon, and a field
body (value).  In this document "header field" always refers to a
single field; "header fields" (plural) refers to multiple fields.
The unqualified term "header" is avoided to prevent ambiguity.</t>

</section>
<section anchor="tag"><name>Tag</name>

<t>A named element within a header field (see <xref target="hfMessageInstance"/>
and <xref target="hfDKIM2signature"/>).  A tag
consists of a tag-name and a tag-value separated by an equals sign.
Tags are separated by semicolons within the header field.</t>

</section>
<section anchor="message-body"><name>Message body</name>

<t>The content of an email message that follows the blank line after
the header fields, treated as a sequence of octets.  In this document,
the terms "body" and "message body" are used interchangeably.</t>

</section>
<section anchor="hash"><name>Hash</name>

<t>A fixed-length value produced by applying a cryptographic hash
function (such as SHA-256) to an input.  DKIM2 uses hashes to
create a compact, verifiable representation of message header fields
and the message body.</t>

</section>
<section anchor="glossary"><name>Glossary</name>

<t>The following terms are used throughout this document:</t>

<dl>
  <dt>DKIM1</dt>
  <dd>
    <t>The original DomainKeys Identified Mail protocol as specified in
<xref target="RFC6376"></xref>.</t>
  </dd>
  <dt>DKIM2-Signature</dt>
  <dd>
    <t>A header field containing a cryptographic signature over the
Message-Instance and DKIM2-Signature header fields of a message,
along with metadata about the signing domain, SMTP envelope, and
timestamp.</t>
  </dd>
  <dt>Message-Instance</dt>
  <dd>
    <t>A header field containing cryptographic hashes of the message
header fields and body, along with optional Recipes that allow
undoing changes made at that hop.</t>
  </dd>
  <dt>Recipe</dt>
  <dd>
    <t>A set of instructions encoded as a JSON object within the r= tag
of a Message-Instance header field.  Recipes allow a Verifier to
reconstruct the previous state of a message from its current state,
by specifying which parts of the header fields or body to copy and
which literal values to substitute.</t>
  </dd>
  <dt>Chain of Custody</dt>
  <dd>
    <t>The sequence of DKIM2-Signature header fields on a message, each
recording the SMTP envelope addresses (MAIL FROM and RCPT TO) used
at each hop.  A valid Chain of Custody demonstrates that the message
followed a plausible path from Originator to the current recipient.</t>
  </dd>
  <dt>Selector</dt>
  <dd>
    <t>A subdivision of the key namespace for a signing domain, used
to look up the public key in DNS.  The Selector value is combined
with the signing domain to form the DNS query name:
selector._domainkey.domain.</t>
  </dd>
</dl>

</section>
<section anchor="whitespace"><name>Whitespace</name>

<t>There are two forms of whitespace used in this specification:</t>

<t><list style="symbols">
  <t>WSP represents simple whitespace, i.e., a space or a tab character
(formal definition in <xref target="RFC5234"></xref>).</t>
  <t>FWS is folding whitespace.  It allows multiple lines separated by
CRLF followed by at least one whitespace, to be joined.</t>
</list></t>

<t>The formal ABNF for these are (WSP given for information only):</t>

<figure><artwork><![CDATA[
WSP =   SP / HTAB
FWS =   [*WSP CRLF] 1*WSP
]]></artwork></figure>

<t>The definition of FWS is identical to that in <xref target="RFC5322"></xref> except for
the exclusion of obs-FWS.</t>

</section>
<section anchor="imported-abnf-tokens"><name>Imported ABNF tokens</name>

<t>The following tokens are imported from other RFCs as noted.  Those
RFCs should be considered definitive.</t>

<t>The following tokens are imported from <xref target="RFC5321"></xref>:</t>

<t><list style="symbols">
  <t>"Domain"</t>
  <t>"Forward-path"</t>
  <t>"reverse-path"</t>
</list></t>

<t>The following tokens are imported from <xref target="RFC5322"></xref>:</t>

<t><list style="symbols">
  <t>"field-name" (name of a header field)</t>
</list></t>

<t>Other tokens not defined herein are imported from <xref target="RFC5234"></xref>.  These
are intuitive primitives such as SP, HTAB, WSP, ALPHA, DIGIT, CRLF,
etc.</t>

</section>
<section anchor="common-abnf-tokens"><name>Common ABNF tokens</name>

<t>The following ABNF tokens are used elsewhere in this document:</t>

<figure><artwork><![CDATA[
ALPHADIGITD  = (ALPHA / DIGIT / "-" / "_")

textstring   =  [FWS] ALPHADIGITD *(ALPHADIGITD) [FWS]

ALPHADIGITPS =  (FWS / ALPHA / DIGIT / "+" / "/")

base64string =  ALPHADIGITPS *(ALPHADIGITPS) [[FWS] "=" [[FWS] "="]]
]]></artwork></figure>

<t>Note that base64strings are defined in <xref target="RFC4648"></xref>, but that document
does not contain any ABNF. A base64string MUST be padded with zero
bits and trailing = characters provided if needed. This allows
implementations to compare base64string values without decoding
them.</t>

<t>Note that the definition of base64string allows
for the presence of FWS, which simplifies folding header fields
to an allowable line length. FWS within base64strings will be
ignored when their value is being used.</t>

</section>
</section>
<section anchor="algorithms"><name>Signing and verification cryptographic algorithms</name>

<t>DKIM2 supports multiple hashing and digital signature algorithms.
Two hashing algorithms (SHA256 and SHA512) and two signing algorithms
(RSA-SHA256 and Ed25519-SHA256) are defined in this specification.
Signers MAY implement either or both of the two hashing algorithms
and either or both of the two signing algorithms. Verifiers MUST
implement all four algorithms.</t>

<section anchor="the-sha256-and-sha512-hashing-algorithms"><name>The SHA256 and SHA512 hashing algorithms</name>

<t>The SHA256 hashing algorithm may be used to compute body and header
hashes as defined in <xref target="computing-body-hash"/> and
<xref target="computing-header-hash"/>. As an alternative SHA512 may be used.
Both hash functions are specified in (FIPS-180-4-2015).</t>

<t>The resultant values are identified by the text string "sha256" or
"sha512" as appropriate and are placed into Message-Instance header
fields.</t>

</section>
<section anchor="the-rsa-sha256-signing-algorithm"><name>The RSA-SHA256 signing algorithm</name>

<t>The RSA-SHA256 signing algorithm computes a hash over all the Message-Instance
and DKIM2-Signature header fields as described in <xref target="calculate-signature"/> using
SHA-256 (FIPS-180-4-2015) as the hash-alg.  That
hash is then signed by the Signer using the RSA algorithm (defined in
PKCS#1 version 1.5 <xref target="RFC8017"></xref>) as the crypt-alg and the Signer's
private key.  The hash MUST NOT be truncated or converted into any
form other than the native binary form before being signed.  The
signing algorithm MUST use a public exponent of 65537.</t>

<t>Signers MUST use RSA keys of at least 1024 bits.  Verifiers MUST be able
to validate signatures with keys ranging from 1024 bits to 2048 bits, and
they MAY be able to validate signatures with larger keys.</t>

<t>The signature value (expressed in base64) is placed (with the identifying
text string "rsa-sha256") into DKIM2-Signature header fields.</t>

</section>
<section anchor="the-ed25519-sha256-signing-algorithm"><name>The Ed25519-SHA256 signing algorithm</name>

<t>The Ed25519-SHA256 signing algorithm computes a hash over all the Message-Instance
and DKIM2-Signature fields as described in <xref target="calculate-signature"/> using
SHA-256 (FIPS-180-4-2015) as the hash-alg. It signs the hash with the PureEdDSA
variant Ed25519, as defined in Section 5.1 of <xref target="RFC8032"></xref>.</t>

<t>The signature value (expressed in base64) is placed (with the identifying
text string "ed25519-sha256") into DKIM2-Signature header fields.</t>

</section>
<section anchor="other-algorithms"><name>Other algorithms</name>

<t>Other algorithms MAY be defined in the future.  Verifiers MUST ignore
any hashes or signatures using algorithms that they do not implement.</t>

</section>
<section anchor="selectors"><name>Selectors</name>

<t>To support multiple concurrent public keys per signing domain, the
key namespace is subdivided using Selectors.</t>

<t>The number of public keys and corresponding Selectors for each domain
is determined by the domain owner. Many domain owners will use just one
Selector, whereas administratively distributed organizations can choose
to manage disparate Selectors
and key pairs in different regions or on different email servers.
Selectors can also be used to delegate a signing authority, which
can be withdrawn at any time. Selectors also make it possible to
seamlessly replace keys on a routine basis by signing with a new
Selector, while keeping the key associated with the old Selector
available.</t>

<t>Periods are allowed in Selectors and are component separators. Periods in
Selectors define DNS label boundaries in a manner similar to the
conventional use in domain names.  This will allow portions of
the Selector namespace to be delegated.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
selector = Domain
]]></artwork></figure>

</section>
<section anchor="key_management"><name>Key management</name>

<t>Some level of assurance is required that
a public key is associated with the claimed Signer. DKIM2
does this by fetching the key from the DNS for the domain specified
in the d= field of the DKIM2-Signature header field.</t>

<t>DKIM2 keys are stored in a subdomain named "_domainkey".  Given a
DKIM2-Signature field with a "d=" tag of "example.com" and a Selector
of "foo.bar", the DNS query will be for "foo.bar._domainkey.example.com".</t>

<t>NOTE: these keys are no different, and are stored in the same locations
as those for DKIM1 (<xref target="RFC6376"></xref>).</t>

<t>Further details can be found in <xref target="DKIMKEYS"></xref>.</t>

</section>
</section>
<section anchor="ignoreheaders"><name>Unsigned header fields</name>

<t>As explained in detail below, DKIM2 will provide a cryptographic
signature for all header fields that are present within a message,
whether they have a standardised meaning or are just placed there
at the whim of a particular sender.</t>

<t>However, for reasons of simplicity some header fields are not signed
and processing of the message MUST be performed as if they were not
present.</t>

<t>The exceptions fall into three classes:</t>

<t><list style="numbers" type="1">
  <t>Trace Headers  <vspace blankLines='1'/>
"Received" or "Return-Path" header fields MUST be ignored. These are
Trace Headers as described in <xref target="RFC5321"></xref> and serve only to document
details of the SMTP transmission process.  <vspace blankLines='1'/>
The experimental "Delivered-To:" header field (<xref target="RFC9228"></xref>) MUST also
be ignored.  <vspace blankLines='1'/>
Other specifications designate further header fields as trace
fields. A survey of such specifications, using the methodology of
<xref target="HDRMAINT"></xref>, identifies "Auto-Submitted", "DL-Expansion-History",
"Original-Recipient", "SIO-Label-History", "VBR-Info" and
"X400-Trace", which MUST also be ignored.  <vspace blankLines='1'/>
The same survey records header fields which are added by handling
agents in transit even though no specification designates them as
trace fields: "Apparently-To" and "X400-Received". For DKIM2 it is
that behaviour, rather than any formal designation, which matters,
so these MUST also be ignored.  <vspace blankLines='1'/>
Any header field whose field name starts with "Received-", such as
"Received-SPF" (<xref target="RFC7208"></xref>), MUST be ignored. This allows future
specifications to create new trace header fields of this form
without affecting DKIM2 processing.</t>
  <t>Other email authentication mechanisms  <vspace blankLines='1'/>
"DKIM-Signature" header fields and the "ARC-Authentication-Results",
"ARC-Message-Signature" and "ARC-Seal" header fields (<xref target="RFC8617"></xref>)
MUST be ignored.  <vspace blankLines='1'/>
Not including DKIM1 and ARC header fields means that systems that
wish to add other types of signature as well as a DKIM2 signature
are free to do this in any convenient order.</t>
  <t>Headers with purely local meaning  <vspace blankLines='1'/>
"Authentication-Results header fields MUST be ignored. These header
fields are defined in <xref target="RFC8601"></xref> where it is made clear that their
contents are only intended for use within the the ""trust boundary"
of an Administrative Management Domain". As they can only used
reliably within that trust boundary there has been no need to
secure them cryptographically and given how they may be added or
removed as messages cross trust boundaries it is inconvenient and
unnecessary for DKIM2 to sign them.  <vspace blankLines='1'/>
Header fields with a header field name starting with "X-" MUST be
ignored. Currently deployed email systems use these fields as
proprietary Trace headers or for other proprietary reasons. They
have no defined meaning for other systems and it considerably
simplifies reporting on changes to header fields to ignore them. Note
that the recommendations in <xref target="RFC6648"></xref> mean that it is most
unlikely that any header field name starting "X-" will be developed
within the IETF.</t>
</list></t>

<section anchor="summary"><name>Summary</name>

<t>These header fields are not signed:</t>

<figure><artwork><![CDATA[
Apparently-To:
ARC-Authentication-Results:
ARC-Message-Signature:
ARC-Seal:
Authentication-Results:
Auto-Submitted:
Delivered-To:
DKIM-Signature:
DL-Expansion-History:
Original-Recipient:
Received:
Received-*:
Return-Path:
SIO-Label-History:
VBR-Info:
X-*:
X400-Received:
X400-Trace:
]]></artwork></figure>

</section>
</section>
<section anchor="JSONrecipe"><name>Recipes</name>

<t>A set of Recipes is used to recreate the previous version of the body
and/or header fields of a message. The Recipes are provided
within a JSON object with the schema:</t>

<figure><artwork><![CDATA[
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://dkim2.org/schemas/recipe-v1",
  "title": "DKIM2 Recipes",
  "description": "See draft-dkim-dkim2-spec",
  "type": "object",
  "properties": {
    "h": {
      "description": "Recipes to recreate specific header fields",
      "type": "object",
      "minProperties": 1,
      "additionalProperties": { "$ref": "#/$defs/recipe-steps" }
    },
    "b": {
      "description": "Recipes to recreate the body",
      "oneOf": [
        {
          "description": "Body Recipes",
          "$ref": "#/$defs/recipe-steps"
        },
        {
          "description": "Previous body state cannot be recreated",
          "type": "null"
        }
      ]
    }
  },
  "anyOf": [
    { "required": ["h"] },
    { "required": ["b"] }
  ],
  "$defs": {
    "recipe-steps": {
      "type": "array",
      "items": {
        "oneOf": [
          {
            "description": "Copy lines/fields, start to end inclusive",
            "type": "object",
            "properties": {
              "c": { "type": "array",
                "items": { "type": "integer", "minimum": 1 },
                "minItems": 2, "maxItems": 2
              }
            },
            "required": ["c"], "additionalProperties": false
          },
          {
            "description": "Data lines/values to emit",
            "type": "object",
            "properties": {
              "d": { "type": "array",
                "items": { "type": "string" },
                "minItems": 1
              }
            },
            "required": ["d"], "additionalProperties": false
          }
        ]
      }
    }
  }
}
]]></artwork></figure>

<t>Note that the specification of JSON schemas is maintained by the JSON Schema
organisation, and the relevant specification document is linked to by the
$schema field in each JSON schema.</t>

<section anchor="header-recipes"><name>Header Recipes</name>

<t>A Header Recipe is an array of instructions applied to the specified
header fields with the given header field name. These Recipes
are applied in order to the message which has been received
so as to recreate the message as it was before modifications were made.
Recipes MUST be provided for any relevant header field (see <xref target="ignoreheaders"/>
for header fields that are not relevant) that is changed; i.e. it is
not possible to indicate that the previous state of the header fields
cannot be recreated.</t>

<t>If there is no "h" field in the JSON object then there was no
modification to the header fields.</t>

<t>Header field names in the JSON keys MUST be in lower case, but
they will be matched with the message without regard to case.
Recipes SHOULD NOT be specified for header fields that will not
be signed (see <xref target="ignoreheaders"/></t>

<t>If a header field name is not present in the JSON object then all
header fields with that header field name are to be retained.</t>

<t>If the Recipe array for a header field name that is present in the
JSON object is empty then all instances of that header field are to
be removed to reinstate the previous state of the message.</t>

<t>Header fields are numbered "bottom up" (the opposite direction to
the body lines). That is to say, when walking the header fields
from the top of the message to end of the header fields then
the last header field instance
encountered with any particular header field name is numbered 1,
the header field (with the same header field name) above that is
numbered 2, and so on.</t>

<t>The header fields should be treated as
being unwrapped (in the normal <xref target="RFC5321"></xref> manner). That is, all
of the physical lines that form a single header field are
processed under the same logical number.</t>

<t>The Recipes are processed in order and the resulting header
fields are emitted so that later header field will appear above
earlier header fields in the recreated message.</t>

<t>Each Recipe step is a JSON object with exactly one key:</t>

<t>A "c" step has the form {"c": [start, end]}. The relevant header field
instances numbered from start to end inclusive, are to be emitted.
The start value of each "c" step MUST be in ascending order and
MUST be greater than the end value of all preceding "c" steps
for this header field name.</t>

<t>A "d" step has the form {"d": ["value1", "value2", ...]}. Each
string in the array is treated as a value to which the
relevant header field name and a colon is prepended and a CRLF
is appended and the resultant string is then emitted. Note that
the way in which hashes are calculated (see <xref target="computing-header-hash"/>)
means that no heed needs to be taken of wrapping
or the case of the header field name. The text strings MUST NOT
contain CR or LF characters. If a string is empty then the
CRLF will immediately follow the header field name and colon.</t>

</section>
<section anchor="body-recipes"><name>Body Recipes</name>

<t>A Body Recipe is an array of instructions applied to the message
body which can recreate the message as it was before modifications
were made.</t>

<t>If there is no "b" field in the JSON object then there was no
modification to the message body. Note that the JSON schema
requires either "h" or "b" to be present.</t>

<t>If the "b" field is null (there are no Recipes) then the previous
state of the message body
cannot be recreated. Verifiers of the message may be able to
determine, by seeing which entity makes this declaration, that
this is acceptable to them because, for example, that entity
is providing a contractually arranged service.</t>

<t>Body lines are numbered "top down" (the opposite direction to
the header fields). The first line of the body (immediately after
the blank line that indicates that there are no more header fields)
is numbered 1.</t>

<t>The Recipes are processed in order and the resulting body lines
fields are emitted so that later lines will appear below
earlier lines in the recreated message.</t>

<t>Each Recipe step is a JSON object with exactly one key:</t>

<t>A "c" step has the form {"c": [start, end]}. The message body lines
from start to end, inclusive, are to be emitted. The start value of
each "c" step MUST be in ascending order and MUST be greater than the
end value of all preceding "c" steps.</t>

<t>A "d" step has the form {"d": ["line1", "line2", ...]}. Each
string in the array has a CRLF
appended and the resultant string is emitted. The text strings MUST NOT
contain CR or LF characters. If a string is empty then just
a CRLF is emitted.</t>

</section>
</section>
<section anchor="messagehashes"><name>Message hash values</name>

<t>A set of cryptographic "hashes" are used to record the current
message body and header fields. The hashes are placed into the
h= tag of a Message-Instance header field.</t>

<t>Since Message-Instance header fields are ignored when calculating the
header hash value, the body hash and header hash may be calculated in
any convenient order.</t>

<section anchor="computing-body-hash"><name>Computing the body hash</name>

<t>The body of messages is treated as merely a string of octets. DKIM2
messages MAY be either in plain-text or in MIME format; no special
treatment is afforded to MIME content. Message attachments in MIME
format MUST be included in the content that is signed.</t>

<t>The DKIM2 body hash is calculated in the same manner as DKIM1's "simple"
scheme:</t>

<t>All empty lines at the end of the message body are ignored. An empty line
is a line of zero length after removal of the line terminator.  If there
is no body or no trailing CRLF on the message body, a CRLF is added. That
is "*CRLF" at the end of the body is converted to "CRLF".</t>

<t>No other changes are made to the body, which is then processed by the
relevant hash algorithm(s). The name of the hash and the hash value
(converted to base64 form) is then inserted into (Signers) or compared
to (Verifiers) the value of the "h=" tag of the Message-Instance header
field that is being created/verified. If multiple hashes are calculated
then multiple entries within the "h=" value will be inserted/compared.</t>

</section>
<section anchor="computing-header-hash"><name>Computing the header fields hash</name>

<t>The header fields hash calculation done by a Signer MUST apply the
following steps in the order given. A Verifier will need to do the
equivalent steps in order to check that the hash they have received
is correct.</t>

<t><list style="symbols">
  <t>Ignore some header fields  <vspace blankLines='1'/>
When calculating the header field hash some header fields
are entirely ignored. See <xref target="ignoreheaders"/> for the list of header
field names that MUST be ignored.  <vspace blankLines='1'/>
When calculating the header field hash any "Message-Instance" or
"DKIM2-Signature" header fields MUST be ignored. These header
fields will be included in the hash value that will be signed
by a DKIM2-Signature header field and it simplifies implementations
if they are not included twice, especially when determining
whether all modifications to a message have been correctly declared.</t>
  <t>Convert all header field names (not the header field values) to
lowercase.  For example, convert "SUBJect: AbC" to "subject: AbC".</t>
  <t>Unfold all header field continuation lines as described in
<xref target="RFC5322"></xref>; in particular, lines with terminators embedded in
continued header field values (that is, CRLF sequences followed by
WSP) MUST be interpreted without the CRLF.  Implementations MUST
NOT remove the CRLF at the end of the header field value.</t>
  <t>Convert all sequences of one or more WSP characters to a single SP
character.  WSP characters here include those before and after a
line folding boundary.</t>
  <t>Delete all WSP characters at the end of each unfolded header field
value.</t>
  <t>Delete any WSP characters remaining before and after the colon
separating the header field name from the header field value.  The
colon separator MUST be retained.</t>
  <t>Place the header fields in alphabetical order by the header field
name.</t>
  <t>If there is more than one header with the same header field name
then the header fields are placed in the order in which they were
likely to have been placed into the message header, that is from
the last within the header upwards (the same ordering as is used
in the header Recipes (see <xref target="header-recipes"/>).  <vspace blankLines='1'/>
It is sometimes suggested that some MTAs re-order
header fields after they receive an email. If an MTA does change the
order of header fields with the same header field name (and those
header fields will be included in the hash calculation) then it is their
responsibility to recover the original order
before verifying an existing signature or passing a previously signed
message to another MTA that may wish to do such verification.</t>
  <t>The hash(es) of the concatenated header fields are calculated.</t>
</list></t>

<t>The name of the hash and the hash value
(converted to base64 form) is then inserted into (Signers) or compared
to (Verifiers) the value of the "h=" tag of the Message-Instance header
field that is being created/verified. If multiple hashes are calculated
then multiple entries within the "h=" value will be inserted/compared.</t>

</section>
</section>
<section anchor="hfMessageInstance"><name>The Message-Instance header field</name>

<t>A Message-Instance header field documents the current contents of
the message and, in the case of a Reviser, records any relevant
changes that have been made to the incoming message.</t>

<t>The Message-Instance header field is a list of tag values as described
below. The m= and h= tags MUST be present. The r= tag is optional. Note
that the syntax is such that semi-colons will never occur within
tags or values, they only act as a separators.</t>

<t>The tag identifiers (before the = sign) MUST be treated as case
insignificant, the tag value (after the = sign) is case significant. The
tags may appear in any order, but MUST be only one of each kind. Unknown
tags, for extensions, MUST be ignored.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
mi-field    = "Message-Instance:" mi-tag-list
mi-tag-list = *([FWS] mi-tag [FWS] ";" [FWS])
mi-tag      = mi-m-tag / mi-h-tag / mi-r-tag / x-tag
              ; x-tag is for extension
x-tag       = x-tag-name [FWS] "=" [FWS] [x-tag-value]
x-tag-name  = ALPHA *(ALPHA / DIGIT / "_")
x-tag-char  = %x21-3A / %x3C-7E
x-tag-value = x-tag-char *([FWS] x-tag-char)
]]></artwork></figure>

<section anchor="m-the-revision-number-of-the-message-instance-header-field"><name>m= the revision number of the Message-Instance header field</name>

<t>The Originator of a message uses the
value 1. Further Message-Instance header fields are added with a value one
more than the current highest numbered Message-Instance header field. Gaps
in the numbering MUST be treated as making the whole message impossible
to verify.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
mi-m-tag    = %x6d [FWS] "=" [FWS] 1*DIGIT
]]></artwork></figure>

</section>
<section anchor="r-recipes-to-recreate-the-previous-instance-of-the-message"><name>r= recipes to recreate the previous instance of the message</name>

<t>The r= tag value is the base64 encoded version of the JSON object that
contains the Recipes that allow the previous instance of the message
to be recreated (see <xref target="JSONrecipe"/>}.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
mi-r-tag    = %x72 [FWS] "=" base64string
]]></artwork></figure>

</section>
<section anchor="h-the-hash-values-for-the-message"><name>h= the hash values for the message</name>

<t>The h= tag value contains the hash name, header hash value and body
hash value. Calculating the hash values is explained in <xref target="messagehashes"/>.</t>

<t>To provide for algorithmic dexterity more that one pair of hash values,
using a different algorithm MAY be supplied in the same Message-Instance
header field. An algorithm MUST NOT be present more than once
in a single Message-Instance header field; if the hash values were the
same this would be pointless and if they differ then the Sender is
presumably attempting to confuse a Verifier.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
mi-h-tag    = %x68 [FWS] "=" hash-set *("," hash-set)
hash-set    = [FWS] hash-name [FWS] ":" header-hash ":" body-hash
hash-name   = "sha256" / "sha512" / x-hash-name
header-hash = base64string
body-hash   = base64string
x-hash-name = textstring ; for later expansion
]]></artwork></figure>

</section>
</section>
<section anchor="hfDKIM2signature"><name>The DKIM2-Signature header field</name>

<t>The signature of the email is stored in a DKIM2-Signature header
field.  This header field contains tag values that provide the
signature and key-fetching data.  Note that the syntax is such that
semi-colons will never occur within tags or values, they only act
as a separators.</t>

<t>The i=, m=, t=, d= and s= tags MUST be present. There MUST be
either an nd= tag or both mf= and rt= tags. The other tags are optional.</t>

<t>The tag identifiers (before the = sign) MUST be treated as case
insignificant, the tag value (after the = sign) is case significant. The
tags may appear in any order, but there MUST be only one of each kind.
Unknown tags, for extensions, MUST be ignored.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-field    = "DKIM2-Signature:" sig-tag-list
sig-tag-list = *([FWS] sig-tag [FWS] ";" [FWS])
sig-tag      = sig-i-tag / sig-m-tag / sig-t-tag / sig-mf-tag /
               sig-rt-tag / sig-nd-tag / sig-d-tag / sig-s-tag /
               sig-n-tag / sig-f-tag / x-tag
]]></artwork></figure>

<t>It will be noted that we have not included a version number.  Experience
from IMF onwards shows that it is essentially impossible to change
version numbers. If it becomes necessary to change DKIM2 in the sort
of incompatible way that a v=2 / v=3 version number would support,
it is expected that header fields will be labelled as DKIM3 instead.</t>

<section anchor="i-the-sequence-number-of-the-dkim2-signature-header-field"><name>i= the sequence number of the DKIM2-Signature header field</name>

<t>The Originator of a message uses the
value 1. Further DKIM2-Signature header fields are added with a value one
more than the current highest numbered DKIM2-Signature header field. Gaps
in the numbering MUST be treated as making the whole message unsigned.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-i-tag = %x69 [FWS] "=" [FWS] 1*DIGIT
]]></artwork></figure>

</section>
<section anchor="m-the-highest-numbered-message-instance-header-field"><name>m= the highest numbered Message-Instance header field</name>

<t>This value allows Verifiers to determine which entity made a particular
revision to the message header fields or body.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-m-tag = %x6d [FWS] "=" [FWS] 1*DIGIT
]]></artwork></figure>

</section>
<section anchor="n-nonce-value"><name>n=  nonce value</name>

<t>This text value, if present, has a meaning to the creator of the signature
but MUST NOT be assumed to have any meaning to any other entity. It
MAY be used as an index into a database to assist in handling Delivery
Status Notifications or for any other purpose.</t>

<t>To discourage use of this tag field as an alternative to the use of more
appropriate header fields, the length of the string MUST NOT
exceed 64 characters and implementations SHOULD reject messages
where this limit has been ignored.</t>

<t>Note the value MUST be simple ASCII and MUST NOT contain semicolon.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-n-tag   = %x6e [FWS] "=" [FWS] nonce-value
nonce-value = *64(%x21-3A / %x3C-7E)
                  ; printable ASCII except semicolon, max 64 chars
]]></artwork></figure>

</section>
<section anchor="t-signature-timestamp"><name>t=  signature timestamp</name>

<t>The time that this header field was created. The format is the number of
seconds since 00:00:00 on January 1, 1970 in the UTC time zone.  The value
is expressed as an unsigned integer in decimal ASCII.  This value
is not constrained to fit into a 31- or 32-bit integer.</t>

<t>Implementations SHOULD be prepared to handle values up to at least
10^12 (until approximately AD 200,000; this fits into 40 bits).</t>

<t>Implementations MAY ignore signatures that have a timestamp in the future.
Implementations MAY ignore signatures that are more than 14 days old.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-t-tag    = %x74 [FWS] "=" [FWS] 1*DIGIT
]]></artwork></figure>

</section>
<section anchor="mf-the-mail-from-used-when-the-message-was-sent"><name>mf= the MAIL FROM used when the message was sent</name>

<t>DKIM2 records the <xref target="RFC5321"></xref> MAIL FROM value that was used when the message
was transmitted over an SMTP link from the signing MTA. Note that MAIL FROM
may be just "&lt;&gt;", for example for a Delivery Status Notification.</t>

<t>The value is recorded as the base64 encoding of the <xref target="RFC5321"></xref> reverse-path
because of the complex syntax of reverse-path values (which can include
characters which would confuse naive parsers of DKIM2-Signature header
fields). The angle brackets MUST be included, but any "Mail-parameters"
that were present after the reverse-path MUST NOT be included.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-mf-tag  = %x6d %x66 [FWS] "=" base64string
]]></artwork></figure>

</section>
<section anchor="rt-the-rcpt-to-values-used-when-the-message-was-sent"><name>rt= the RCPT TO value(s) used when the message was sent</name>

<t>DKIM2 records the <xref target="RFC5321"></xref> RCPT TO value(s) that were used when the message
was transmitted over an SMTP link from the signing MTA.</t>

<t>The value is recorded as the base64 encoding of the <xref target="RFC5321"></xref> Forward-path
because of the complex syntax of Forward-path values (which can include
characters which would confuse naive parsers of DKIM2-Signature header
fields). The angle brackets MUST be included, but any "Rcpt-parameters"
that were present after the Forward-path MUST NOT be included.</t>

<t>When a message is intended for more than one recipient then the RCPT
TO values provided MAY include all of the recipients so that a single
copy of the email MAY be sent to all of the recipients in a single SMTP
transaction. Alternatively, multiple copies of the email may be
generated so as to not immediately reveal who else received the email.</t>

<t>However, if "bcc:" recipients are involved then in order to
meet the requirements of <xref target="RFC5322"></xref> Section 3.6.3 each and every
bcc recipients MUST NOT be revealed to any other message recipient.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-rt-tag = %x72 %x74 [FWS] "=" base64string *("," base64string)
]]></artwork></figure>

</section>
<section anchor="nd-the-domain-that-will-appear-in-the-next-dkim2-signature-header-field"><name>nd=  the domain that will appear in the next DKIM2-Signature header field</name>

<t>This tag is used in order to provide a valid Chain of Custody when a
message is being forwarded from a different domain than the one to
which it arrived. The domain MUST be a valid DNS name under which a
DKIM2 key record is published.</t>

<t>The domain name in the nd= tag MUST exactly match the domain name of the
d= tag of the next DKIM2-Signature in sequence (i=) order.</t>

<t>Note that when an nd= tag is present both mf= and rt= MUST be omitted.
It is permissible to have a sequence of more than one
DKIM2-Signature header fields with an nd= tag, but this sequence
(in unbroken ascending numeric order of i= tags) MUST end with a
DKIM2-Signature that contains mf= and rt= tags.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-nd-tag   = %x6e %x64 [FWS] "=" [FWS] Domain
]]></artwork></figure>

</section>
<section anchor="d-the-domain-associated-with-this-signature"><name>d=  the domain associated with this signature.</name>

<t>This domain is used to form the query for the public key. The domain MUST be a valid DNS
name under which the DKIM2 key record is published.</t>

<t>The domain name in the d= tag MUST exactly match the rightmost labels of
the domain name of the mf= tag. That is to say, the domain name of the
mf= tag MUST either match the d= domain exactly or be a sub-domain
of the d= domain name.</t>

<t>When the mf= domain is empty ("&lt;&gt;"), as will be the case for Delivery
Status Notifications (DSNs), then no match is required.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-d-tag   = %x64 [FWS] "=" [FWS] Domain
]]></artwork></figure>

</section>
<section anchor="s-the-signature-values-for-the-message"><name>s= the signature value(s) for the message</name>

<t>The s= tag value contains the Selector, signature algorithm name and
signature value. Calculating the value is explained in
<xref target="calculate-signature"/> and the algorithms are described in
<xref target="algorithms"/>.</t>

<t>The Selector values subdivide the namespace for the domain being
used for signing. Note that the DNS lookup for the public key
will check that the k= algorithm value is a match for the
algorithm supplied in the tag.</t>

<t>To provide for algorithmic dexterity more than one signature,
using different algorithms, MAY be supplied. One additional signature
using the same algorithm MAY be present provided that a different
Selector is used.</t>

<t>A Selector MUST NOT be present more than once in a single DKIM2-Signature
header field; if the signature values were the same this would be
pointless and if they differ then the Sender is presumably attempting
to confuse a Verifier.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-s-tag   = %x73 [FWS] "=" [FWS] sig-set *( "," sig-set )
sig-set     = selector [FWS] ":" [FWS] sig-name [FWS] ":" message-sig
sig-name    = "rsa-sha256" / "ed25519-sha256" / x-sig-name
x-sig-name  = textstring     ; for later extension
message-sig = base64string
]]></artwork></figure>

</section>
<section anchor="f-flags"><name>f=  flags</name>

<t>Flags serve two purposes; they either report what has been done to
the message by the system creating the DKIM2-Signature or they make
a request to systems that handle the mail thereafter. Flags are
separated by commas, and optional white-space allows systems to
add several flags without creating long lines.</t>

<t>If a flag value is not recognised it MUST be ignored.</t>

<t>The flag values that report things are:</t>

<t>"exploded": this message (identified by its unique header hash value (recorded
in the h= JSON object of the relevant Message-Instance) is being sent to more
than one email address. An
MTA which receives a message MAY use this information to help it distinguish
between malicious "DKIM replay" and legitimate activity performed by
mailing list. If this flag is not present in at least one DKIM2-Signature
header field then an MTA MAY assume that only one copy of a particular
message (identified by relevant cryptographic hash values) is intended
to exist;</t>

<t>The flags values that make requests are:</t>

<t>"donotexplode": this Signer requests that the message not be sent to more
than one recipient. A system that, by local policy, ignores this request
MUST NOT allow any of the copies it creates to be forwarded on to any
MTA outside its control.</t>

<t>"donotmodify": this Signer requests that the message not be modified from
the form in which it is sent. If this request is honored then the body
MUST NOT be changed in any way that alters the body hash and header fields
MUST NOT be removed or changed. It is permissible to add header fields
but a subsequent receiver SHOULD consider whether such header fields
have an impact on how the message will be viewed or responded to and
MAY reject the message if it has concerns. A  system that, by local
policy, ignores this request and makes other changes MUST NOT allow
the message to be forwarded on to any MTA outside its control.</t>

<t>"feedback": this Signer requests feedback about how this message is handled
during delivery and thereafter. This document does not describe what such
feedback might be or where it might be delivered. If this flag is absent
then feedback is explicitly not required.</t>

<t>"feedhere": this Signer requests that any feedback about how this message is
handled during delivery and thereafter is relayed via this hop. This flag
will be set by privacy-conscious Forwarders when a message has a "feedback"
flag set and the Forwarder does not wish the identity of systems to which
the message is forwarded to be reveal to the requestor of feedback.</t>

<t>ABNF:</t>

<figure><artwork><![CDATA[
sig-f-tag        = %x66 [FWS] "=" [FWS] sig-f-tag-data
                   *( [FWS] "," [FWS] sig-f-tag-data)
sig-f-tag-data   = "donotmodify" | "donotexplode" | "feedback" |
                   "feedhere" | "exploded" | x-sig-f-tag-data
x-sig-f-tag-data = textstring ; for later extension
]]></artwork></figure>

</section>
</section>
<section anchor="signer-actions"><name>Signer actions</name>

<t>This section gives the actions that need to be undertaken by the Signer
of a message. They may be done in any appropriate order.</t>

<section anchor="add-any-necessary-message-instance-header-fields"><name>Add any necessary Message-Instance header fields</name>

<t>If a system is generating the initial form of a message or if
it is a Reviser that has made changes to the message body and/or
header fields then it MUST compute the body hash as described in
<xref target="computing-body-hash"/> and the hash of the header fields
as described in <xref target="computing-header-hash"/>.</t>

<t>If the message does not contain a Message-Instance header field then one
MUST be added.</t>

<t>If hashing the message body or relevant header fields does not
give the same hash values as those recorded in the highest version
(m=) Message-Instance header field then a new Message-Instance
header field MUST be added.</t>

<t>A Message-Instance header field MUST contain Recipes to be able to
recreate the message corresponding to the hash values in the
previously highest numbered Message-Instance header field, or a
null Recipe to indicate that recreating the previous version
of the message will not be possible.</t>

<t>A system may add more than one Message-Instance header field if it
wishes to do so, but the DKIM2 design allows all modifications made by
any single system to be documented
in a single Message-Instance header field.</t>

<t>Note that the first (m=1) Message-Instance header field MAY
contain Recipes if it is wished to record any changes made to a
message as it enters the DKIM2 ecosystem. All other Message-Instance
header fields, will contain at least one Recipe.</t>

<t>Adding a Message-Instance field with no Recipes (and thus
the same hash values as the previously highest numbered
Message-Instance field) is not forbidden; however, it is most
likely to be pointless and a waste of time and energy for all concerned.</t>

</section>
<section anchor="chain-of-custody"><name>Provide a Chain of Custody for the message</name>

<t>The DKIM2-Signature header field contains the MAIL FROM
and RCPT TO values that will be used when the message is transmitted,
so these <xref target="RFC5321"></xref> "envelope" values MUST be available to (or
deducible by) a Signer.</t>

<t>The receiver of a message will check for an exact match (including
the local parts of the email addresses) between the MAIL FROM / RCPT TO
<xref target="RFC5321"></xref> protocol values and the mf= and rt= values in the highest numbered
(most recent) DKIM2-Signature header field. It is acceptable for there to
be more RCPT TO email addresses recorded in rt= than are actually used in
the SMTP conversation, but any RCPT TO value which is used MUST be present.</t>

<t>Verifiers will check for a relaxed domain match (see <xref target="relaxed-domain-match"/>)
between the signing domain (d=) and the domain in the MAIL FROM value.</t>

<t>When the message being signed already has a DKIM2-Signature header field
(i.e. it has already been transmitted at least once) then a valid
Chain of Custody MUST be apparent when all of the DKIM2-Signature header fields
are considered. This Chain of Custody contributes to the way in
which DKIM2 tackles "DKIM replay" attacks.</t>

<t>If an MTA does not change anything in the message which would require
a new Message-Instance header field and it is going to send it onwards
to a system that be able to verify the existing message (that is no
changes are made to the MAIL FROM and RCPT TO values) and there is no
other reason to add a DKIM2-Signature header field then the MTA MAY
choose not to add one. This means that an essentially transparent
SMTP forwarding system need not be made "DKIM2 aware".</t>

</section>
<section anchor="imaginaryhops"><name>Chain of Custody for imaginary hops</name>

<t>In any situation where a message will be forwarded in such a way that the
mf= on the outgoing message is such that the Chain of Custody
would be broken then the Signer MUST ensure this is not the case.</t>

<t>One way of doing this would be to generate an extra DKIM2-Signature
header field that causes values to match, i.e. a record is fabricated
that documents the mail being passed from one domain to another with
appropriate "mf=" and "rt=" tag values which document the imaginary
transfer of the email from one domain to the next.</t>

<t>Alternatively the "nd=" tag may be used. When present the next higher
sequence numbered DKIM2-Signature header field MUST be signed by the
specified domain. However, since there are no mf= or rt= tag values
there is no need to provide imaginary values for the imaginary "hop"
between the domain used for receiving the message and the domain used to
forward it.</t>

<t>It will be noted that the creation of an extra DKIM2-Signature header field
(whether the nd= scheme is used or not) will require the Signer to have access
to a DKIM2 private key associated with a domain in the RCPT TO entry of
the message as it arrived.</t>

<t>Access to this private key is
often achieved by the Signer creating the private key and never sharing it.
One of two approaches is then taken to publishing the public key.
The first is to provide the public key (and Selector value) to the domain owner
who creates an appropriate DNS entry. The alternative is for the Signer 
to create a public
key DNS entry within a part of the DNS that they control and the domain owner
publishes a CNAME pointing at this.</t>

<t>The general expectation is that signatures with an nd= tag have been
applied by the same system as the next DKIM2-Signature field
without an nd= tag. However, as a special case (where arrangements
have been put in place to cover the situation) a message with an
nd= tag in the highest numbered DKIM2-Signature header field may
be sent over an SMTP connection. The receiving system will not
be able to validate the MAIL FROM and RCPT TO parameters and MUST
rely on out-of-band information to deem the message acceptable.
The system MUST then provide a DKIM2-Signature header field with
a d= tag that exactly matches the nd= tag. Adding such a header
field will signal that the break in the Chain of Custody is intentional.</t>

</section>
<section anchor="relaxed-domain-match"><name>The relaxed domain match algorithm</name>

<t>To assist in addressing the "DKIM replay" problem DKIM2 provides a
Chain of Custody for every message. This is established by checking
that the MAIL FROM value recorded in every DKIM2-Signature header field
(except of course the i=1 instance) can be matched with a RCPT TO value
of the next lower numbered DKIM2-Signature header field.</t>

<t>It is also necessary to check DKIM2-Signature header fields for a match
between the signing domain (specified in the d= tag) and the MAIL FROM
domain.</t>

<t>To allow systems to use existing "bounce-handling" schemes with special
subdomains in their MAIL FROM values a "relaxed" approach is taken
to the matches between these values.</t>

<t><list style="symbols">
  <t>Only the domain part of the MAIL FROM and RCPT TO values is used
for these matches The local part (and the @) are ignored.</t>
  <t>If there is not an exact match between the domain names then labels
are removed, one by one from the left hand side of the MAIL
FROM domain name and the comparison is repeated.</t>
  <t>If no labels remain then there is no match.</t>
</list></t>

</section>
<section anchor="signer_privatekey"><name>Select a private key and corresponding Selector value</name>

<t>This specification does not define the basis by which a Signer should
choose which private key and Selector value to use -- this will be a
matter of administrative convenience.  Distribution and management of private
keys is also outside the scope of this document.</t>

</section>
<section anchor="calculate-signature"><name>Calculate a signature value</name>

<t>A Signer calculates a signature solely over the Message-Instance and
DKIM2-Signature header fields of the message. The hashes of
the body and other header fields are covered by the hashes in
the highest version (m=) Message-Instance header field and hence
the signature will in practice be signing the message as a whole.</t>

<t>Most cryptographic schemes proceed by first calculating a hash value
and then signing the hash value, but the DKIM2-Signature header field
only provides the final signature value. This means that there
is no difficulty if the hash value is inordinately long, or is
not emitted by the cryptographic routine being used.</t>

<t>The signature algorithm MUST apply the following steps
in the order given (which are not quite the same as the steps
undertaken in calculating header hashes).</t>

<t><list style="symbols">
  <t>Convert all relevant header field names (not the header field values) to
lowercase.  For example, convert "DKIM2-signature" to "dkim2-signature".</t>
  <t>Unfold all header field continuation lines as described in
<xref target="RFC5322"></xref>; in particular, lines with terminators embedded in
continued header field values (that is, CRLF sequences followed by
WSP) MUST be interpreted without the CRLF.  Implementations MUST
NOT remove the CRLF at the end of the header field value.</t>
  <t>Delete all WSP characters. This means all WSP characters before and
after the colon separating the header field name from the header
field value, all WSP characters within the unfolded header field
value and all trailing WSP characters before the CRLF. The colon
separator and the CRLF MUST be retained.</t>
  <t>Place the header fields in order. First come the Message-Instance
header fields in ascending instance (m=) order. Second are the
DKIM2-Signature header fields in ascending sequence (i=) order.
Last of all is an incomplete DKIM2-Signature header field (the
one that this system is creating) with all tags present except
that the signature value(s) within the (s=) value are set to
the null string (""). The incomplete header field MUST be
unfolded, MUST have a trailing CRLF and MUST have spaces removed
in just the same way as the
complete header fields being processed.</t>
  <t>The concatenated header fields are then fed to the signature
algorithm(s). Once all the values are available the null 
signature value strings
are replaced by the base64 values of the signatures.</t>
</list></t>

</section>
</section>
<section anchor="verification-requirements"><name>Verification requirements</name>

<t>The details of verification appear in <xref target="verifier_actions"/> below.
This section considers when verification should be performed and
how thorough it needs to be.</t>

<section anchor="check-the-most-recent-signature-and-hashes-for-the-message"><name>Check the most recent signature and hashes for the message</name>

<t>A Verifier SHOULD check the validity of the most recently applied
(highest numbered i= value) DKIM2-Signature header field
and the associated (m=) Message-Instance before accepting an email.</t>

<t>If these checks
do not pass then a Delivery Status Notification (DSN) for the email MUST
NOT be generated thereafter -- hence the best strategy, if the email
is not wanted, is to reject it (with a 5xx error code) whilst the
relevant SMTP conversation is still ongoing. If the check gives
a TEMPFAIL result then a 4xx error code SHOULD be used to allow the
sending MTA to understand the situation.</t>

<t>If the checks do pass and it is later determined that the email
is unacceptable for any reason then a DSN MAY be created and
passed to the system that delivered the email. The details of
this procedure appear in <xref target="bounce"/>.</t>

</section>
<section anchor="checking-the-message-instance-header-fields"><name>Checking the Message-Instance header fields</name>

<t>If the message has been modified since its original creation then
the Message-Instance header fields will enable a Verifier to determine
whether or not all the changes made are correctly recorded
by using the Recipes to construct each preceding version
of the message.</t>

<t>Note that if it is only the first form of the message is of
interest then all the Recipes can be applied in turn and
only one hash value checked -- the correctness of the
intermediate hash values are not relevant to this assessment.</t>

</section>
<section anchor="checking-the-dkim2-signature-header-fields"><name>Checking the DKIM2-Signature header fields</name>

<t>However, in order to check the Chain of Custody, to assess
whether the message has been exploded, to pick out
"feedback" requests to be honoured or to assign reputation to
Revisers then all of the DKIM2-Signature header fields
will have to checked for validity. The TBA document explores
these issues in more detail.</t>

</section>
<section anchor="verifier_interpret"><name>Interpret results/Apply local policy</name>

<t>It is beyond the scope of this specification to describe what actions
the recipient of an email performs, but mail carrying valid DKIM2
signatures gives the recipient opportunities that unauthenticated
email would not.  Specifically, an authenticated email provides
predictable information by which other decisions can reliably be
managed, such as trust and reputation.  Conversely, it is hard
to assign trust or reputation to unauthenticated email.</t>

<t>If an MTA wishes to reject messages where signatures are missing
or do not verify, the handling MTA
SHOULD use a 550/5.7.x reply code.</t>

<t>Where the Verifier is integrated within the MTA and it is not
possible to fetch the public key, perhaps because the key server is
not available, a temporary failure message MAY be generated using a
451/4.7.5 reply code.</t>

<t>Temporary failures such as inability to access the key server or
other external service are the only conditions that SHOULD use a 4xx
SMTP reply code.  In particular, cryptographic signature verification
failures MUST NOT provoke 4xx SMTP replies.</t>

</section>
</section>
<section anchor="verifier_actions"><name>Verifier actions</name>

<t>This section discusses the detail of the actions taken by a
Verifier. In essence
this will involve repeating all the actions taken by a Signer to
produce a Message-Instance or DKIM2-Signature header field. To
avoid a lot of repetition these actions will not be spelled out
in detail. Once a hash value has been calculated it is then
compared with the value reported by the Signer, or the Signer's
public key is used to determine whether a signature that has
been provided is correct.</t>

<t>When a Verifier is determining whether a particular DKIM2-Signature
header field it MUST consider the state of the message when that
header field was added to the message. That means it MUST first apply
all relevant Recipes to reconstruct the body and header fields and it
MUST ignore any Message-Instance and DKIM2-Signature fields that
were added after that point.</t>

<section anchor="output-states"><name>Output states</name>

<t>For compatibility with the Authentication-Results header field defined
in <xref target="RFC8601"></xref> a verification will result in one of four states:</t>

<t>PASS:  The message was successfully verified.</t>

<t>FAIL:  The message could be verified but a hash or signature was not
       correct.</t>

<t>PERMERROR:  The message could not be verified due to some error that
      is unrecoverable, such as a required header field being absent
      or malformed.</t>

<t>TEMPERROR:  The message could not be verified due a temporary
      inability to retrieve a public key. A later attempt may
      produce a different.</t>

<t>A Verifier MAY cease verifying once a single failure is detected.</t>

<t>Verifiers wishing to communicate the results of verification to other
parts of the mail system may do so in whatever manner they see fit. If
they wish to provide a human-readable string to describe a failure
to verify (any state except PASS) then in order to provide the
maximum possible assistance to senders they SHOULD use the text
strings specified in this document. These human-readable messages
are described with m=<spanx style="verb">&lt;x&gt;</spanx> or tag=<spanx style="verb">&lt;y&gt;</spanx> placeholders, the <spanx style="verb">&lt;x&gt;</spanx> and <spanx style="verb">&lt;y&gt;</spanx> MUST
be replaced with the relevant ordinal or tag name (without the &lt; and
&gt; characters). Similarly <spanx style="verb">&lt;value&gt;</spanx> MUST be replaced by a relevant
string for the particular message.</t>

<t>If the verification is being performed during an SMTP protocol
conversation the human-readable string SHOULD be part of the
5xx or 4xx response string.</t>

<t>If the results of the verification are being communicated in a
Delivery Status Notification message (<xref target="RFC3462"/>) the
human-readable string should be included.</t>

<t>If, by local policy, a system wishes to accept a message which
has failed authentication it might choose to add an email header
field to the message before passing it on.  Any such header field
SHOULD include the human-readable string and 
SHOULD be inserted before any existing DKIM2-Signature or pre-existing
authentication status header fields in the header field block.  The
Authentication-Results: header field (<xref target="RFC8601"></xref>) MAY be used for this
purpose. It should be noted that any "Authentication-Results" header
field does not count as a modification to the email if any further
DKIM2-Signature header fields are to be generated.</t>

</section>
<section anchor="ensure-that-the-dkim2-header-fields-are-valid"><name>Ensure that the DKIM2 header fields are valid</name>

<t>Verifiers MUST meticulously validate the format and values of all
relevant Message-Instance and DKIM2-Signature header fields. It MUST
also ensure that all required instances of these header fields are
present and that all required tags are present and tags that
cannot appear together do not do so. Recall however
that unknown tags MUST be ignored.</t>

<t>As a special case, there MUST NOT be a Message-Instance field
with a higher m= value than occurs in any DKIM2-Signature field.</t>

<t>There are also requirements on not repeating hash algorithms or
Selectors or providing the same signing algorithm more than twice.</t>

<t>To assist debugging, errors in a JSON object specifying Recipes
should be called out specifically.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
PERMERROR Message-Instance m=<x> missing
PERMERROR Message-Instance m=<x> syntax error
PERMERROR Message-Instance m=<x> tag=<y> missing
PERMERROR Message-Instance m=<x> is not signed
PERMERROR Message-Instance m=<x> has a duplicate hash algorithm
PERMERROR Message-Instance m=<x> contains invalid JSON
PERMERROR DKIM2-Signature i=<x> missing
PERMERROR DKIM2-Signature i=<x> syntax error
PERMERROR DKIM2-Signature i=<x> tag=<y> missing
PERMERROR DKIM2-Signature i=<x> tag=<y> was unexpected
PERMERROR DKIM2-Signature i=<x> has a duplicate selector
PERMERROR DKIM2-Signature i=<x> has too many signatures
]]></artwork></figure>

</section>
<section anchor="check-the-timestamps"><name>Check the timestamps</name>

<t>Verifiers SHOULD return a failure if it is more than 14 days since the
timestamp recorded in the "t=" tag of any DKIM2-Signature header field.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
PERMERROR DKIM2-Signature i=<x> signature expired
]]></artwork></figure>

</section>
<section anchor="check-the-chain-of-custody"><name>Check the Chain of Custody</name>

<t>As explained in <xref target="chain-of-custody"/> a Verifier MUST check for an exact
match between the MAIL FROM and RCPT TO parameters used when delivering
a message and the values found in the mf= and rt= tags of the highest
numbered DKIM2-Signature header field. There may be extra values
in the rt= value, but all RCPT TO values actually used for
delivery MUST be present.</t>

<t>The values of domains MUST BE put into lower-case before doing these
checks. As is usual in email protocols the case of the local part of
an email address is assumed to matter. Note that these checks MUST NOT
use the relaxed domain match algorithm.</t>

<t>A Verifier SHOULD check that there is a relaxed domain match
(see {relaxed-domain-match}) between the signing domain of the
most recently applied DKIM2-Signature header field and the
mf= value in that header field.</t>

<t>If an nd= tag has been used instead of mf= and rt= tags then a
Verifier MUST ensure that there is an exact match with the d=
value in the next DKIM2-Signature field in sequence number order.</t>

<t>Verifiers SHOULD ensure that there are out-of-band arrangements
in place to assess message validity when the highest numbered
DKIM2-Signature header field contains an nd= tag.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
PERMERROR: DKIM2-Signature i=<x> MAIL FROM <value> did not match
PERMERROR: DKIM2-Signature i=<x> RCPT TO <value> did not match
PERMERROR: DKIM2-Signature i=<x> MAIL FROM and d= do not match
PERMERROR: DKIM2-Signature i=<x> MAIL nd= does not match
PERMERROR: DKIM2-Signature i=<x> unexpected nd= tag
]]></artwork></figure>

</section>
<section anchor="fetch-the-public-key"><name>Fetch the public key</name>

<t>The public keys of all the signatures in DKIM2-Signature fields are
needed to complete the verification process. Details of key management and
representation are described in <xref target="key_management"/> and <xref target="DKIMKEYS"></xref>.
The Verifier MUST validate the key record and MUST NOT use any public
key records that are malformed.</t>

<t>Note that DNS timeouts MUST be reported as TEMPERROR but a DNS
result that indicates the key is absent MUST be reported as a
PERMERROR. Additionally, as <xref target="DKIMKEYS"></xref> makes clear, if more than
one record is returned this is an error. The human-readable error
message SHOULD provide the Selector value so that it is clear which
key has caused a problem.</t>

<t>Note that <xref target="DKIMKEYS"></xref> has retired the h= field and DKIM2 implementations
MUST ignore this tag if it is present.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
TEMPERROR: DKIM2-Signature i=<x> public key <value> could not be fetched
PERMERROR: DKIM2-Signature i=<x> public key <value> does not exist
PERMERROR: DKIM2-Signature i=<x> public key <value> has multiple records
PERMERROR: DKIM2-Signature i=<x> public key <value> has a syntax error
PERMERROR: DKIM2-Signature i=<x> public key <value> algorithm mismatch
PERMERROR: DKIM2-Signature i=<x> public key <value> has been revoked
]]></artwork></figure>

</section>
<section anchor="perform-the-signature-verification-calculation"><name>Perform the signature verification calculation</name>

<t>Verifying a signature consists of actions semantically equivalent to the
following steps:</t>

<t><list style="numbers" type="1">
  <t>Prepare a canonicalized version of the Message-Instance and DKIM2-Signature
header fields as described in <xref target="calculate-signature"/>. The signature value(s)
themselves will need to be removed to correspond with what was actually
signed. Note that this canonicalized version does not actually replace
the original content.</t>
  <t>Use the relevant public key value(s) to check the signature(s).</t>
  <t>If there is more than one signature provided then they MUST all be
checked if the Verifier is able to do so. If any signature fails then
an error SHOULD be reported. If all signatures that can be checked fail
then PERMFAIL MUST be reported.</t>
  <t>If some signatures fail and other pass then any error that is
reported should provide that information (e.g. PERMFAIL "rsa-sha256
signature passed, ed25519-sha256 signature failed").</t>
</list></t>

<t>The reasoning for requiring that all signatures pass is that if a signature
scheme has recently become deprecated because it is known to be cryptographically
flawed then Signers will use a second (unbroken) signature scheme. However, such
a Signer may still provide the other signature for the benefit of Verifiers
that have yet to upgrade -- reasoning perhaps that attacks are too expensive
to be a very significant security issue. A Verifier that determines that
one signature passes whilst the other fails may well be in a position to
prevent an attack.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
FAIL: DKIM2-Signature i=<x> public key <value> incorrect signature
]]></artwork></figure>

</section>
<section anchor="validating-body-and-header-hashes"><name>Validating body and header hashes</name>

<t>Verifying a hash value requires a Verifier to repeat the hash calculation
performed by the Signer as set out in <xref target="computing-body-hash"/>
and <xref target="computing-body-hash"/>. The values can then be directly compared.</t>

<t>Since there may be more than one hash algorithm given the human-readable
error message SHOULD indicate which algorithm's result failed to match.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
FAIL: Message Instance m=<x> header hash <value> mismatch
FAIL: Message Instance m=<x> body hash <value> mismatch
]]></artwork></figure>

</section>
<section anchor="check-if-donotmodify-and-donotexplode-requests-were-honored"><name>Check if donotmodify and donotexplode requests were honored</name>

<t>If a Verifier receives a message with a nonotmodify request and a later
hop has altered the message body or removed or altered header fields
then the message SHOULD be rejected.</t>

<t>If a Verifier receives a message with a donotexplode request and
a later hop has indicated that it has exploded the message then
the message SHOULD be rejected.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
FAIL: Message has been modified despite a donotmodify request
FAIL: Message has been exploded despite a donotexplode request
]]></artwork></figure>

</section>
</section>
<section anchor="bounce"><name>Delivery Status Notifications in the DKIM2 ecosystem</name>

<t>In the DKIM2 ecosystem, when a message cannot be delivered then
this is reported to the sending machine by means of an <xref target="RFC5321"></xref>
return code or, if the SMTP session has completed, by generating
a Delivery Status Notification (DSN), as defined in <xref target="RFC3462"></xref>.</t>

<t>A DSN MUST be addressed to the MTA that sent the message. This
prevents "backscatter" by passing failures back along the chain
of MTAs that were in involved in passing the message forwards. This
is achieved by using the mf= tag from the highest numbered
DKIM2-Signature field. If this field is null ("mf=&lt;&gt;") then a DSN
MUST NOT be sent.</t>

<section anchor="dsn-contents"><name>DSN contents</name>

<t>As set out in <xref target="RFC3462"></xref>, a DSN has a top-level MIME part of
type <spanx style="verb">multipart/report</spanx>.</t>

<t>A valid DSN generated by a DKIM2 system MUST always contain three
sections, the human-readable text, the machine readable status (in a
message/delivery-status MIME part and either a MIME part of type
<spanx style="verb">message/rfc822</spanx> that holds the original message exactly as it was
submitted by the sending system or `text/rfc822-headers' which has
just the header fields of that message.</t>

<t>All relevant DKIM2-Signature header fields (and Message-Instance
header fields if the message body is supplied) MUST verify.</t>

<t>The DSN itself MUST have appropriate Message-Instance and
DKIM2-Signature fields, noting that the MAIL FROM to be used
will be null ("&lt;&gt;").</t>

<section anchor="dsn-propagation"><name>DSN propagation</name>

<t>A Forwarder which receives a DSN MAY propagate this
DSN to the MAIL FROM address used to deliver the message to it
(which can be found in the relevant DKIM2-Signature header field).</t>

<t>The DSN MUST be rebuilt so that the message (or just the message
header fields) are placed into the DSN to reflect the state the
message was in when it was forwarded. This means that the
DKIM2-Signature header field that was added MUST be removed.</t>

<t>Additionally, if the
message was modified by the Forwarder on the outward journey
those modifications must be undone and the Message-Instance
header field documenting those changes MUST be removed.</t>

<t>If it is impossible to regenerate the body of the message, because
it was changed on the outgoing path and a "null Recipe" means
that the previous version cannot be reconstructed then the
body MUST be removed from the third part of the DSN and
a text/rfc822-headers MIME part must be supplied.</t>

<t>Where appropriate the reason for the delivery failure (as
recorded in the first part of the DSN) should be rewritten
to remove destination specific information.</t>

<t>The resultant DSN is sent to the
MAIL FROM address from the now highest numbered DKIM2-Signature
header field. The DSN itself MUST have only one DKIM2-Signature
field and only one Message-Instance header : i.e. it is a new
message.</t>

<t>Following these procedures will ensure that limited details of
where the message was forwarded to will be revealed to
the previous hop.</t>

</section>
<section anchor="authentication-of-inbound-dsns"><name>Authentication of inbound DSNs</name>

<t>When a system receives a DKIM2 signed DSN, and the
included original message is also DKIM2 signed, it SHOULD
verify that this message (or just the header fields if the body
is not present) has not been altered.</t>

<t>This means:</t>

<t><list style="numbers" type="1">
  <t>The DSN's DKIM2-Signature will have a signing domain that is
aligned with the recipient of the message that is being returned.
The recipient's address is located in the rt= tag of the
last (highest i= tag) DKIM2-Signature in the returned message.</t>
  <t>The last (highest <spanx style="verb">i=</spanx> tag) DKIM2-Signature header field of the
returned message will be one that was generated by the system
receiving the DSN, determined by examining the
d= and mf= tags of that DKIM2-Signature header field.</t>
  <t>The header fields of the embedded message (in the message/rfc822
MIME part) can be verified by checking the header hash values in
the highest numbered Message-Instance header field. If the message
body is present then that can be verified by inspecting the body
hash value in the highest numbered Message-Instance header field.</t>
</list></t>

<t>If the verification fails then the DSN MUST NOT be propagated
any further. If verification has been performed prior to
accepting the DSN from the sender the DSN SHOULD be rejected
with a 550/5.7.x return code. If the verification cannot be completed
because of a temporary issue (with DNS lookups) then a 4xx
return code should be used.</t>

</section>
</section>
</section>
<section anchor="signer_normalize"><name>Preventing transport conversions</name>

<t>DKIM2's design is predicated on valid input.</t>

<t>In order to be signed a message will need to be in "network normal" format
(text is ASCII encoded, lines are separated with CRLF characters, etc.).</t>

<t>A message that is not compliant with <xref target="RFC5322"></xref>, <xref target="RFC2045"></xref>, <xref target="RFC2047"></xref>
and other relevant message format standards can be subject to attempts
by intermediaries to correct or interpret such content.  See Section 8
of <xref target="RFC6409"></xref> for examples of changes that are commonly made.  Such
"corrections" may invalidate DKIM2 signatures or have other undesirable
effects, including some that involve changes to the way a message is
presented to an end user.</t>

<t>When calculating the hash on messages that will be transmitted using
base64 or quoted-printable encoding, Signers MUST compute the hash
after the encoding.  Likewise, the Verifier MUST incorporate the
values into the hash before decoding the base64 or quoted-printable
text.  However, the hash MUST be computed before transport-level
encodings such as SMTP "dot-stuffing" (the modification of lines
beginning with a "." to avoid confusion with the SMTP end-of-message
marker, as specified in <xref target="RFC5321"></xref>).</t>

<t>Further, if the message contains local encoding that will be modified before transmission,
that modification to canonical <xref target="RFC5322"></xref> form MUST be done before signing.
In particular, bare CR or LF characters (used by some systems as a local line
separator convention) MUST be converted to the SMTP-standard CRLF
sequence before the message is signed.  Any conversion of this sort
SHOULD be applied to the message actually sent to the recipient(s),
not just to the version presented to the signing algorithm.</t>

<t>More generally, the Signer MUST sign the message as it is expected to
be received by the Verifier rather than in some local or internal form.</t>

</section>
<section anchor="eai-rfc6530-considerations-for-dkim2"><name>EAI (<xref target="RFC6530"></xref>) considerations for DKIM2</name>

<t>TBA</t>

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

<t>TBA</t>

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

<t>TBA</t>

</section>
<section anchor="changes-from-earlier-versions"><name>Changes from Earlier Versions</name>

<t>draft-ietf-dkim-dkim2-spec-05</t>

<t>Updated list of unsigned header fields to align with <xref target="HDRMAINT"></xref>.</t>

<t>Added sha512 to allow testing of hash function dexterity.</t>

<t>Removed SHOULD NOT for speciously added Message-Instance fields,
we now just point out they are pointless.</t>

<t>Added text to forbid repetition of the same hash algorithm or
the same Selector in any given header field. Provided messages
for reporting infractions.</t>

<t>Now specifies that header field names in the JSON Recipes
MUST be lower case; and Verifiers should now report JSON
issues specifically.</t>

<t>Made Capitalisation Consistent</t>

<t>draft-ietf-dkim-dkim2-spec-04</t>

<t>Provided summary of unsigned header fields.</t>

<t>Added text for situation when the highest DKIM2-Signature field
of a message has an nd= tag.</t>

<t>Added text to clarify checking of Message-Instance in a DSN.</t>

<t>draft-ietf-dkim-dkim2-spec-03</t>

<t>Move list of ignored header fields into its own section.
Added the experimental Delivered-To: header field to the list.</t>

<t>Remove possibility of a null Recipe for header field changes.</t>

<t>Add nd= tag as an alternative to mf= rt= for imaginary hops.</t>

<t>Change DSN propagation rules so that a DSN always contains
the message headers up to the point at which the DSN creator
saw the message on the outward journey.</t>

<t>"feedhere" flag added.</t>

<t>draft-ietf-dkim-dkim2-spec-02</t>

<t>Made explicit that base64strings must be padded with zero bits.</t>

<t>Fixed header field description in JSON to be single string. and moved
the removed info into the textual discussion. Removed the z body Recipe
since DSNs do not actually need this.</t>

<t>Added text to emphasise that semi-colons are (easy to parse) separators
in Message-Instance and DKIM2-Signature. Also fixed the syntax for
extension tags.</t>

<t>Added Authentication-Results to the list of headers that are
excluded from being signed.</t>

<t>Added text about what donotmodify means and added text to the
verification section about this and the donotexplode flag.</t>

<t>draft-ietf-dkim-dkim2-spec-01</t>

<t>Additions to terminology. Improved ABNF. Removed definition of tag-list
and placed relevant text in the two header field definitions. Untangled 
the description of what needs to be verified from the description of how
to verify and provided a list of human-readable strings to generate for
errors.</t>

<t>draft-ietf-dkim-dkim2-spec-00</t>

<t>Removed JSON for hashes, signatures and SMTP parameters. Provided
valid JSON for Recipes and added "z" for truncated body.
Changed algorithm names for signing. Simplified the canonicalisation
performed for the header fields signed by DKIM2-Signature.
Changed v= to m= for message instance numbering.</t>

<t>General tidying up of specifying tag=value specifications and
associated ABNF. Various other fixes for issues flagged in WG.</t>

<t>[[This section to be removed by RFC Editor]]</t>

</section>


  </middle>

  <back>


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

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



<reference anchor="RFC1034">
  <front>
    <title>Domain names - concepts and facilities</title>
    <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
    <date month="November" year="1987"/>
    <abstract>
      <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="13"/>
  <seriesInfo name="RFC" value="1034"/>
  <seriesInfo name="DOI" value="10.17487/RFC1034"/>
</reference>
<reference anchor="RFC2045">
  <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="RFC2047">
  <front>
    <title>MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text</title>
    <author fullname="K. Moore" initials="K." surname="Moore"/>
    <date month="November" year="1996"/>
    <abstract>
      <t>This particular document is the third document in the series. It describes extensions to RFC 822 to allow non-US-ASCII text data in Internet mail header fields. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2047"/>
  <seriesInfo name="DOI" value="10.17487/RFC2047"/>
</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="RFC3462">
  <front>
    <title>The Multipart/Report Content Type for the Reporting of Mail System Administrative Messages</title>
    <author fullname="G. Vaudreuil" initials="G." surname="Vaudreuil"/>
    <date month="January" year="2003"/>
    <abstract>
      <t>The Multipart/Report Multipurpose Internet Mail Extensions (MIME) content-type is a general "family" or "container" type for electronic mail reports of any kind. Although this memo defines only the use of the Multipart/Report content-type with respect to delivery status reports, mail processing programs will benefit if a single content-type is used to for all kinds of reports. This document is part of a four document set describing the delivery status report service. This collection includes the Simple Mail Transfer Protocol (SMTP) extensions to request delivery status reports, a MIME content for the reporting of delivery reports, an enumeration of extended status codes, and a multipart container for the delivery report, the original message, and a human-friendly summary of the failure. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3462"/>
  <seriesInfo name="DOI" value="10.17487/RFC3462"/>
</reference>
<reference anchor="RFC4648">
  <front>
    <title>The Base16, Base32, and Base64 Data Encodings</title>
    <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
    <date month="October" year="2006"/>
    <abstract>
      <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4648"/>
  <seriesInfo name="DOI" value="10.17487/RFC4648"/>
</reference>
<reference anchor="RFC5234">
  <front>
    <title>Augmented BNF for Syntax Specifications: ABNF</title>
    <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
    <author fullname="P. Overell" initials="P." surname="Overell"/>
    <date month="January" year="2008"/>
    <abstract>
      <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="68"/>
  <seriesInfo name="RFC" value="5234"/>
  <seriesInfo name="DOI" value="10.17487/RFC5234"/>
</reference>
<reference anchor="RFC5321">
  <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="RFC5322">
  <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="RFC6376">
  <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="RFC6409">
  <front>
    <title>Message Submission for Mail</title>
    <author fullname="R. Gellens" initials="R." surname="Gellens"/>
    <author fullname="J. Klensin" initials="J." surname="Klensin"/>
    <date month="November" year="2011"/>
    <abstract>
      <t>This memo splits message submission from message relay, allowing each service to operate according to its own rules (for security, policy, etc.), and specifies what actions are to be taken by a submission server.</t>
      <t>Message relay is unaffected, and continues to use SMTP over port 25.</t>
      <t>When conforming to this document, message submission uses the protocol specified here, normally over port 587.</t>
      <t>This separation of function offers a number of benefits, including the ability to apply specific security or policy requirements. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="72"/>
  <seriesInfo name="RFC" value="6409"/>
  <seriesInfo name="DOI" value="10.17487/RFC6409"/>
</reference>
<reference anchor="RFC6530">
  <front>
    <title>Overview and Framework for Internationalized Email</title>
    <author fullname="J. Klensin" initials="J." surname="Klensin"/>
    <author fullname="Y. Ko" initials="Y." surname="Ko"/>
    <date month="February" year="2012"/>
    <abstract>
      <t>Full use of electronic mail throughout the world requires that (subject to other constraints) people be able to use close variations on their own names (written correctly in their own languages and scripts) as mailbox names in email addresses. This document introduces a series of specifications that define mechanisms and protocol extensions needed to fully support internationalized email addresses. These changes include an SMTP extension and extension of email header syntax to accommodate UTF-8 data. The document set also includes discussion of key assumptions and issues in deploying fully internationalized email. This document is a replacement for RFC 4952; it reflects additional issues identified since that document was published. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6530"/>
  <seriesInfo name="DOI" value="10.17487/RFC6530"/>
</reference>
<reference anchor="RFC6648">
  <front>
    <title>Deprecating the "X-" Prefix and Similar Constructs in Application Protocols</title>
    <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
    <author fullname="D. Crocker" initials="D." surname="Crocker"/>
    <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
    <date month="June" year="2012"/>
    <abstract>
      <t>Historically, designers and implementers of application protocols have often distinguished between standardized and unstandardized parameters by prefixing the names of unstandardized parameters with the string "X-" or similar constructs. In practice, that convention causes more problems than it solves. Therefore, this document deprecates the convention for newly defined parameters with textual (as opposed to numerical) names in application protocols. This memo documents an Internet Best Current Practice.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="178"/>
  <seriesInfo name="RFC" value="6648"/>
  <seriesInfo name="DOI" value="10.17487/RFC6648"/>
</reference>
<reference anchor="RFC8259">
  <front>
    <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
    <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
    <date month="December" year="2017"/>
    <abstract>
      <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
      <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="90"/>
  <seriesInfo name="RFC" value="8259"/>
  <seriesInfo name="DOI" value="10.17487/RFC8259"/>
</reference>
<reference anchor="RFC8601">
  <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="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="DKIMKEYS">
   <front>
      <title>Domain Name Specification for DKIM2</title>
      <author fullname="Wei Chuang" initials="W." surname="Chuang">
         <organization>Google</organization>
      </author>
      <date day="18" month="March" year="2026"/>
      <abstract>
	 <t>   The updated DomainKeys Identified Mail (DKIM2) permits an
   organization that owns the signing domain to claim some
   responsibility for a message by associating the domain with the
   message through a digital signature.  This is done by publishing to
   Domain Name Service (DNS) of the domain a public key that is then
   associated to the domain and where messages can be signed by the
   corresponding private key.  Assertion of responsibility is validated
   through a cryptographic signature and by querying the Signer’s domain
   directly to retrieve the appropriate public key.  This document
   describes DKIM2 DNS record format and how to find the record.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-chuang-dkim2-dns-04"/>
   
</reference>



    </references>

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



<reference anchor="RFC5598">
  <front>
    <title>Internet Mail Architecture</title>
    <author fullname="D. Crocker" initials="D." surname="Crocker"/>
    <date month="July" year="2009"/>
    <abstract>
      <t>Over its thirty-five-year history, Internet Mail has changed significantly in scale and complexity, as it has become a global infrastructure service. These changes have been evolutionary, rather than revolutionary, reflecting a strong desire to preserve both its installed base and its usefulness. To collaborate productively on this large and complex system, all participants need to work from a common view of it and use a common language to describe its components and the interactions among them. But the many differences in perspective currently make it difficult to know exactly what another participant means. To serve as the necessary common frame of reference, this document describes the enhanced Internet Mail architecture, reflecting the current service. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5598"/>
  <seriesInfo name="DOI" value="10.17487/RFC5598"/>
</reference>
<reference anchor="RFC7208">
  <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="RFC8017">
  <front>
    <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
    <author fullname="K. Moriarty" initials="K." role="editor" surname="Moriarty"/>
    <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
    <author fullname="J. Jonsson" initials="J." surname="Jonsson"/>
    <author fullname="A. Rusch" initials="A." surname="Rusch"/>
    <date month="November" year="2016"/>
    <abstract>
      <t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t>
      <t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
      <t>This document also obsoletes RFC 3447.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8017"/>
  <seriesInfo name="DOI" value="10.17487/RFC8017"/>
</reference>
<reference anchor="RFC8032">
  <front>
    <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
    <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
    <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
    <date month="January" year="2017"/>
    <abstract>
      <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8032"/>
  <seriesInfo name="DOI" value="10.17487/RFC8032"/>
</reference>
<reference anchor="RFC8617">
  <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="CONCLUDEARC">
   <front>
      <title>Concluding the ARC Experiment</title>
      <author fullname="J. Trent Adams" initials="J. T." surname="Adams">
         <organization>Proofpoint</organization>
      </author>
      <author fullname="John R. Levine" initials="J. R." surname="Levine">
         <organization>Taughannock Networks</organization>
      </author>
      <date day="4" month="December" year="2025"/>
      <abstract>
	 <t>   This document calls for a conclusion to the experiment defined by
   “The Authenticated Received Chain (ARC) Protocol,” (RFC8617) and
   recommends that ARC no longer be deployed or relied upon between
   disparate senders and receivers.  The document summarizes what ARC
   set out to do, reports on operational experience, and explains how
   the experience gained during the experiment is being incorporated
   into the proposed DKIM2 work as the successor to DomainKeys
   Identified Mail (DKIM).  To avoid any future confusion, it is
   therefore requested that ARC (RFC8617) be marked “Obsolete” by the
   publication of this Internet-Draft.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-adams-arc-experiment-conclusion-01"/>
   
</reference>

<reference anchor="HDRMAINT">
   <front>
      <title>Maintenance of the IANA Message Header Field Registries</title>
      <author fullname="Bron Gondwana" initials="B." surname="Gondwana">
         <organization>Fastmail</organization>
      </author>
      <date day="29" month="July" year="2026"/>
      <abstract>
	 <t>   The IANA &quot;Message Headers&quot; registries record, for each registered
   header field, the protocol it belongs to, its status, whether it is a
   trace field, and the document(s) that specify it.  These registries
   were populated incrementally by many documents over more than two
   decades, and the metadata that reached the registries is in several
   respects less complete than the metadata the registering documents
   supplied.  Most notably, the document that performed the single
   largest bulk registration, RFC 4021, gave IANA an explicit status and
   an explicit specification document for every one of the roughly
   ninety fields it registered, and neither was recorded: those entries
   carry a blank status and cite RFC 4021 itself rather than the
   specification.  Separately, the &quot;Trace&quot; column added to both
   registries by the ongoing revision of RFC 5322 was deliberately left
   empty for pre-existing entries, to be filled in later.

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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-gondwana-email-header-maintenance-02"/>
   
</reference>



    </references>

</references>



  </back>

<!-- ##markdown-source:
H4sIAO2zjWoAA+19e3PbSJLn/xX3IRDsvRipl6Ql+dE97tXGqv2Y9k677bPU
0zvh0U2DBChiTAJcAJTM8fq7Xz6rsgCIkmdmI+4ibmLXLZJAoVCVle/85WQy
cW3RrvKnyfNqnRbl7/Ndk7zK8rItFkWeJa/TYpWcF1dl2m7rvEmuT5KD579/
9frk0KWzWZ1fw4340VzjsmpepmsYMqvTRTsp8nYxyT4Ua/rnZNJs8vnk6LFr
trN10TRFVV7sNnD1qxcXL125Xc/y+qnL0jZ/6q6fujn8cVXVu6dJ02Zuu8Ef
mqeu2NRPk7beNu3J0dFvj07ch3x3U9UZDFO2eV3m7eQ5Pt01bVpmf05XVQmP
2MHsNsXT5H1bzcdJU9VtnS8a+Gu3xj8unUu37bKC5ycTl8D/irJ5mrybJs9W
6a6tSvqO3+1dMV+mdRb9UtVXT5M/psuqoo85LOjqaVLP+ZJ/2+EvRTmfzqt1
9IBf4AHLbVpemfF/yQv7JQ39u6q6WuV27Ju8WKY3/3ZFP/TG/X4Kt5TZTVqm
ZuTv66qMv6fBX6ZNi4Mmb9td8iOsNf7SwALl7dPkx/w6XyUn4+T4+FHyS7Fa
Fek6Oacf6bp5lcHID4+OjuTjtmxxz85gg+oUrqavN0vahdE/PzlOHj3+Jnl0
/CR59PDJyL7RDGZ39W8LmUybp2t6LVdW9Tpti2ugCrz63ctnx0cPH/kPJ0eP
HtsP34QPx8e/9R8ePnpy4j88evLoW//h8YkZ7fHDk2P7Idzz5OE3T8KHR0dh
6CePHx6FD3bob08eh8u+fXIUhv7tyYlchofo9y/+eA70O3k+ndPGy3nJysa5
olz0FuDx49+Gh3xzcmSeeHT8jfnw8MQ8Xn959uanZz/+/PzF2btn/NA0S9fN
JK3nk/zjJq+LNTCBybwq56stHlK66Yfn716fvfrpgu+4EiKa0N5Nlnma5fUE
2Uibl2k5z52bTCZJOkMimLfO7eExgbEk8PB10TZJin81VTlO6mqVj4FMHVBq
WhZ/hXUAGm6XaZtUNyVe2QD7KcqrJKMnJG0Ff823+Ap8WdEmy7RxS2AGK3hk
WjK9Jeu8adKrPJntkrRpqnkBQ8Mw7TIvah3spmiX+I2Ti6dJcrEsmgT+L50v
CzgaGd6/qavrIsO7U3zWMrlOV9ucH4/PnuV5mczT1Xy7Ah6WJfQGeTLf1jVO
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
6sI3E2YTtKL4kQMxTQ7aM3EBDPbAqceXa4jk4XXTK2bU0VWgbRS0P4016+zM
+U3V6Ygbx4fDC8JF389LJ2ZRkWud3QqrtPzAFJQuYKFd9ynA/Fs6YRnrNg36
Z/BcwPDVvM3bZoBMxjQMewFGODP2CI7WZrIjemfxEcClLP7S2Uq28Ie0WeIe
LoqPeTZZ5eVVq3GtDfnOZTVvCU1RlMQttiUrwAeqXZ//cDY5efzkkPk/PHqz
baeJiCiyyvBG8vs4MW7woAAjnrdjFkwFRU/qXAx1L+YGTTGnrlD77vyGv1tV
8FUt28a7Qn5lWje/OuIq5oCZWeSnbHkfu6ekq3tX655ogrdpU29eB+cFWedq
zgd+BsOfxScGCSxludtd9MDEK5FTrsdQcUH28cwm4tdjhwkUVyw+13mbkkHp
44edQN84OX998dar9ezbacGsh2evN8FH72ez9+36BJV3AxIunjm+G24wPDjM
utqIp1pNepaquN0OHeb0KGvYpxK4WVY4Zb6LJtrkdKyLkg1qcj6IAc+n01jQ
lm3Up8StaF33Cjg4CTpJmh9cr/oiHghUduXZNC5y3wKNFzK1YoWOfD/oD9Io
M10zdsjbiPR2rLiRozOtQ6hn0JNBvoZqQw5I8Y6uihYtYQ0ytxIqKdptiyK2
6ymXY2L51x1UaEITY4okiBdGYz8RqamfPke9+OzVj8nLd29es+n37O1FcvHm
kE6zQ+MDgxK4tyhFyK7ou/WzfE0rHSxYS3TMK3DTk80q3TYFMqRNCrRGq260
G9E8dA+88o2eLJCLc1SpiLK2s6wAnd9E4dH4R2nGUXP01nVzHcb8Si0aSdWH
ZLthogjxNXin5z+dizNBnydMvEAfPUhtUHmc1437uRSkwGl0jkL+nEvkGhlu
+me+GIP2/Bdz11/QQ09zJ/5acwSrveEhidpu/CXGV931PAKb/TpJfjl/Gzg+
Sm70bpkBwMqc5lNUqng8Wq02neHBxgQUkKxJQlGLNZBs8KB7bQ+9hOhfhGe9
/OWcQ2GrTI6IPAQlrTCOJqhNK3JBWOUBH/Xs3Y8vE08nKCjbZJWnaCKU8cTZ
tf2XCndiqrKIpolOTI02NLx+B7gQV2CEkOUfu03K1e4QVguTdfCqU/gv/OdB
8sPF2ff0Lb4Yfvv+a/wdZ3iZHOPf/FSzKrA5sgqcgIBqrgbErH4MliaZeTAL
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

-->

</rfc>

