<?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-06" 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="28"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 66?>

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

<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 (perhaps with a different key length) 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>The states report whether or not the message has travelled to the
destination without being modified or replayed in a manner consistent
with this specification. They do not attest in any way as to whether
the message will be of value to the recipient or whether any
modifications that have been made are or are not benign.</t>

<t>The four states are:</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>Thse states</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="RFC6522"/>) 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 more selectors than allowed
]]></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 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 FAIL MUST be reported.</t>
  <t>If some signatures fail and other pass then any error that is
reported should provide that information by specifying the relevant
Selector values.</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>It will of course be extremely helpful for any error message reporting
a signature failure to indicate the selector involved, and if some
signatures appear correct and others not then reporting the full details
may well be of much value.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
FAIL: DKIM2-Signature i=<x> <selector> incorrect signature
FAIL: DKIM2-Signature i=<x> <s1> signature passed, <s2> signature failed
]]></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>If one hash value passes and another does not then this SHOULD be
treated as a failure.</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 donotmodify 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 anchor="check-for-unexpected-replay"><name>Check for unexpected replay</name>

<t>If a Verifier receives multiple copies of the same message and there
is no indication that the message has been exploded then all of
the messages SHOULD be rejected. Although, as <xref target="RFC1047"></xref> explains
this could be a protocol level issue, these are rare on today's
Internet -- it is most likely that a malicious replay attack
has been detected.</t>

<t>The hash values from the m=1 Message-Instance header field MAY
be used to identify whether messages are the same. Of course,
it may not be practical to reject the first copy of a group
of identical messages or those that arrive some time after
the first one.</t>

<t>Possible errors:</t>

<figure><artwork><![CDATA[
FAIL: Duplicate message with no exploded flag    
]]></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="RFC6522"></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="RFC6522"></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-06</t>

<t>Corrected mentions of non-existent PERMFAIL.</t>

<t>Clarified that PASS (etc) does not mean a message is valuable or
that modifications are benign.</t>

<t>Added instructions for Verifiers to check for DKIM replay.</t>

<t>Tweaks to text and errors relating to too many algorithms
or selectors; or for when signatures/hashes fail.</t>

<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="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="RFC6522">
  <front>
    <title>The Multipart/Report Media Type for the Reporting of Mail System Administrative Messages</title>
    <author fullname="M. Kucherawy" initials="M." role="editor" surname="Kucherawy"/>
    <date month="January" year="2012"/>
    <abstract>
      <t>The multipart/report Multipurpose Internet Mail Extensions (MIME) media 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 media type with respect to delivery status reports, mail processing programs will benefit if a single media type is used for all kinds of reports.</t>
      <t>This memo obsoletes "The Multipart/Report Content Type for the Reporting of Mail System Administrative Messages", RFC 3462, and marks RFC 3462 and its predecessor as "Historic". [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="73"/>
  <seriesInfo name="RFC" value="6522"/>
  <seriesInfo name="DOI" value="10.17487/RFC6522"/>
</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="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="RFC1047">
  <front>
    <title>Duplicate messages and SMTP</title>
    <author fullname="C. Partridge" initials="C." surname="Partridge"/>
    <date month="February" year="1988"/>
    <abstract>
      <t>An examination of a synchronization problem in the Simple Mail Transfer Protocol (SMTP) is presented. This synchronization problem can cause a message to be delivered multiple times. A method for avoiding this problem is suggested. Nodding familiarity with the SMTP specification, RFC-821, is required.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="1047"/>
  <seriesInfo name="DOI" value="10.17487/RFC1047"/>
</reference>
<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="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="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:
H4sIAI/YkWoAA+29fXPbyLUn/H/XfggUZ7dGmiVpSX6ZxBOlrsYvGd+Mx15L
k7kpR08GJEARMQnwAqBkxuvvvue1+zQAUXKSW7VP1abu9Ygk0Gh0nz7v53cm
k4lri3aVP02eV+u0KP+Y75rkVZaXbbEo8ix5nRar5Ly4KtN2W+dNcn2SHDz/
46vXJ4cunc3q/BpuxI/mGpdV8zJdw5BZnS7aSZG3i0n2oVjTPyeTZpPPJ0dP
XLOdrYumKaryYreBq1+9uHjpyu16ltdPXZa2+VN3/dTN4Y+rqt49TZo2c9sN
/tA8dcWmfpq09bZpT46Ofnt04j7ku5uqzmCYss3rMm8nz/HprmnTMvtruqpK
eMQOZrcpnibv22o+Tpqqbut80cBfuzX+celcum2XFTw/mbgE/leUzdPk3TR5
tkp3bVXSd/xu74r5Mq2z6Jeqvnqa/DldVhV9zGFBV0+Tes6X/NsOfynK+XRe
raMH/AIPWG7T8sqM/0te2C9p6D9U1dUqt2Pf5MUyvfm3K/qhN+73U7ilzG7S
MjUjf19XZfw9Df4ybVocNHnb7pIfYa3xlwYWKG+fJj/m1/kqORknx8ePkl+K
1apI18k5/UjXzasMRn54dHQkH7dli3t2BhtUp3A1fb1Z0i6M/ueT4+TR42+T
R8dPkkcPn4zsG81gdlf/tpDJtHm6ptdyZVWv07a4BqrAq9+9fHZ89PCR/3By
9Oix/fBt+HB8/Fv/4dGTR7/xHx6fmAEePzw5th9O/IcnD799Ej48OgqjPXls
L3v88Ch8sM/5zcnjcM9vnhzJc/Dc/PHFn8+BZCfPp3PaazkiWdk4V5SLgXc2
b/b48W/DQ749OTJPPDr+1nx4eGIeb3757cmJ3PPszU/Pfvz5+Yuzd894OmmW
rptJWs8n+cdNXhdr4AiTeVXOV1s8sXTTD8/fvT579dMF33ElFDWhjZws8zTL
6wnylDYv03KeOzeZTJJ0hhQxb53bw3ACl0ng4euibZIU/2qqcpzU1SofA806
INu0LP4OKwQE3S7TNqluSryyAV5UlFdJRk9I2gr+mm/xFfiyok2WaeOWwBlW
8Mi0ZOJL1nnTpFd5MtsladNU8wKGhmHaZV7UOthN0S7xGycXT5PkYlk0Cfxf
Ol8WcE4yvH9TV9dFhnen+Kxlcp2utjk/Hp89y/Mymaer+XYFDC1L6A3yZL6t
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
P0LjKyDUseioE1/kPlIPJz2xumUc65tEgnJEaSmVlEyTs6DZrXZjC5q+KULf
Relnyu2VsXc6Nz3zpfkMyh5KTfDggpwGe4X6PvnkxDCYRZgF5Xs0m8+fjuy0
uWfVdbWS20qbC+nWea5AYVS+tNb2x6FJmULsP5w+mT5k/wg1kSFVGR5nH2Y3
n+fOYj9ozUoAtpdfh/WI+0Ec9h0xGfUyYi+q/eo21a//PzZoslNOdtGWfT7b
MLiOSFlDE+cu21n0fYXIsimnAcb4lo6JxMpSZ44HJw9Ig3otP7UO+jBlyQkq
qYZLEqhRK6mRVPjky8W++4bMAxGoyW/L5cMCsBogs7XqAouzEPi7WfrsDNtY
XFdJHIj0FC0BIkQCu8YmrcNlpzarYnCVyXgQX8ZBcXro6x2CpsGLFxyYpn6/
58j0Pj8tVuGUow0a2sE5pHDQpt1mxKF6kOADKUNhQupzRE+wjOiwRHxbzmrs
7mYqj8AqyOtiHnKRCva9itcUM/J48N4MuJ24+rF7vtu+2ZXFdhf801dHDYp8
56T0kd+lrILbyct5kIsNapzviMnA574NmYeVv4teXY9evV/ryyl2P8HWxdWy
RVBE9rn5rJY+IbOunl71YRVuIXy5Xp7MLnhzUk71Hl9IV/MyNNvZRHpdyJPD
tZKL+IvXihanZgO4sOQA9e9D6qKi/sRWc3IIqnOvD+Tg+flPzeGYxQjWNNKM
TZeAPplFVLaXwJrT2CMU1L7BKGxzaxQ2NJQYaOfma5xd50H9WKxXCG0U1t3W
/kaT00y/FYanNRnSnz6ZznSfhSzjzrKmTQrzxKiHraEmkg+OjtWi8h1YuhXK
1LSiqj6Apd0/ao5IoFMO8eHULJZfglT2WgZx4ZJuWBhPwRfGpVnp84up0eiB
WDTGXeJo9DR5U5KDWaCtjEcxYKRTPNj08QJuv0w3HnE2PAgZCHvZDuVBCpsf
NE5RJsNNfgOFzU0TTJ/z394d9o5Uy24D88God4d2Q+g76Ye+3ReGvpPB0Le7
R+g7RIXEv/Gwd97pEop/J6i66ccQzpL4N0azdAFD5DuM0QmJC2fAAxkEHMfA
MfxmenFhILzTwokCU3qHRLTDAKdxg9SkE9W26VpmFt04OTI4YMfJYgXC2LmX
+B9paYB9F8WX3HzHeyMCgUGAQcqlxhmbiZ5nzWlJTmd8YXY6Kul31YRKcqOx
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
ByBPoIXIMAEA

-->

</rfc>

