<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-chuang-mailing-list-modifications-01" category="exp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="Mailing-List Modifications">Tolerating Mailing-List Modifications</title>
    <seriesInfo name="Internet-Draft" value="draft-chuang-mailing-list-modifications-01"/>
    <author fullname="Weihaw Chuang">
      <organization>Google, Inc.</organization>
      <address>
        <email>weihaw@google.com</email>
      </address>
    </author>
    <date year="2023" month="July" day="24"/>
    <workgroup>Independent Stream</workgroup>
    <keyword>DKIM</keyword>
    <keyword>ARC</keyword>
    <keyword>Mailing-list</keyword>
    <abstract>
      <?line 31?>

<t>Mailing-lists distribute email to multiple recipients by forwarding and potentially modifying messages to document the distribution to the recipients.  Unfortunately forwarding breaks SPF (RFC7208) authentication and message modification breaks DKIM (RFC6376) authentication.  This document is based on ARC (RFC8617) to provide a framework to describe forwarding with extensions to tolerate common mailing-list message modifications. This specification characterizes the mailing-list transforms such that a receiver can reverse them to enable digital signatures verification and attribution of the message content.  These message modifications are: 1) adding a description string to the Subject header, 2) rewriting the From header, 3) removing the original DKIM-Signature and 4) appending a footer to the message body.  This also specifies those modifications for the purpose of making them reversible.</t>
    </abstract>
  </front>
  <middle>
    <?line 35?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Mailing-lists have long complicated email authentication.  They break SPF <xref target="RFC7208"/> authentication due to forwarding and break DKIM <xref target="RFC6376"/> authentication due to message modification that used to identify the mailing-list.  This specification provides methods to restore authentication even in the presence of forwarding and message modification.  Being able to restore authentication is particularly important as senders may specify a sender-defined  receiver email handling policy that may prevent delivery of the message as defined in DMARC <xref target="RFC7489"/>.  Moreover malicious content is currently attributed to all parties in the mail flow.  This specification permits a receiver to attribute the email content to its author be it the sender or the mailing-list.</t>
      <t>The approach in this document is to be highly opinionated about only supporting common case mutations to lessen the implementation burden upon mailing-lists and receivers.  This also seeks to eliminate any burden for messages that don't go through mailing-lists.  At origination, it is sufficient to sign a message with a DKIM signature as typically done already.  It does ask those mailing-lists that wish to use this specification to characterize the modifications it performs at each forwarding step.  The goal is to permit receivers to reverse the modification so that the message hash can be recovered and the prior signature verified at each forwarding step, be it from DKIM or ARC.  This allows the receiver to determine which forwarder or the originating sender contributed which content, in the received message.  This specification uses the ARC <xref target="RFC8617"/> framework to describe each forwarder, and then record the mutation performed at each forwarding step.  Consequently this attribution enables more precise reputation systems and UI features.  The supported modifications are: 1) adding a description string to the Subject header, 2) rewriting the "From" header, 3) rewriting the original DKIM-Signature and 4) appending a footer to the message body.   This document specifies the characterization of the modifications and how to apply the modifications.</t>
      <t>The validation results in this specification are orthogonal to the results in</t>
      <t><eref target="https://datatracker.ietf.org/doc/draft-chuang-replay-resistant-arc/">draft-chuang-replay-resistant-arc</eref>.  In addition to better supporting DMARC in the presence of mailing-list modifications, this specification enables attribution of malicious content back to the author.  However this specification is vulnerable to replay much like DKIM and ARC.  <eref target="https://datatracker.ietf.org/doc/draft-chuang-replay-resistant-arc/">draft-chuang-replay-resistant-arc</eref> validation is tolerant of header and message body modifications but unable to provide attribution.  It also detects and prevents replay.  A receiver may want to combine the results of these two validations to create a strong authentication result that provides greater certainty that a message was sent by some originating sender through a mailing-list.</t>
      <section anchor="terminology-and-definitions">
        <name><strong>Terminology and Definitions</strong></name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119"/>.</t>
      </section>
    </section>
    <section anchor="algorithm">
      <name><strong>Algorithm</strong></name>
      <t>The specification in this document is divided into procedures computed at the mailing-list forwarders and at the receiver and is based on the procedures in ARC <xref target="RFC8617"/>.  The steps at the forwarder are further divided at the forwarder into the  inbound validation procedures and outbound forwarding procedures.  The receiver only performs the inbound validation procedures.  The inbound validation procedures are variable length corresponding to the depth of the ARC sets.  At each ARC set corresponding to some earlier forwarder, the receiver computes any reversing procedure described later for any described mailing-list mutations to obtain the message hash of the message as seen at the inbound of the mailing-list.  This hash comes from an ARC-Message-Signature if the sender is a forwarder and a DKIM-Signature (or possibly ARC-message-signature)  if the sender is the originator.  That signature MUST verify correctly, otherwise this is considered a signature verification failure by this specification. Interpretation of that failure is described later.</t>
      <section anchor="forwarder-characterization">
        <name>Forwarder Characterization</name>
        <t>Conformant forwarders characterize message mutations to enable receivers to interpret mutations and potentially verification failures.  A description is added as a tag-value to the ARC-Message-Signature.  The mutator description tag is "m" and has the following values:</t>
        <dl>
          <dt>mailinglist:</dt>
          <dd>
            <t>Describes a forwarder that distributes messages to multiple recipients and any modification conforms to the specification in this document.  Consequently signature validation failures are described as "fail".</t>
          </dd>
          <dt>gateway</dt>
          <dd>
            <t>Optional mutating forwarder that works on behalf of the originating sender or final receiver.  The receiver is presumed to have an established trust model with the gateway outside of this document and, and validation failure result is interpreted by the receiver.  The receiver with such an arrangement MUST NOT use this description to detect the existence of such a relationship.  However a gateway forwarder may provide a description for human operators to interpret gateway's actions.</t>
          </dd>
          <dt>generic</dt>
          <dd>
            <t>Optional self-description for a generic mutator.  This document imposes no judgment on signature validation failures but the description may help a human operator interpret the actions of the forwarder.</t>
          </dd>
          <dt>none</dt>
          <dd>
            <t>Conformant forwarders that do not mutate the message declares their participation and lack of mutation with none value.</t>
          </dd>
        </dl>
        <t>For example:</t>
        <artwork><![CDATA[
ARC-Message-Signature: i=1; m=mailinglist;...
]]></artwork>
        <t>Receivers use this mutator description tag to interpret the forwarder's action and whether they followed the guidelines in this specification.  If the forwarder promised that they did, then it makes it possible to enforce a validation failure that protects that forwarder.</t>
      </section>
      <section anchor="header-rewriting-characterization">
        <name>Header Rewriting Characterization</name>
        <t>A mailing-list forwarder that rewrites a Subject, From or DKIM-Signature headers can store the prior values by substituting with a modified header name i.e. prefixing "Prior-" to the original name.   Moreover the header name retains the original capitalization, its place with respect to other headers, and is not ambiguous if there are multiple headers of the same name.  First the bottoms-up line count of all headers is computed starting from the 0th position.  Then all headers to be rewritten are collected, ordered by position to be prepended to the headers list and given a bottoms-up line count position.  This is an offset from "Prior-" header to it's rewritten counterpart.  It is assumed that the prior header has the following format:</t>
        <artwork><![CDATA[
<header name>:<value including any whitespaces>
]]></artwork>
        <t>The conserved header name is prefixed with a "Prior-".  Then an ARC instance number tag "i" i.e. "=&lt;#&gt;," and line count tag "l" i.e. "l=&lt;bottoms-up line count offset&gt;" are prepended to the header value and separated by a semicolon and one whitespace.  The position of this "i" and "l" is important because they may otherwise be ambiguous with the original header's tag-values e.g DKIM-Signature. Thus the conserved header is:</t>
        <artwork><![CDATA[
Prior-<header name>: i=<#>; l=<bottoms-up line count offset>; <value including any whitespaces>
]]></artwork>
        <t>For example:</t>
        <artwork><![CDATA[
Prior-Dkim-Signature: i=1; l=4; d=example.com; b=...
Prior-Subject: i=1; l=3; Meeting on the 5th
]]></artwork>
        <t>This stores the prior header in a format that SHOULD be ignored by subsequent forwarders, and if not then will cause a verification failure.  The forwarder then rewrites or deletes the header as before by prepending the rewritten header to the message or skipping prepending for deletion.   To protect the integrity of these headers, these headers are hashed separately from ARC-Message-Signature "h" header list.  The forwarder takes the header hash, then hashes the "Prior-" header in bottoms up order as found in the headers.  This specification calls for the rewritten header hash to be explicitly added to the ARC-Message-Signature with a tag "hh".  Conformant forwarders even without mailing-lists mutations MUST report header hash explicitly to better differentiate and tolerate body modifications when verifying headers.</t>
        <t>To reverse the rewriting or deletion of headers, all "Prior-" headers are collected at the given ARC instance number.  The prior header name is extracted from the "Prior-" header, and the original value extracted and restored.  The rewritten header is found by taking the "Prior-" header line count position and adding the offset in the "l=" value.  Rewritten headers are deleted in top down order.</t>
      </section>
      <section anchor="message-footer-characterization">
        <name>Message Footer Characterization</name>
        <t>Mailing-lists may choose to add a message footer to the body of the message to notify the recipient of the mailing-list distribution action and conformant mailing-list will describe this mutation to the receiver.   One method is to append the footer text to all content-type text in the top level of MIME <xref target="RFC2045"/> part "multipart/alternative".  Another method is to append a new successor MIME part for a "multipart/mixed" part, and that MIME part contains the footer as a content-type text.  If the message is not mime formatted, the entire body is treated as text and the mailing-list may append a text footer at the bottom of the message.</t>
        <t>Conformant mailing-list forwarders characterize these changes with a new "Content-footer" header.  It contains a list of semicolon and whitespace separated tag-values using the formatting specifications in DKIM.  The first of these is an ARC set instance number describing which forwarder added the header.  When the mailing-list appends a text part, the receiver characterizes it with the beginning and ending byte offset of the MIME part or message-body if MIME unformatted.  If the mailing-list adds a text MIME part as footer, it describes the mime part with its purpose tag-value.  The Content-footer header is added to the MIME part for MIME formatted messages, and to the message headers for unformatted messages. To protect the integrity of the header, in the latter case, the Content-footer is hashed along with "Prior-" headers in the same bottoms up order.  In the former case, Content-footer headers added to the message-body are protected by the message body hash.   The following are the Content-footer header tag-values:</t>
        <dl>
          <dt>i</dt>
          <dd>
            <t>Instance tag. Must be the first tag-value.  The value contains the instance number</t>
          </dd>
          <dt>b</dt>
          <dd>
            <t>Footer beginning octet offset from the start of the text MIME part or the message-body if no MIME unformatted.  MUST always appear with a footer ending offset.</t>
          </dd>
          <dt>e</dt>
          <dd>
            <t>Footer ending octet offset from the start of the text MIME part or the message-body if no mime unformatted.  MUST always appear with a footer beginning offset.</t>
          </dd>
          <dt>m</dt>
          <dd>
            <t>Mime-part purpose description.  If the added MIME part contains the text footer, then the value is "footer".  If the added MIME part is "multipart/mixed" and meant to support adding the text footer, then the value is "mixed".  If the text footer is appended, then this tag-value is not added.</t>
          </dd>
        </dl>
        <t>For example:</t>
        <artwork><![CDATA[
Content-footer: i=1; b=100; e=200
Content-footer: i=2; m=footer
]]></artwork>
        <t>To reverse the footer addition, the receiver looks at the headers to see if the message is MIME formatted.  If not, the receiver looks for a "Content-footer" in the headers.  If so, the receiver looks for "Content-footer" in the MIME tree content headers.  For each "Content-footer" found header at the current ARC set instance, it reverses the footer mutation.  For offset values designated by beginning and ending offset tags, it removes the text from that MIME part or the message-body designated.  For a MIME part text footer, it deletes it along with any supporting "multipart/mixed" MIME part.  Then the receiver deletes the Content-footer header from the updated message if not done so already.</t>
      </section>
      <section anchor="validation">
        <name>Validation</name>
        <t>The receiver verifies prior ARC sets per the procedure described in ARC <xref target="RFC8617"/>. In addition, the receiver validates the ARC sets starting from the largest instance number found to the smallest.  First the receiver verifies the given instance ARC-Message-Signature or DKIM-Signature as appropriate.  Then the receiver computes the rewritten header hash taking the header hash computed by ARC-Message-Signature at the given instance number or DKIM-Signature.   Then the hash is taken for "Prior-" headers and "Content-footer" header if found in the headers at the current ARC set instance number and all prior ones.  This is verified against the header hash value associated with the tag "hh", reporting signature failure if it mismatches.</t>
        <t>Next the receiver determines whether it needs to reverse any header or footer mutations at that ARC set instance by looking for the ARC-Message-Signature mutation tag "m=".  For values of "mailinglist", it attempts to reverse mutations keeping the resulting message so that further validations are possible.  The receiver attempts to provide header reversing procedures given in  "Header Rewriting" section and body reversing procedures given in "Message Footer" section.   For values "gateway" the receiver MAY apply local policy to interpret subsequent validation failures.  For all other mutation tag "m" values, it assumes no mutations are present or outside the scope of mailing-list modifications.</t>
        <t>In addition, the originating sender's DKIM-signature or ARC-Message-Signature MUST successfully verify.  If so and all prior signatures verify, then the result is a "pass".  Verification failures are subject to interpretation in "Footer Characterization" section, and potentially indicate a "fail".    The result of this procedure is written in Authentication-Result <xref target="RFC8601"/> and  ARC-Authentication-Result with a method named "reverse" as the REVERSE result.</t>
        <t>If the receiver implements <eref target="https://datatracker.ietf.org/doc/draft-chuang-replay-resistant-arc/">draft-chuang-replay-resistant-arc</eref>, this specification modifies <eref target="https://datatracker.ietf.org/doc/draft-chuang-replay-resistant-arc/">draft-chuang-replay-resistant-arc</eref> PATH results to take into account the REVERSE result.  At each ARC set instance where PATH recursively combines the local DARA (or SeRCi) results, if REVERSE reports "fail" then the PATH result reports "fail".  Because <em>REVERSE _combined with</em> <em>DARA</em> _represents a higher bar of verification than DARA alone, the receiver MAY apply local policy when interpreting the PATH result.</t>
      </section>
    </section>
    <section anchor="mailing-list-modifications">
      <name>Mailing-List Modifications</name>
      <t>When a message body or Subject header is modified by a forwarder, the sender's DKIM signature will no longer validate.  To mitigate this forwarders MAY elect to replace the DKIM signature with their own with a new message hash that takes into account the modifications.  Because the signature is not DMARC aligned, senders also MAY rewrite the From header to take ownership of the message.  The following creates a specification making the message body or Subject header modification, replacing the DKIM signature and applying characterization headers.</t>
      <section anchor="subject-header-modification">
        <name>Subject Header Modification</name>
        <t>The mailing-list may want to communicate to the recipient that a message went through a mailing-list by modifying the Subject header to append the name of the mailing-list.  Typically the name is put between brackets e.g. "[name]" and prepended to the Subject header content.  This specification supports arbitrary text changes by saving the earlier inbound version of the Subject header's content in the "Prior-Subject" header.  The change in Subject text will break the DKIM-Signature so mailing-lists MAY rewrite DKIM-Signature to update the message header hash and resign the signature.  Similarly they MAY update the From header to DMARC align the DKIM-Signature "d=" domain with the From header domain.  Typically the From address is the set to the mailing-list address to further identify the mailing-list.  This specification supports saving the earlier inbound version of the DKIM-Signature and From headers in the "Prior-DKIM-Signature" and "Prior-From" headers respectively.</t>
        <t>For example the original message looks like:</t>
        <artwork><![CDATA[
Dkim-Signature: d=example.com; b=...
From: john.doe@example.com
Subject: Meeting on the 5th
]]></artwork>
        <t>A mailing-list rewrite Subject, From and DKIM-Signature headers and saves the original content in the "Prior-" headers</t>
        <artwork><![CDATA[
Dkim-Signature: d=mailinglist.example.com; b=...
From: mailinglist@mailinglist.example.com
Subject: [mailing-list] Meeting on the 5th
Prior-Dkim-Signature: i=1; l=3; d=example.com; b=...
Prior-From: i=1; l=3; john.doe@example.com
Prior-Subject: i=1; l=3; Meeting on the 5th
]]></artwork>
      </section>
      <section anchor="body-modification">
        <name>Body Modification</name>
        <t>The mailing-list may want to communicate to the recipient that a message went through a mailing-list by adding a text footer describing the mailing-list.  Typically this is done by appending that text description at the bottom of message body text. This specification supports three different footer organizations, depending on the MIME structure, content type and content  transport encoding of the MIME parts of the message.  In particular the organization depends if its MIME parts can be concatenated, meaning whether a text footer can be appended and removed without having to re-encode the original content to preserve the original content.  For example appending new content to "base64", and "binary" will likely introduce artifacts between the original message and the interpretation footer.  MIME parts that can be concatenated are defined as having one of the following type and subtype of Content-type:</t>
        <ul spacing="normal">
          <li>text/plain</li>
          <li>text/html</li>
        </ul>
        <t>and one of the following mechanisms for Content-transfer-encoding:</t>
        <ul spacing="normal">
          <li>7bit</li>
          <li>8bit</li>
          <li>quoted-printable</li>
        </ul>
        <t>Similarly, non-text MIME parts, and complex multipart MIME parts don't lend themselves to appending text.  One exception to this is "multipart/alternative" as will be described shortly.  To handle these scenarios, this specification calls for adding a new text MIME part footer that can handle any encoding or any mime structure but requires altering the MIME tree.</t>
        <t>The following procedure describes how the mailing-lists MAY choose from one of those formats to add a footer.  Here a mailing-list should evaluate in the same order as these three sections, following the steps in each section.  If any footer addition is successful, then the footer algorithm stops.</t>
        <section anchor="unstructured-or-text-message-body">
          <name>Unstructured or Text Message Body</name>
          <t>The simplest structure applies when the message lacks <xref target="RFC2045"/> MIME structure or the top level MIME part can be concatenated.  Here we append a text footer with the same content type and content transfer encoding as the message-body.  When a message lacks MIME struct, the default message content-type is "text/plain" (section 5.2) and default content transfer encoding is "7bit" (section 6.1).   Next a "Content-footer" header is prepended describing the start and ending message body octet offsets.  Reversing this transform is a straightforward deletion of the footer at the offsets given.</t>
          <t>For example given an original message of:</t>
          <artwork><![CDATA[
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
From: john.doe@example.com

This is the message body.
]]></artwork>
          <t>A text footer can be appended as follows:</t>
          <artwork><![CDATA[
Content-footer: i=1; b=25; e=67
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
From: john.doe@example.com

This is the message body.

============
This is a mailing-list footer.
]]></artwork>
        </section>
        <section anchor="multipartalternative">
          <name>Multipart/Alternative</name>
          <t>When the top level MIME part is Content-type "multipart/alternative", we check if any of the immediate children MIME parts can be concatenated.  If so, attempt to append a text footer with the same content type and content transfer encoding as the children MIME part.  Next it prepends a Content-footer header in the child MIME part header description with the start and end octet offsets from the beginning of the part.  If a footer can be added to a child MIME part, then this is considered success and the algorithm can halt. The reversing algorithm is to look for the top level MIME part with Content-type "multipart/alternative".  If so then look in the immediate child MIME parts and delete the text at the offsets given by the Content-footer.</t>
          <t>For example given an original message of:</t>
          <artwork><![CDATA[
Content-Type: multipart/alternative; boundary="abcd"
From: john.doe@example.com

--abcd
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

This is the message body.

--abcd--
]]></artwork>
          <t>A text footer can be appended as follows:</t>
          <artwork><![CDATA[
Content-Type: multipart/alternative; boundary="abcd"
From: john.doe@example.com

--abcd
Content-footer: i=1; b=25; e=67
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

This is the message body.

============
This is a mailing-list footer.

--abcd--
]]></artwork>
        </section>
        <section anchor="mime-part-footer">
          <name>MIME Part Footer</name>
          <t>The following procedure adds a MIME "multipart/mixed" at the top level and has as its children the original top level MIME part as the first child and the footer MIME text part as the second child.  This procedure will always succeed no matter the MIME structure or MIME content transfer encoding, however this modifies the MIME tree.  The top level MIME "multipart/mixed" is denoted by adding a "Content-footer" header purpose description with "mixed" value and the footer MIME part denoted by adding a "Content-footer" header purpose of "footer" value.  To reverse the mutation, the original top-level mime part is moved back to the actual top-level and delete the "multipart/mixed" and the footer MIME parts.</t>
          <t>For example given an original message of:</t>
          <artwork><![CDATA[
Content-Type: multipart/mixed; boundary="abcd"
From: john.doe@example.com

--abcd
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

VGhpcyBpcyB0aGUgbWVzc2FnZSBib2R5Lg==

--abcd--
]]></artwork>
          <t>A "multipart/mixed" and text footer MIME parts can be appended as follows:</t>
          <artwork><![CDATA[
Content-footer: m=mixed
Content-Type: multipart/mixed; boundary="efgh"
From: john.doe@example.com

--efgh
Content-Type: multipart/mixed; boundary="abcd"

--abcd
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

VGhpcyBpcyB0aGUgbWVzc2FnZSBib2R5Lg==

--abcd--
--efgh
Content-footer: m=footer
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
============
This is a mailing-list footer.

--efgh--
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <section anchor="originator-first-mailing-list-second-mailing-list-receiver">
        <name>Originator ==&gt; First Mailing-List ==&gt; Second Mailing-List ==&gt;Receiver</name>
        <t>This message is sent through two mailing-lists to some receiver.  The originating sender creates and signs a message as follows:</t>
        <artwork><![CDATA[
DKIM-Signature: d=example.com
From: john.doe@example.com
Subject: A really big announcement

It's Jane Doe's birthday tomorrow!
]]></artwork>
        <t>The first mailing-list adds a Subject header prefix and message-body footer, and denotes this using the procedures and headers specified in this document.   It denotes that it performed mailing-list mutations in the ARC-Message-Signature.</t>
        <artwork><![CDATA[
ARC-Message-Signature: i=1; m=mailinglist...
Content-footer: i=1; b=34; e=78
DKIM-Signature: d=mailinglist.example.com...
From: school@mailinglist.example.com
Subject: [school list] A really big announcement
Prior-DKIM-Signature: i=1; l=3; d=example.com...
Prior-From: i=1; l=5=3; john.doe@example.com
Prior-Subject: i=1; l=3; A really big announcement

It's Jane Doe's birthday tomorrow!

============
This is the school mailing-list.
]]></artwork>
        <t>The second mailing-list adds a Subject header prefix and message-body footer, and denotes this using the procedures and headers specified in this document.  It denotes that it performed mailing-list mutations in the ARC-Message-Signature.</t>
        <artwork><![CDATA[
ARC-Message-Signature: i=2; m=mailinglist...
Content-footer: i=2; b=79; e=124
DKIM-Signature: d=mailinglist.example.com...
From: district@mailinglist.example.com
Subject: [district list] [school list] A really big announcement
ARC-Message-Signature: i=1; m=mailinglist...
Content-footer: i=1; b=34; e=78
Prior-DKIM-Signature: i=2; l=5; d=mailinglist.example.com
Prior-From: i=2; l=5; school@mailinglist.example.com
Prior-Subject: i=2; l=5; [school list] A really big announcement
Prior-DKIM-Signature: i=1; l=3; d=example.com
Prior-From: i=1; l=3; john.doe@example.com
Prior-Subject: i=1; l=3; A really big announcement

It's Jane Doe's birthday tomorrow!

============
This is the school mailing-list.

============
This is the district mailing-list.
]]></artwork>
        <t>The receiver sees the above message on inbound delivery, and attempts to verify the ARC message signature at the i=2.  Upon success, the receiver notices that there were mailing-list mutations at ARC set i=2.  It applies the REVERSE validation algorithm to reverse the mutations from the second mailing-list.  After applying the reverse procedure, the reversed message looks like:</t>
        <artwork><![CDATA[
ARC-Message-Signature: i=2; m=mailinglist...
ARC-Message-Signature: i=1; m=mailinglist...
Content-footer: i=1; b=34; e=79
DKIM-Signature: d=mailinglist.example.com
From: school@mailinglist.example.com
Subject: [school list] A really big announcement
Prior-DKIM-Signature: i=1,l=3, d=example.com
Prior-From: i=1; l=3; john.doe@example.com
Prior-Subject: i=1; l=3; A really big announcement

It's Jane Doe's birthday tomorrow!

============
This is the school mailing-list.
]]></artwork>
        <t>Again the receiver attempts to verify the ARC message signature now at the i=1.  Upon success, the receiver notices that there were mailing-list mutations at ARC set i=1.  It applies the REVERSE validation algorithm to reverse the mutations from the first mailing-list, obtaining the original message.  The reversed message looks like:</t>
        <artwork><![CDATA[
ARC-Message-Signature: i=2; m=mailinglist...
ARC-Message-Signature: i=1; m=mailinglist...
From: john.doe@example.com
DKIM-Signature: d=example.com...
Subject: A really big announcement

It's Jane Doe's birthday tomorrow!
]]></artwork>
        <t>The resulting reversed headers and message body DKIM-Signature verifies, and the REVERSE passing result is published in the ARC-Authentication-Result:</t>
        <artwork><![CDATA[
ARC-Authentication-Result: i=3; mx.example.com; reverse=pass...
ARC-Message-Signature: i=2; m=mailinglist...
Content-footer: i=2; b=79; e=124
DKIM-Signature: d=mailinglist.example.com...
From: district@mailinglist.example.com
Subject: [district list] [school list] A really big announcement
ARC-Message-Signature: i=1; m=mailinglist...
Content-footer: i=1; b=34; e=78
Prior-DKIM-Signature: i=2; l=5; d=mailinglist.example.com...
Prior-From: i=2; l=5; school@mailinglist.example.com
Prior-Subject: i=2; l=5; [school list] A really big announcement
Prior-DKIM-Signature: i=1; l=3; d=example.com...
Prior-From: i=1; l=3; john.doe@example.com
Prior-Subject: i=1; l=3; A really big announcement

It's Jane Doe's birthday tomorrow!

============
This is the school mailing-list.

============
]]></artwork>
        <t><tt>This is the district mailing-list.</tt></t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>There are no requests at this time.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>Informative References</name>
      <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="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="RFC7489">
        <front>
          <title>Domain-based Message Authentication, Reporting, and Conformance (DMARC)</title>
          <author fullname="M. Kucherawy" initials="M." role="editor" surname="Kucherawy"/>
          <author fullname="E. Zwicky" initials="E." role="editor" surname="Zwicky"/>
          <date month="March" year="2015"/>
          <abstract>
            <t>Domain-based Message Authentication, Reporting, and Conformance (DMARC) is a scalable mechanism by which a mail-originating organization can express domain-level policies and preferences for message validation, disposition, and reporting, that a mail-receiving organization can use to improve mail handling.</t>
            <t>Originators of Internet Mail need to be able to associate reliable and authenticated domain identifiers with messages, communicate policies about messages that use those identifiers, and report about mail using those identifiers. These abilities have several benefits: Receivers can provide feedback to Domain Owners about the use of their domains; this feedback can provide valuable insight about the management of internal operations and the presence of external domain name abuse.</t>
            <t>DMARC does not produce or encourage elevated delivery privilege of authenticated email. DMARC is a mechanism for policy distribution that enables increasingly strict handling of messages that fail authentication checks, ranging from no action, through altered delivery, up to message rejection.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7489"/>
        <seriesInfo name="DOI" value="10.17487/RFC7489"/>
      </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="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="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="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>
    </references>
  </back>
  <!-- ##markdown-source:
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
01JfjaJ/66aXEr+uMaT6P/HVgYIScAAA

-->

</rfc>
