<?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-03" category="exp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="Mailing-List Modifications">Tolerating Mailing-List Modifications</title>
    <seriesInfo name="Internet-Draft" value="draft-chuang-mailing-list-modifications-03"/>
    <author fullname="Weihaw Chuang">
      <organization>Google, Inc.</organization>
      <address>
        <email>weihaw@google.com</email>
      </address>
    </author>
    <date year="2023" month="August" day="13"/>
    <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 generates the header hash by hashing the "Prior-" headers (and any "Content-footer" header described below) found 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" tag's 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>Informationally, if the receiver implements <eref target="https://datatracker.ietf.org/doc/draft-chuang-replay-resistant-arc/">draft-chuang-replay-resistant-arc</eref>, this specification suggests modifying <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 applies 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 the forwarder appends 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", the forwarder checks if any of the immediate children MIME parts can be concatenated.  If so, it attempts 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>
      <t>These examples are informational.</t>
      <section anchor="originator-first-mailing-list-second-mailing-list-receiver">
        <name>Originator ⇒ First Mailing-List ⇒ Second Mailing-List ⇒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="security-considerations">
      <name>Security Considerations</name>
      <t>Care must be used if the reversed transformed message is used for authentication.  The reversed transformed message is vulnerable to replay attacks and "hides" the potentially spammy contribution from the mailing-lists.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>There are no requests at this time.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>Normative 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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
RFePyMgiqXWJUeT/AhkORwyjcQAA

-->

</rfc>
