<?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.7.5 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-chuang-replay-resistant-arc-11" category="exp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.4 -->
  <front>
    <title abbrev="Replay Resistant ARC">Replay Resistant Authenticated Receiver Chain</title>
    <seriesInfo name="Internet-Draft" value="draft-chuang-replay-resistant-arc-11"/>
    <author fullname="Weihaw Chuang">
      <organization>Google, Inc.</organization>
      <address>
        <email>weihaw@google.com</email>
      </address>
    </author>
    <author fullname="Bron Gondwana">
      <organization>Fastmail Pty Ltd</organization>
      <address>
        <email>brong@fastmailteam.com</email>
      </address>
    </author>
    <date year="2024" month="February" day="20"/>
    <workgroup>Independent Stream</workgroup>
    <keyword>DKIM</keyword>
    <keyword>ARC</keyword>
    <keyword>Replay</keyword>
    <abstract>
      <?line 35?>

<t>DKIM (RFC6376) is an IETF standard for the cryptographic protocol to authenticate email at the domain level and protect the integrity of messages during transit.  Section 8.6 defines a vulnerability called DKIM Replay as a spam message sent through a SMTP MTA DKIM signer, that then is sent to many more recipients, leveraging the reputation of the signer.  We propose a replay resistant cryptographic based protocol that discloses all SMTP recipients and signs them, allowing a receiver or any third party to verify that the message went to the intended recipient.  If not then then potentially the message is replayed.  Moreover it leverages ARC (RFC8617) and sender defined forwarding path to build a "chain of custody" that accurately defines the SMTP forwarding path of the message.  This also allows the protocol to detect DKIM and ARC replay attacks and other attacks.</t>
    </abstract>
  </front>
  <middle>
    <?line 39?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This protocol provides a technique to authenticate email by domain that is replay resistant.   It leverages the features of ARC to name ADMD in the email forwarding path and to publish the intermediate results.   It then discloses all SMTP recipients as signed RFC822 headers by the sender which allows a receiver to verify if the mail was directed to the appropriate recipient.  The results MAY be used by spam filtering to apply some local policy, and/or applied to DMARC policy evaluation as one of its input email authenticators.</t>
      <t>Existing email authentication techniques have known limitations.  DKIM suffers from being vulnerable to replay attacks as described in <eref target="https://datatracker.ietf.org/doc/draft-ietf-dkim-replay-problem/">draft-ietf-dkim-replay-problem</eref>.  Spammers utilize an account on a sender that supports signing with DKIM to capture a spammy message with a valid DKIM signature.  The spam is then broadcast to many victim recipients.  Because ARC is based on DKIM signing, ARC is similarly vulnerable to replay.</t>
      <t>The broader goals of this internet-draft are outlined here:</t>
      <ul spacing="normal">
        <li>
          <t>Any party can independently verify that a message traveled along a path as intended by the originator (original sender) to the receiver (last receiver). This prevents DKIM and ARC replay attacks, and SPF shared tenancy attacks.</t>
        </li>
        <li>
          <t>Receivers can determine if the message was modified along the path and by whom.</t>
        </li>
        <li>
          <t>Be able to tolerate parties not participating in the new protocol.  Make sure to have reasonable partial failure modes for non-participating parties including incentives to encourage future participation.</t>
        </li>
      </ul>
      <section anchor="terminology-and-definitions">
        <name>Terminology and Definitions</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 anchor="definitions">
          <name>Definitions</name>
          <t>SMTP transport and particular email senders and receivers are defined in <xref target="RFC5321"/>.  Email payload and headers are defined in <xref target="RFC5322"/>.   This document uses <xref target="RFC5598"/> email flow definitions, which describes the interactions between the parties in sending email.  In particular these parties assist the email senders and receivers in email transport.   <eref target="https://datatracker.ietf.org/doc/draft-ietf-dkim-replay-problem/">draft-ietf-dkim-replay-problem</eref> adds context to those mailflows for the DKIM replay problem.</t>
          <section anchor="acronyms">
            <name>Acronyms</name>
            <dl>
              <dt>ADMD:</dt>
              <dd>
                <t>ADministrative Management Domain is defined as <xref target="RFC5598"/> and represents the independent operational scope authorship, handling, and receiving.</t>
              </dd>
              <dt>ARC:</dt>
              <dd>
                <t>Authenticated Received Chain  <xref target="RFC8617"/> - is a protocol that is meant to resolve some of the issues for DMARC <xref target="RFC7489"/> to fix the problems that DMARC policy rejects caused by mail forwarding.  ARC uses a digital signing mechanism derived from DKIM to protect the integrity of the Authentication-Results of a forwarder and a versioning mechanism to describe the forwarders.  ARC suffers from similar replay issues as DKIM.</t>
              </dd>
              <dt>Authentication-Results:</dt>
              <dd>
                <t>A header containing a list of email authentication validation methods, results and comments as specified in <xref target="RFC8601"/>.</t>
              </dd>
              <dt>DKIM:</dt>
              <dd>
                <t>DomainKeys Identified Mail <xref target="RFC6376"/> standard for the cryptographic protocol to authenticate email at the domain level and protect the integrity of messages during transit.</t>
              </dd>
              <dt>DKIM replay</dt>
              <dd>
                <t>As defined in <xref target="RFC6376"/> section 8.6- a vulnerability called DKIM Replay as a spam message sent through a SMTP MTA DKIM signer, that then is sent to many more recipients, leveraging the reputation of the signer.</t>
              </dd>
              <dt>DMARC:</dt>
              <dd>
                <t>Domain-based Message Authentication, Reporting, and Conformance <xref target="RFC7489"/>- defines a sender defined message handling policy for spoofed messages to be applied when a message is delivered at some receiving SMTP server.</t>
              </dd>
              <dt>MDA</dt>
              <dd>
                <t>Message Delivery Agent defined in <xref target="RFC5598"/>.</t>
              </dd>
              <dt>MSA</dt>
              <dd>
                <t>Message Submission Agent defined in <xref target="RFC5598"/>.</t>
              </dd>
              <dt>MTA</dt>
              <dd>
                <t>Message Transfer Agent defined in <xref target="RFC5598"/>.</t>
              </dd>
              <dt>SPF:</dt>
              <dd>
                <t>Sender Policy Framework  <xref target="RFC7208"/> standard for authenticating sending servers typically based on IP address.</t>
              </dd>
            </dl>
          </section>
        </section>
      </section>
      <section anchor="defining-and-propagating-sender-identity-in-mail-flow">
        <name>Defining and Propagating Sender Identity in Mail Flow</name>
        <t>This section outlines how ARC and DKIM are used by the email authentication methods defined in this document, though several details are left for later sections.  This protocol leverages ARC and DKIM for declaring protocol settings and protecting the integrity of the headers and message body, and ARC for propagating authentication results.   At message origination, this uses DKIM-Signature tag/values for declaring settings and optionally ARC-Seal tag/values instead.   For message forwarding, this uses ARC-Seal tag/values for declaring settings.  After the email receiver evaluates the email authentication results, these results are published and propagated to the subsequent receivers via ARC-Authentication-Results.  This protocol updates ARC-Authentication-Results with new method status, properties and comments as defined in <xref target="dara"/>.</t>
        <t>This protocol identifies and names the ADMDs by the signer domain as defined in the DKIM-Signature "d=", and the ARC-Seal and ARC-Message-Signature "d=" SDID as described in the internet-draft <eref target="https://datatracker.ietf.org/doc/html/draft-chuang-identifying-email-forwarding/">draft-chuang-identifying-email-forwarding</eref>. The traversed MAIL FLOW forwarding path is defined as a vector of these domains, and is further defined in <xref target="chain"/>.</t>
        <t>This specification mandates that the ADMDs participating in this protocol explicitly identify themselves with a DKIM-Signature or ARC-Seal tags "dara" or "darn".  At the originating sender, participants MAY declare participation with a tag in the DKIM-Signature if the recipient declaration and signing as described later is covered by To and Cc, otherwise they MUST declare with a tag in the ARC-Seal.  Later this document will describe when to use X-Signed-Recipient (formerly Forwarded-to) header which is protected by the ARC-Seal.  Additionally if the message is forwarded, participation MUST be declared in a tag in the ARC-Seal.  Participants will declare an identified path of ADMD nodes from the originating sender ADMD to the receiving ADMD with the "dara" tag.  If the message exits the identified path into some naive, protocol unaware ADMD the aware ADMD denotes this using the "darn" tag, allowing for mitigations for this scenario.   The tags and their use are further specified in <xref target="dara-protocol-awareness"/>.</t>
        <t>This protocol REQUIRES that the <em>From</em> header domain MUST align with DKIM-Signature "d=" domain or ARC-Message-Signature "d= domain at the starting ADMD in the mail flow path thereby ties the From identity to the cryptographic signer as described in <eref target="https://datatracker.ietf.org/doc/html/draft-chuang-identifying-email-forwarding/">draft-chuang-identifying-email-forwarding</eref>.  This allows any receiver or third party to verifiably determine that the message was sent by the signer.  This ADMD defines the MSA ADMD, i.e. the responsible originating sender.  Some forwarders such as mailing-lists modify the message and to prevent DMARC misalignment, they resign the message with their own DKIM signature and rewrite the From header aligned to their domain.  From header rewriting hinders discovering the original sender.  As this protocol is insensitive to message message modification, forwarders using this protocol MAY choose not to From header rewrite or resign the message with DKIM when they detect the receiver supports this protocol.  Receivers may consider applying methods to recover the originating sender's From header by using methods such as <eref target="https://datatracker.ietf.org/doc/html/draft-chuang-mailing-list-modifications/">draft-chuang-mailing-list-modifications</eref>.</t>
        <t>If the originating sender performs ARC signing, the ARC the ARC-Authentication-Results MUST be empty as results will otherwise be non-sensical.  When the message is delivered to the inbox by the MDA, it MAY strip the ARC-Seal and ARC-Message-Signature but leave behind the ARC-Authentication-Result.  Partially stripping the ARC set makes termination identifiable and more difficult to replay as signatures are missing.  A message lacking ARC-Seals and ARC-Message-Signatures but containing ARC-Authentication-Result has been delivered to the inbox.  Seeing such a message in delivery may be replayed and is denoted by an ARC verification <em>fail</em> status.</t>
        <t>This protocol protects against malicious use of these ARC headers by REQUIRING message signing and verification between ADMDs.  In addition there MAY be ARC signing and verification internal to the ADMD.  Having this outbound message body signing invariant permits the receiver to verify the integrity of the message as sent by the prior ADMD.  To verify the integrity of the ARC sets then, a receiver MUST verify the previous ARC set's ARC-Message-Signature and verify each ARC set's ARC-Seal signature from "i=N" (receiver's ARC set number) to "i=1" (originating sender or first forwarder) as well as the presence of all headers in the ARC set as defined in <xref target="RFC8617"/>.  If the receiver sees a verification failure from the immediate sender's "i=N-1" ARC-Message-Signature, this MUST result in an ARC verification <em>fail</em> status.  ARC-Message-Signature verification failures from "i=N-2" to "i=1" are tolerated, meaning their failure does not indicate a failing ARC result e.g. mailing-list modification.   All ARC-Seal verification failures from "i=N-1" to "i=1" are treated as ARC verification <em>fail</em> status.  The result of the verification is published in the Authentication-Result and the ARC-Authentication-Result with a tag "arc=".  Even if the receiver notes that a prior receiver publishes a ARC verification fails, this specification asks the receiver to continue ARC generation and verification to provide forensics evidence via the ARC-Authentication-Results.  For example the SPF authentication results of the potentially malicious sender MAY help identify that sender to some subsequent receiver.  The propagated ARC verification failure will help prevent inadvertent use of the authentication results by subsequent receivers.</t>
      </section>
      <section anchor="dara">
        <name>Declare All Recipients and Affirm (DARA)</name>
        <section anchor="concepts">
          <name>Concepts</name>
          <t>This email authentication protocol uses validating signed headers against the envelope headers.  It features a looks up mechanism to support forwarders that are unaware of the protocol.  Also it publishes enough information for a third party to independently validate the results given by SMTP sender and receiver.</t>
          <section anchor="declaring-all-recipients">
            <name>Declaring All Recipients</name>
            <t>The specified email authentication protocol is resistant against replay attacks by explicitly identifying all recipients in the headers, including when the recipient is "hidden" such as <em>Bcc:</em> or Mailing-lists.  That way when a signed message arrives, the receiver can check if the RCPT TO recipient correctly is a subset of the recipient in the signed message header.  If not, then the message MAY be part of a replay attack.  When To: and Cc: recipients are declared by their headers, they MUST be specified in the "h=" header list and signed by DKIM-Signature or ARC-Message-Signature.   For blind carbon copy, while a Bcc: header might be added, it can be stripped by subsequent forwarders.  Instead we create a new _X-Signed-Recipient: _ header that includes an ARC set versioning number to indicate which ADMD sent the message to a new (formerly Forwarded-to:) recipient.  It MAY include one or more comma separated recipients.  Whitespaces in the recipient list are ignored.  The local part of the address may be obfuscated so long as it's consistently done so that 3rd party membership verification can be done.</t>
            <artwork><![CDATA[
X-Signed-Recipient: i=1; user@example.com, user2@example.com
]]></artwork>
            <t>As part of the DARA protocol, recipients not declared by To: or Cc: MUST be declared with the <em>X-Signed-Recipient:</em> header.  This supports the email forwarder and mailing list scenario where we also use the <em>X-Signed-Recipient</em> header to indicate that a message is sent to a new recipient.  <em>X-Signed-Recipient: _MUST be propagated by forwarders unmodified.  For the privacy of "hidden" recipients and to prevent their identity from being visible to other recipients via the _X-Signed-Recipient: header</em>, the message MUST be split and signed exclusively for each <em>X-Signed-Recipient:</em> recipient.  This means the header is visible only to that recipient.   Messages sent to a new ADMD but with the same recipient identity disclosed by a prior <em>X-Signed-Recipient</em> MAY elect to optimize header space by skipping adding a redundant <em>X-Signed-Recipient</em> header.</t>
            <t>To protect the integrity of the <em>X-Signed-Recipient:</em> header, they MUST be hashed and signed by ARC-Message-Signature as follows:  Collect all <em>X-Signed-Recipient:</em> headers and hash them following the header processing algorithm in <xref target="RFC6376"/> section 5.4.  Potentially there may also be additional X- headers from   This hash is published in the ARC-Message-Signature header as "fh=" tag and base64 hash value.   DARA aware verifiers can recompute the hash and check it against the hash contained in the "fh=" tag to verify the integrity of the <em>X-Signed-Recipient:</em> headers as well as the <em>To:</em> and <em>Cc:</em> headers.   (Additional headers MAY be processed if the receiver is aware of <eref target="https://datatracker.ietf.org/doc/html/draft-chuang-mailing-list-modifications/">draft-chuang-mailing-list-modifications</eref>) In addition hash the list of ARC-Message-Signature headers.  For example:</t>
            <artwork><![CDATA[
ARC-Message-Signature: i=1; fh=abcd...
X-Signed-Recipient: user@example.com
]]></artwork>
            <t>If the originating sender uses a DKIM-Signature, the To and Cc headers MUST be present in the sender's DKIM-Signature, and signed.</t>
          </section>
          <section anchor="dara-protocol-awareness">
            <name>Protocol Awareness</name>
            <t>Senders and receivers MAY variously support the DARA protocol or not, so the protocol needs to be tolerant of ADMDs that don't support the protocol.  For example a naive mailing list sender sending to a protocol aware receiver SHOULD NOT have traffic rejected simply because it didn't follow the protocol.  Yet simultaneously, the DARA protocol needs to discourage abuse by spammers seeking to use the naive ADMD path for replay.  The protocol calls for the DARA aware senders to lookup the capability of the receiver in supporting DARA and disclose that capability in the message.   All ADMD supporting the DARA protocol SHOULD publish a DNS TXT policy record.  The DARA aware sender SHOULD look up the receiver's policy record as described next or look up an internal list of receivers that support DARA.  The following paragraph describes the DARA DNS policy record and disclosure statement, and the following paragraph describes when the ADMD does not support DARA.</t>
            <t>When the ADMD indicates it supports DARA via DNS, the ADMD publishes a DNS TXT policy record at the dara well known location based on the MX host domain.  More specifically this specification calls for performing a MX lookup to obtain the derived hostnames.  Take the highest priority hostname,  and, prepended with a "_dara" label to find the dara well known domain that contains the DARA TXT policy record.  The format of the DARA policy record are tag/values in form of the textual representation in <xref target="RFC6376"/> section 3.2. The policy record MUST start with a DARA version tag "v=" with a DARA version number that MUST be set to "DARA_1.0<tt>"</tt>.  The lookup also discovers the destination domain name, and that destination domain MUST match the ADMD's ARC-Seal "d=" signing domain <xref target="RFC8617"/> which enables tracing this domain <em>From</em> sender to receiver as described later.  The signing domain name is specified by the tag "dara=" with value being that domain name.   Once discovered, this domain is copied to "dara=&lt;domain&gt;" domain that is then placed in the sender's DKIM-Signature or ARC-Seal.  The "dara=" tag/value indicates support by the receiver for the DARA as well as the identity of the intended receiver signing domain.   The following is an example of a DARA DNS policy record for example.org that normalizes to example.com.  The TXT record is published at <em>_dara.example.org</em> and contains:</t>
            <artwork><![CDATA[
v=DARA_1.0; dara=example.com
]]></artwork>
            <t>If no such DNS TXT policy record is found or not in the list of supported domains, then the receiver does not support the DARA protocol.  This is indicated by the tag "darn=" with the receiving domain as the value. This is placed in the sender's DKIM-Signature or ARC-Seal.  The "darn=" tag indicates to subsequent DARA aware receivers that there was an intermediate naive forwarder.  Also, when there is spam, instead of penalizing the sender that is DARA aware, the receiver MAY elect to apply the reputation penalty to the receiving domain that is naive to DARA.</t>
            <t>A DARA aware receiver MAY elect to check the sender's policy if it suspects that a malicious forwarder was acting as a Man-In-The-Middle and has stripped off some prior sender's DARA policy.  If it detects a DARA declaration in the sender's DNS policy, but not declared in the message, the receiver MAY elect to treat the message as spam.</t>
          </section>
          <section anchor="receiver-verification">
            <name>Receiver Verification</name>
            <t>A DARA aware receiver looks in the message to determine how to do DARA validation.  First it looks for the most recent ARC-Seal (if present) using the ARC set number to determine recency.  If not present then it looks for a DKIM-Signature.  When found, a DARA aware receiver verifies the integrity of the header, then looks for a DARA tag/values and these are interpreted as follows.  If the tag is "dara=", then the receiver MUST validate the recipients, and if it fails verification, treat the message as DARA unauthenticated with the implication that the message might be replayed.   The recipient verification process for a given forwarder is to collect all the recipients in the <em>To</em>, <em>Cc</em> and prior <em>X-Signed-Recipient</em> headers.  In particular, for a forwarder i=n, the verifier collects all X-Signed-Recipient headers from i=1 to i=n-1.  It verifies that they are signed appropriately and if not fails the verification.  If the message only contains a DKIM-Signature, the verifier checks that the To and Cc headers are present in the DKIM-Signature "h=" header list, and signed.   Otherwise it checks for the presence of the "fh=" tag in the ARC-Message-Signature.  Next it checks the integrity of the X-Signed-Recipient headers by validating the "fh=" hash if present.  The receiver collects all <em>To:</em>, <em>Cc:</em> and_ X-Signed-Recipient:_ headers and hash them following the header processing algorithm in <xref target="RFC6376"/> section 5.4, then checks the hash against the value associated with the "fh=" tag.  (Additional headers MAY be processed if the receiver is aware of <eref target="https://datatracker.ietf.org/doc/html/draft-chuang-mailing-list-modifications/">draft-chuang-mailing-list-modifications</eref>) In addition hash the list of ARC-Message-Signature headers.  If this mismatches, this is treated as failing verification. Assuming headers integrity, the receiver then collects all the RCPT TO recipients as the envelope recipients.  The receiver then verifies that the envelope recipients are a subset of the signed headers.  If not a subset, this too is treated as failing verification.</t>
            <t>As with other email authentication methods, the receiver's verifier is free to apply a locally defined policy against unauthenticated email.  Next if the sender's tag is "dara=", the verifier SHOULD treat validation success as <em>pass</em>, and validation failure as <em>fail</em>.  If the sender' tag is "darn=", the verifier SHOULD treat recipient verification failure as <em>neutral</em> and SHOULD treat success as <em>pass</em>.  This discretionary validation mode is to support the scenario of DARA unaware ADMDs that may cause false positive validation failures.  The domain value associated with the "darn=" tag helps identify the naive ADMD in processing local policy.</t>
            <t>After the receiver's verifier applies the "dara=" or "darn=" policy as described above, the result of this verification MUST be published in the ARC-Authentication-Results.  The verifier describes the result with <xref target="RFC8601"/> method "dara", and a result value of <em>pass</em>, <em>fail</em> or <em>neutral</em>.  Receivers MUST declare the RCPT TO identity of the user that accepted the delivered message as a property header.i=&lt;recipient email address&gt;.  This is to enable 3rd party mail flow validation as will be described shortly.  As above, the local part may be obfuscated so long as it's consistently done.  For example the ARC-Authentication-Result could look like:</t>
            <t><tt>ARC-Authentication-Result: i=2; dara=pass header.i=user@example.com</tt></t>
          </section>
          <section anchor="rd-party-verification">
            <name>3rd Party Verification</name>
            <t>A third party verifier MUST be able to verify that DARA results from the sender and receiver using only values in the message headers and DNS.  First the verifier identifies the sender and receiver.  The sender may be identified by ARC-Seal with an ARC set number preceding the receiver or DKIM-Signature if no prior ARC-Seal is discovered. The sender's "dara=" or "darn=" policy declaration in the ARC-Seal or DKIM-Signature.  The receiver's results will be found in the ARC-Authentication-Results.  For both the sender and receiver, the integrity of the headers are checked i.e. checking the ARC-Seal and then the "fh=" hash.  If it passes, then verifier determines the sender's declaration of the receiver's DARA support, by looking for "dara=" tag in the DKIM-Signature or ARC-Message-Signature.  The value of the "dara=" domain MUST match the receiver's ARC-Seal's "d=" domain, and the receiver's ARC seal MUST verify.  The 3rd party verifier SHOULD also check to see if the ARC-Authentication-Result dara property "header.i=" is a subset of the declared and signed header so far. In addition, if the header.i domain address is the same as the ARC-Message-Signature d= domain, then it can be said that the forwarder is aligned.  If these steps pass, the 3rd party verification <em>passes</em>.  If verification at any individual fails, the 3rd party verification <em>fails</em>.  The above procedure can later be used by the Chain verification algorithm in <xref target="chain"/> to construct verification across multiple senders and receivers in the mail flow.</t>
          </section>
          <section anchor="dmarc">
            <name>DMARC</name>
            <t>These protocols can act as authenticators for DMARC <xref target="RFC7489"/>.  As noted in the <xref target="chain"/>, the From header domain can be aligned with the DKIM-Signature d= domain and/or the ARC-Message-Signature "d=" domains.  This helps identify the originator of the message, and can call this <em>originator aligned</em>.  In addition, the specification says that if the ARC-Authentication-Result dara property "header.i=" domain is the same as a ARC-Message-Signature d= domain, and if is properly a member of it's sender's declare recipient list, we can say the forwarder is properly identified.  We can call this <em>forwarder aligned</em>.  If the  ARC-Message-Signature validates, then can call this <em>fully forwarder aligned</em>.   If the message has a originator alignment, and each forwarder is aligned, then the message is aligned, and this specification calls for this result to be a DMARC authenticating result equivalent to SPF or DKIM.</t>
          </section>
        </section>
        <section anchor="definitions-1">
          <name>Definitions</name>
          <t>DNS TXT Policy tag/values</t>
          <ul spacing="normal">
            <li>
              <t>"v=": Value of "DARA_1.0" if the ADMD supports the DARA verification protocol.</t>
            </li>
            <li>
              <t>"dara=": Value of the receiver's ARC-Seal "d=" domain</t>
            </li>
          </ul>
          <t>DKIM-Signature or ARC-Seal tags/values</t>
          <ul spacing="normal">
            <li>
              <t>"dara=": Value of the receiver's ARC-Seal "d=" domain when the receiver is DARA capable as found from the DARA DNS policy record.</t>
            </li>
            <li>
              <t>"darn=": Value of RFC822 recipient's domain name when the receiver is naive of DARA.</t>
            </li>
          </ul>
          <t>ARC-Authentication-Results method</t>
          <ul spacing="normal">
            <li>
              <t>"dara=": Value of <em>pass</em> if recipient validation passes, otherwise <em>fail</em>.  In some circumstances this tag/value may be unset or be treated as <em>neutral</em>.</t>
            </li>
          </ul>
        </section>
        <section anchor="examples">
          <name>Examples</name>
          <section anchor="originator-mailing-list-receiver">
            <name>Originator ⇒ Mailing-List ⇒ Receiver</name>
            <t>Originator outbound</t>
            <artwork><![CDATA[
DKIM-Signature: d=originator.example.com; dara=mailinglist.example.com
To: list@mailinglist.example.com
]]></artwork>
            <t>Mailing-List inbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=1; d=mailinglist.example.com;
ARC-Authentication-Results: i=1; dara=pass 
     header.i=list@mailinglist.example.com (rcpt.to 
     list@mailinglist.example.com matches signed header)
DKIM-Signature: d=originator.example.com; dara=mailinglist.example.com
To: list@mailinglist.example.com
]]></artwork>
            <t>Mailing-List outbound (after ARC reseal)</t>
            <artwork><![CDATA[
X-Signed-Recipient: i=1; user@receiver.example.org
ARC-Seal: i=1; d=mailinglist.example.com...
ARC-Message-Signature: i=1; fh=...
ARC-Authentication-Results: i=1; dara=pass 
     header.i=list@mailinglist.example.com (rcpt.to 
     list@mailinglist.example.com matches signed header)
DKIM-Signature: d=originator.example.com; dara=mailinglist.example.com
To: list@mailinglist.example.com
]]></artwork>
            <t>Receiver inbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=2; d=receiver.example.org...
ARC-Message-Signature: i=2; fh=...
ARC-Authentication-Results: i=2; dara=pass 
        header.i=user@receiver.example.org (rcpt.to 
        user@receiver.example.org matches signed header)
X-Signed-Recipient: i=1; user@receiver.example.org
ARC-Seal: i=1; d=mailinglist.example.com...
ARC-Message-Signature: i=1; fh=...
ARC-Authentication-Results: i=1; dara=pass 
     header.i=list@mailinglist.example.com (rcpt.to 
     list@mailinglist.example.com matches signed header)
DKIM-Signature: d=originator.example.com; dara=mailinglist.example.com
To: list@mailinglist.example.com
]]></artwork>
          </section>
          <section anchor="originator-first-receiver-replay-victim-receiver">
            <name>Originator ⇒ First Receiver; Replay ⇒ Victim Receiver</name>
            <t>Originator outbound (after ARC seal)</t>
            <artwork><![CDATA[
DKIM-Signature: d=originator.example.com; dara=receiver.example.com
To: user@receiver.example.com
]]></artwork>
            <t>First receiver inbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=1; d=receiver.example.com
ARC-Authentication-Results: i=1; dara=pass 
     header.i=user@receiver.example.com (rcpt.to 
     user@receiver.example.com matches signed header)
DKIM-Signature: d=originator.example.com; dara=receiver.example.com
To: user@receiver.example.com
]]></artwork>
            <t>Above message captured by spammer, modified (add additional headers) and then resent.  A spammer might send the message to john.doe@victim.example.net which would be unspecified in the headers.</t>
            <t>Victim (last) receiver inbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=2; d=victim.example.net
ARC-Authentication-Results: i=2; dara=fail
     header.i=john.doe@victim.example.net (rcpt.to 
     john.doe@victim.example.net mismatches signed header);
ARC-Seal: i=1; d=receiver.example.com
ARC-Authentication-Results: i=1; dara=pass 
     header.i=user@receiver.example.com (rcpt.to 
     user@receiver.example.com matches signed header)
DKIM-Signature: d=originator.example.com; dara=receiver.example.com
To: user@receiver.example.com
]]></artwork>
          </section>
          <section anchor="originator-naive-forwarder-receiver">
            <name>Originator ⇒ Naive-Forwarder ⇒ Receiver</name>
            <t>This describes a message sent through Bcc to a forwarder that does not support DARA.</t>
            <t>First outbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=1; d=originator.example.com; darn=naive.example.com;
ARC-Message-Signature: i=1; fh=...
X-Signed-Recipient: i=1; user@naive.example.com
Bcc: user@naive.example.com
]]></artwork>
            <t>The naive forwarder changes the recipient address from user@naive.example.com to user@aware.example.com, and the envelope recipient will change accordingly.  aware.example.com supports DARA.</t>
            <t>Final inbound (after ARC seal).</t>
            <artwork><![CDATA[
ARC-Seal: i=2; d=aware.example.com
ARC-Authentication-Results: i=2; dara=neutral
     header.i=user@aware.example.com (rcpt.to 
     user@aware.example.com mismatches signed header);
ARC-Seal: i=1; d=originator.example.com; darn=naive.example.com;
ARC-Message-Signature: i=1; fh=...
X-Signed-Recipient: i=1; user@naive.example.com
Bcc: user@naive.example.com
]]></artwork>
            <t>At receiver, the declared and signed recipient user@naive.example.com will mismatch the envelope recipient user@aware.example.com, and fail DARA.  However the protocol is set to optional verification with "darn=", and so does not report the failure.  The domain specified naive.example.com by "darn=" may be useful by spam filters at the receiver.  For example the SPF HELO domain may match the "darn=" domain.</t>
          </section>
        </section>
      </section>
      <section anchor="chain">
        <name>Chain of Custody</name>
        <t>The local results of DARA can be combined into a path of verified ADMD domains from the originating sender to the receiver.  As noted earlier,  the ADMD are defined by the ARC-Message-Signature "d=" domains with FROM header alignment ADMD as the originating sender.  The sender-defined receivers are described by the "dara=" tag at the sender containing the receiving domains and create sender-receiver pairs or metaphorical link in a chain.  The originating sender defines the provenance of the message and the connected pairs create a  "Chain of Custody" of the message.  Chain building and verification can help detect if replay potentially occurred when there is a verification error.  More specifically, a validation error can indicate there is a protocol unaware forwarder, or there is a malicious sender attempting to take the message and reinject it along a new path outside the intent of the originating sender.  The verifier can check the prior sender's DARA declaration of "darn=" vs "dara=" to determine whether the unaware but benign scenario applies, or the aware sender but malicious scenario applies.  If the malicious scenario, then it is up to the receiver's local policy to determine what receiver does with the result.  The protocol for this verification is described in more detail in subsequent paragraphs.</t>
        <t>The verified path that the message traverses can be used as the message flow identifier in a reputation system.  Unlike purely domain based reputation systems, a path based one can help differentiate benign message flows from malicious ones to help identify replay or other abuse by identifying the spammer forwarding malicious content.</t>
        <section anchor="chain-building-algorithm">
          <name>Chain Building Algorithm</name>
          <t>The following defines an algorithm for path building using DARA identifiers.  We define the nodes of a path as the ARC-Message-Signature "d=" identities and whose edges are sender-receiver pairs.  Because building the edges of a path is a repeated process across edges that are like links, we call this Chain of Custody building or Chaining for short.  It starts at the destination at ARC set "i=N", and walks through the ARC headers to the originating sender's ARC set "i=1" or the DKIM-Signature.  The edge is defined as a pair of nodes (<em>d<sub>n-1</sub></em> , <em>d<sub>n</sub></em>) where the sender's ARC instance number "i=n-1" and receiver's "i=n".  Further "<em>d<sub>n-1</sub></em>=" is the sender's ARC-Message-Signature "d=" domain, and  "<em>d<sub>n</sub></em>=" is the receiver's ARC-Message-Signature "d=" domain.  Next the sender's "dara=" domain <em>d<sub>n</sub></em>  and the receiver's ARC-Seal "d=" domain <em>d'<sub>N</sub></em> MUST match.  Similarly the ARC-Authentication-Result dara property header.i at <em>n</em> must be a subset of the signed and declared recipient list as defined at the sender <em>n-1</em>.   If so, edge building considers this a local <em>pass</em>.  If the "dara=" result is missing, the verifier checks if there is instead a corresponding "darn=" tag at this or prior ARC set, then specifies an edge result of <em>neutral</em>, otherwise as <em>fail</em>.   This recursively is extended for (<em>d<sub>N-2</sub></em> , <em>d<sub>N-1</sub></em>) i.e. for ARC set "i=n-2" and so forth for each n instance number to 1.  At instance number 1, the verifier attempts to extend to a DKIM-Signature that is From header aligned and contains a "dara=" tag.  If so, the DKIM-Signature is treated as a virtual "i=0", and the verifier checks if the DKIM-Signature "dara=" domain matches the ARC-Seal i=1 "d=" domain.</t>
          <t>Local Chain verifier is done for each ARC set n following the above edge building from "i=N" to "i=1" and builds two vectors.  One vector keeps the local chain results and the other ARC-Message-Signature "d=" domains.  The verifier assumes that results from ARC header and message-body signature verification, DARA verifications have already run and the results already populate the ARC-Authentication-Results.  For ARC set "i=N" to ARC set "i=2", the verifier MUST evaluate the local result, meaning the ARC result (i.e. from ARC seal verification and sometime ARC message-signature verification), edge building result, and DARA verification result.   If it <em>passes</em>, the local Chain result is <em>pass</em>.  Otherwise if any of them are <em>neutral</em> is <em>softfail</em>, and the rest pass, the result is <em>neutral</em>.  Otherwise the result is <em>failure</em>.   Further local policy MAY modify the ARC message-signature result (perhaps due to future work around <eref target="https://datatracker.ietf.org/doc/html/draft-kucherawy-dkim-transform/">draft-kucherawy-dkim-transform</eref> or <eref target="https://datatracker.ietf.org/doc/html/draft-chuang-mailing-list-modifications/">draft-chuang-mailing-list-modifications</eref>)  We recommend with the Chaining protocol to continue verification even if the sender's Chain result is failure or neutral, to provide forensics evidence for subsequent receivers.  At the originating sender's ARC set "i=1" corresponding to <em>d<sub>1</sub></em> or DKIM-Signature corresponding to <em>d<sub>0</sub></em> the verifier first verifies alignment between header <em>From</em> domain and the ARC-Seal "dara=" domain.  That domain defines <em>d<sub>1</sub></em> or <em>d<sub>0</sub></em> and the verifier looks up the DARA policy associated with the domain which MUST exist.  If they are not aligned, then the local Chain verification is considered <em>neutral</em> as the message may have been forwarded from some unaware domain.  In addition the ARC seal validation for origination MUST <em>pass</em> or local Chain verification is considered <em>fail</em>.  Once these checks pass, then Chain building for "i=1" is considered to pass.  The local Chain results is added onto the result vector at that index for all indexes, and similarly the ARC-Message-Signature "d=" domain onto the domain vector.</t>
          <t>To compute the global Chain result, the verifier walks over the vector of results.  The global Chain result is initialized to <em>pass</em>.  Starting from "i=N" index to "i=1", if the local result is <em>fail</em> then the global result is <em>fail</em>, else if local result is <em>neutral</em> then the global is <em>neutral</em>.  If the local result is <em>fail</em>, then the domain result is cleared from that index to i=1.  This will inserts a failure indication e.g. "arc-fail" at that index.  If there are multiple failures, this chooses the most specific error as the cause e.g "dara-fail" over "arc-fail".  This then truncates cleared domain entries from the domain list.  If the local result is <em>fail</em>, this walk halts.  If the local result is <em>neutral</em>, and there is a "darn="  then this inserts the domain in the domain list after the current index which helps identify it in the constructed path.  A synthetic <em>neutral _result is also inserted in the result path.  This also similarly extends the path when "i=1" and the message doesn't originate at that domain (missing alignment between the _From</em> header domain and ARC-Seal "d=" domain) to better identify the flow.  The global Chain result is published ARC-Authentication-Results as a "chain=".   If the result is <em>pass</em>, then the message is considered to be <em>authenticated</em> by DARA, otherwise <em>unauthenticated</em>.</t>
        </section>
        <section anchor="modified-body-algorithm">
          <name>Modified Body Algorithm</name>
          <t>The protocol can detect when a message is modified along the forwarding path by looking at the current and previous message body hash and comparing them to find for changes.  If the message content is considered spammy and phishy, then ADMDs that may have contributed to that problematic message body content MAY have their reputation per domain reputation of ADMDs negatively impacted.  Other ADMDs that are proven to not have contributed message content SHOULD NOT be affected.</t>
        </section>
        <section anchor="definitions-2">
          <name>Definitions</name>
          <t>ARC-Authentication-Results tags</t>
          <ul spacing="normal">
            <li>
              <t>"chain=": Value of <em>pass</em> if local results and prior nodes are all passes, otherwise if "snr=" was present in the flow then <em>neutral</em>, else <em>fail</em>.</t>
            </li>
          </ul>
        </section>
        <section anchor="examples-1">
          <name>Examples</name>
          <t>The following two examples illustrate working DARA/Chain-Building verification.  This is followed by an example of DKIM replay attack.  The second to last example is illustrative of how this protocol behaves with a SPF upgrade attack.  The last example demonstrates a modified message body by a forwarder.  (Other examples do not have a forwarder that modifies the message) .</t>
          <section anchor="originator-mailing-list-receiver-1">
            <name>Originator ⇒ Mailing-List ⇒ Receiver</name>
            <t>This is an example of mail being sent from one Mail-Box-Provider to another through a Mailing-List where all ADMDs participate in DARA.  In this illustrative example, we show the construction of the headers.</t>
            <t>Originator (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=1; d=originator.example.com;
    dara=mailinglist.example.com
ARC-Message-Signature: i=1; d=originator.example.com
ARC-Authentication-Results: i=1
From: user@originator.example.com
To: mailing.list@mailinglist.example.com
]]></artwork>
            <t>Mailing-List outbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=2; d=mailinglist.example.com;
    dara=destination.example.com
ARC-Message-Signature: i=2; d=mailinglist.example.com
ARC-Authentication-Results: i=2; dara=pass; chain=pass
ARC-Seal: i=1; d=originator.example.com;
    dara=mailinglist.example.com
ARC-Message-Signature: i=1; d=originator.example.com
ARC-Authentication-Results: i=1
From: user@originator.example.com
To: mailing.list@mailinglist.example.com
]]></artwork>
            <t>Receiver inbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=3; d=receiver.example.com
ARC-Message-Signature: i=3; d=receiver.example.com
ARC-Authentication-Results: i=3; dara=pass; chain=pass
ARC-Seal: i=2; d=mailinglist.example.com;
    dara=destination.example.com
ARC-Message-Signature: i=2; d=mailinglist.example.com
ARC-Authentication-Results: i=2; dara=pass; chain=pass
ARC-Seal: i=1; d=originator.example.com;
    dara=mailinglist.example.com
ARC-Message-Signature: i=1; d=originator.example.com
ARC-Authentication-Results: i=1
From: user@originator.example.com
To: mailing.list@mailinglist.example.com
]]></artwork>
            <t>The global Chain verification result is <em>pass</em> and the message is considered DARA/DMARC <em>authenticated</em>.  The constructed path is [originator.example.com, mailinglist.example.com, receiver.example.com].</t>
          </section>
          <section anchor="originator-mailing-list-from-rewrite-receiver">
            <name>Originator ⇒ Mailing-List (From rewrite) ⇒ Receiver</name>
            <t>This is an example of mail being sent from one Mail-Box-Provider to another through a Mailing-List where all ADMDs participate in DARA.  In this illustrative example, we show the construction of the headers.</t>
            <t>Originator (after ARC seal)</t>
            <artwork><![CDATA[
DKIM-Signature: d=originator.example.com; dara=mailinglist.example.com
From: user@originator.example.com
To: list@mailinglist.example.com
]]></artwork>
            <t>Mailing-List outbound (after ARC reseal)</t>
            <artwork><![CDATA[
X-Signed-Recipient: i=1; user@receiver.example.org
ARC-Seal: i=1; d=mailinglist.example.com...
ARC-Message-Signature: i=1; fh=...; d=mailinglist.example.com...
ARC-Authentication-Results: i=1; dara=pass 
     header.i=list@mailinglist.example.com (rcpt.to 
     list@mailinglist.example.com matches signed header);
     dkim=pass header.i=@originator.example.com
DKIM-Signature: d=mailinglist.example.com; dara=receiver.example.org
From: user@mailinglist.example.com
To: list@mailinglist.example.com
]]></artwork>
            <t>Receiver inbound (after ARC seal)</t>
            <artwork><![CDATA[
ARC-Seal: i=2; d=receiver.example.org...
ARC-Message-Signature: i=2; fh=...; d=receiver.example.org...
ARC-Authentication-Results: i=2; dara=pass 
        header.i=user@receiver.example.org (rcpt.to 
        user@receiver.example.org matches signed header);
     dkim=pass header.i=@mailinglist.example.com
X-Signed-Recipient: i=1; user@receiver.example.org
ARC-Seal: i=1; d=mailinglist.example.com...
ARC-Message-Signature: i=1; fh=...; d=mailinglist.example.com...
ARC-Authentication-Results: i=1; dara=pass 
     header.i=list@mailinglist.example.com (rcpt.to 
     list@mailinglist.example.com matches signed header);
     dkim=pass header.i=@originator.example.com
DKIM-Signature: d=mailinglist.example.com; dara=receiver.example.org
From: user@mailinglist.example.com
To: list@mailinglist.example.com
]]></artwork>
            <t>The global Chain verification result is <em>pass</em> and the message is considered DARA <em>authenticated</em>.  The constructed path is [mailinglist.example.com, receiver.example.com].  The receiver can also tell that the DKIM signature and From header was rewritten.</t>
          </section>
          <section anchor="originator-naive-forwarder-aware-forwarder-aware-receiver">
            <name>Originator ⇒ Naive-Forwarder ⇒Aware-Forwarder ⇒Aware-Receiver</name>
            <t>This demonstrates a naive forwarder naive.example.com that does not support DARA/Chain.  The headers represent what would be seen after inbound delivery to the receiver.</t>
            <artwork><![CDATA[
ARC-Seal: i=3; d=receiver.example.com
ARC-Message-Signature: i=3; d=receiver.example.com
ARC-Authentication-Results: i=3; dara=pass; chain=neutral
ARC-Seal: i=2; d=intermediate.example.com;
    dara=receiver.example.com
ARC-Message-Signature: i=2; d=intermediate.example.com
ARC-Authentication-Results: i=2; chain=neutral
ARC-Seal: i=1; d=originator.example.com; darn=naive.example.com
ARC-Message-Signature: i=1; d=originator.example.com
ARC-Authentication-Results: i=1
To: user@naive.example.com
]]></artwork>
            <t>The global Chain verification result is <em>neutral</em> and the message is considered DARA <em>unauthenticated</em>.  The constructed path is [originator.example.com, naive.example.com, intermediary.example.com, receiver.example.com].</t>
          </section>
          <section anchor="originator-receiver-spammer-victim-receiver">
            <name>Originator ⇒ Receiver ; Spammer ⇒ Victim Receiver</name>
            <t>Headers as seen by the receiver ADMD.</t>
            <artwork><![CDATA[
ARC-Seal: i=2; d=receiver.example.com
ARC-Authentication-Results: i=2; dara=pass; chain=pass
ARC-Seal: i=1; d=originator.example.com;
    dara=receiver.example.com
ARC-Authentication-Results: i=1
To: user@receiver.example.com
]]></artwork>
            <t>Final headers as seen by the victim ADMD after replay injection to victim.example.com domain.</t>
            <artwork><![CDATA[
ARC-Seal: i=3; d=victim.example.com
ARC-Authentication-Results: i=3; chain=fail
ARC-Seal: i=2; d=receiver.example.com
ARC-Authentication-Results: i=2; dara=pass; chain=pass
ARC-Seal: i=1; d=originator.example.com;
    dara=receiver.example.com
ARC-Authentication-Results: i=1
To: user@receiver.example.com
]]></artwork>
            <t>Note at ARC set #2, it does not set a "dara=" tag, causing a path discontinuity.  Due to the path discontinuity, the global Chain verification result is <em>fail</em> and the message is considered DARA <em>unauthenticated</em>.  The constructed path is [dara-fail].</t>
          </section>
        </section>
      </section>
      <section anchor="privacy-considerations">
        <name>Privacy Considerations</name>
        <t>The DARA techniques depend upon declaring all recipients into the mail headers, and signing them.  This could leak Bcc and mailing list recipients to each other who don't have an expectation of seeing other hidden recipients.  To prevent sharing of hidden recipients with each other, the message must be processed for each Bcc and mailing-list recipient where each recipient is uniquely declared and signed.</t>
      </section>
      <section anchor="security-considerations">
        <name>Security Considerations</name>
        <t>Care must be taken in selecting the ARC-Seal "d=" sealing domain specified with "dara=" as described in <xref target="dara-protocol-awareness"/>.  This protocol permits sharing a sealing domain across many different MX domain identities.  However forwarders doing this should be aware that receivers' reputation systems may be tied to that shared sealing identity.  Forwarders SHOULD match their sealing domain to their MX domain identity when possible.</t>
      </section>
      <section anchor="iana-considerations">
        <name>IANA Considerations</name>
        <t>This document has no IANA actions yet.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <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="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="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="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="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="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="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="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>
    </references>
    <?line 575?>

<section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks goes to Emanuel Schorsch, Bruce Nan, Brandon Long, John R. Levine, and Murray S. Kucherawy for their knowledgeable feedback.  Many thanks also to Marc Bradshaw for his contributions to concepts of authenticating senders.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+19W5Pb1pngO38Ftl21Uk+RlCUnjtMeZd26jTVRS1p1J85U
ZqpzCBw2kQYBBgfsFuNyXud9f+L+kv2u5wKAbFlxKs7GeYhbBHAu3/nutzOb
zSZd2VX2JHtnN5XZwX9c6TpTd9nptlvZuitz09kCfs9teWPb7OnKlHU2MYtF
a2/GPnv3dIKfXDXt7iSz7zeTSdHktVnDHEVrlt0sX21NfTVr6Uv4j3w5M20+
e/hw4raLdelc2dTdbgMfvXx+8WJSb9cL255MChj5ZJI3tbO127qTrGu3dgLr
+Gxy27TXV22z3cAndWE3Fv4P1nPetdasJ5Ny09Lbrnv06ae//PRRNrm2O/im
OMkm2Sx79uuXZ/hfXD78h7c1MQCDpuU3Jhn8b7mtKt7LN7ZcmVsAB26GHzbt
lanLP5sO1n6S/VvTXFV2CovJ5/TYrk1ZnWS39OFXV/R4njdrepg327pDiMFU
vZmetE0No9XFranNyEQvjOtw6Oxtt8tedUU82QK+vfpqKW90AAmacTKpm3YN
398ANCdlvYz+NZvNMrNwXWvybjJBuGT33714+vlnv/j8OCtdZmo6kgwPrTBt
kcHHGaBKlre7TddctWazKvNs0zZdkzdV1jWZiVCJV5aZjr4pmjWiU2VvLPxW
F/SZzflhWQMatSXsqllma+ucubIuK7ZtCRCH9dWu7OZZdg7vAyCyL+afZ4Vd
ljW8ZLKbbVXb1izKCgfITVUBFtNuBGUNvuU2Zq1DZw7xpVsBDl2t4Nn52cXb
7OzilL9y5RWMN4XnvPQaYcFfNNna1Lts3bQ2a21ebkr42U1pV625otWu8NFm
29GZ4X7wFx4TtvCNxY1vGmdhXiaMzBNGD7AL42wRgRfXU5Qur+Br2FJV8cLD
QgiuOJXDSddTfKe5xVXhXELWcIa4h25VwoluTAswg33Bk3K583v2kLqVfesp
AakVYUbY0MtlVjcCJ/q/DRwrYABMvUtGAiDyfm0Bn50BCBtcTtkp9GBPQJOE
gl98/vAXx7wbnLGV0yYMvAVMxC1tTLfClS22ZVXABo9y4lcA8BxIvyl2R7wb
k+fbFtARlqM4g8si0PWHk9OSJcMyL1ZIB5VrGJT8aYzwhSUkJsTB9eIO5FhN
15n8mg+lge9a/QXGZeJbl0VRWaDRTz4B5tG1TbFlBIfnNLOfCf64KQtCd5hv
VZd/2to99LbYKa3R9j3YA5rB/NnLGOy4qaU13RZeQRjgJmBwZErZ6bOzZxkN
phP0gYb7g7c320VVupXHlHZtixKXBYNuq87JrIQjd2CxY3oBWQSo8OhRtrIG
kMDh1oiYGCdugUZWei4RggdsLuU4cdW3MGpRwkso4wShzQZpsZVVBpy+WPlV
Z2en/5EtbLZFUoT5iY0skcEyb2pwEEAt1wCsqga4DxBAVea7KcLlARIbPC95
zmdnCFl+ntkbU22ZScDSmtoi5EuYsayBeyjzDOfbtATCyeT5ezhGnHzwCo7l
0cNlK3Njs+u6uQW2W65L5kg4CLO57XKJQF22zRp2iAMqJ60It/poDPCzLm/L
BWwGEOL3LONL2y1nxXW5VjEPIIUB1v91f9V1G3fy4AFIcoMy5hoYIL49B6H2
ADSFB4cHeHCMHB/AvcZVbjtg73+2KJOAoFGEZgg4xQVCdbfdbJq2Y+zB/dyW
gJ60WdhObjaI4CIK1rvA4vAtECOmKosgAYgaBBfo0EvHuAuC1hQ5yFkvDm5K
oNp1hMHw2RObG8AZIiX4klk5rNiPD+ub6lMHp1OZFtBo7ATmzA4szwybvWqA
IzGvKh3TWm27GYEzM7DFZttVxC6B6aCgn0z+BTDnFJbK/D4HKJZBc8J5I/Zv
PGTg1EBawzimakiIML27IAmEIpu2BOGHOJrdl78rOZpjJTZPn/crBJ7+E05Z
WB2wI6T+A6yUaCo7fwsqyQr2CTRla1Pn/vmc9qkKrKN9IoNu1wANzw302GEf
66Yol6XfIDF3ZWmwtdtVs0bo46hPAHPkWLqmsihRCJolEBoKQPobEMAQaQrD
rO2t5+Eo9Mw1IBMiIYxC1Akaq2tqGpgGALAtgajxFVgbDI0qV93Us3R4nbis
82pb8IQ5MoEb5OZNZmsgEeTtoFwS0kefNzWzERA6n2QXBJumaq52tOlnKCFL
4hOMc6A6Z6g7u+zo7DfnF0dT/m/2+g39/e75//7Ny3fPn+Hf51+fvnrl/9A3
zr9+85tXz8Jf4cunb87Onr9+xh8Dmz3i4z168/bi5ZvXp6+OGIqAG8AstmtU
RAyDbiESBnAGuXmfM3377f8AwfHo4cNffvfdnDf6SbozkjikVyLDYHWUILQF
MhS+yujL4rv1KIUrUGXET/Xzzx49hKmy7Dl9uTG7CiiVvlTRte+7R/Qdk4Df
5hYl47ff/i985ee//OK771TygqjjUXgjU5GBunsXhK8hRQIYj+1uLatmEdbQ
5rwIQS2ujgEAL7vwunGoN0QKwDhkYFR+7OGKG/vbS4nMFICdYCh29r2oqqhd
41KWpBqo1UKMRRiKfD1XQvgkO83BgNqtHXJL1HnAPjsB5Qeoo0QLCUkL6LcG
mqIjesYqFp6anKpxeqp8ZAwdQFFHbI1PJlirzQZ5CJwRcsoc/pWxCepW5WYK
zKEuKhIRAcjwT8Bm4IonuLIxm70Qm10Wglo0LGRGtlzPjoCf1tawbg9LbCrY
HukwogKDXb4V9sNaCw/5i599AUSFHy3L96oMIyQdD5toOK39I6hbyIZVe+rp
jwB+fJ3Q3YB2dgU6SuWl9xo0GTB+3RpA3NLuSFVReb7XfsQfThOlaPZOlDl4
anR+1MdrNBwQe+GldEpS7ZmqWD3Wj5wsOlGfRIArdgnwDAuzOeDY+HrwILNT
4RGEwnB6bK5VSHKw3FEdj1QV/nNtAWkK4ASqr+KewPBfe016A2oJyTjPdr74
/FNiV2zz4yIYm39tdy57idjJH5zh1PwJ+gTg3H8sngDxVjC4kRrckLnqkoPP
YPaP5SyATZ4JtfP5zFiLPJN1pTg1xQ0A0/VM42nDzh5QDBLinUWuk551rTtW
7qOEjKcNHL1ZhnecyGG1bm5x6yY29gtboWBAztgxa/FsjGHobHtDPpHJ5OzZ
KexSN/aMv9xlp1cIyKHYJAYL8Dk7jz879+7Euz+8iD+8QLQCYr7zM9A88TTO
GWpvGTgvWjCT0SWpbPcXjz79ok8rMQHD/lX8MggAlrtNmZPHxBsKL9+iYAOq
ZncB/c+rMcgi4IjfgvVqrnhIWRSTL6A2rJ7o9wXIQPEmKCmIeQAGIqgTyMtI
8yO1uw2WbpD3Pe4jLCeGU6KlITEQrThC9ApVcBiGdaDKgo2CEKmAL7S6JKeu
Fs9BUp+QXyB+WdgceC2hp77tbIdAcDE7UfoayAavktUB4xdNwRY7TYezbCLY
9gAQOTROOz+E2kBEiwQQkmu47Nm5GpRZZ64eoOEvsjXsJdlCs2HNABAC1jM7
twDF6Muydh1sAhfwAgbRFQTBGi9gbIDxqVGyLTvbRkfvjTbxVoiKOYoXApap
qI9eIKH5wb4hW+gBEWiDI8ZtF87+aYvUFxTKm9LQ4sdl5wBjtpuC1rf/E7b0
0SZjFEYS7bawYFyQFWW3Jz4TZgDkbEhf77vnShWaPAA6zhhQqEkGvxXxdZV/
pkdBto8qR8VjMYloJD1GQdKZcK/eB9n5s5fPBhaRNwuCn+D3SYhGNrADNJjR
4c4CMn2Ajr7q1tWDDx7wAdn84l5oSaSdvnyVvXj15puBczFVsFFZy9HLwKTs
VJkQzwC8vNy25GpNzo08w8TBmQ+ySqTsDNk0I7YoKHxoIwZ9fOT2PQi+vETn
ie6VnO7OVmiEi1Opd6Sw8pgcwahGlDrC3/Gv+mhOLCV2qai4QCXDL6kWxyTT
cM+817lhgj2YJZ4Qr5TIOOKMlBgCMb4Yj5hjl2hrsVwHtL5oWNfIp+zivi0d
6cu7jLwEur7hihQMsOFXhnlObAHfllUVFHBSLoBVoEPtd7QPWwBR6+rvo55j
0X32QrT0YtY1x6pXs40sZ8f+XyHIaBGnRVF6ntvzFJXOq//FtAdr2ubC6k4J
4fZt9G18fLJDhg/644LeraEIcr3X7AZCK2McLfi1xMmGD+lXgjv+LngG6+KQ
Tbw9+75U+7S3BmAZDatutQGePI2YbW1uceE8N7rSwz9hkIbpiUSQymFGcFxC
FJdCQbQGwF+xb1rsCqTR3NYgnRp2jlimFuGFZUuYgBMqufesHNztTBc7o7WB
vuMCC/AbEQfWeaD+yxcA60tFHmHWdMxgdV3Vwanc57zyqtD4KHv2vJ+nAvlD
CnsSZAmeHo5woQ8X8bUUkYLLk5Pi0N3QDhNBs8dj//di+RpM43hNvUtCkmPh
yNIsKGinDtxhcNKIrZUIWJ1JkDGE/MBcoB+nWTm3c6EXsGvApkQH7JC0MACB
2B+Mf9BUcvKA4/5wo2inix85DXdqVIzd2uIYAfuEkEjVZMtRuas63ZZQLeA5
xm7SkIQ4hG5Bo7UBHwRbaXCvVpWKvrCP+C3+Gre5KtmTh/E4ZOpKqz0fPvJH
15N/FHnA3IySXGNo7cry/X/Jua7WaQRD5QnxcCjN8lWDnjsKJzcjKyb5uQ9e
BKVbiULvNC6bBB58fCiZeh5HDNZmh34YVxI0MbLHbiG2eMhXRoDaw4vvuWTZ
gJa8Vx1AsSelxBiXZjHU3EfR4f7hiAonE+H/I6IEtGCUpWx0+SiViDEvzvZo
1yoK7XrTkR+l9Wo3iLqgHiwsRTQId3ISjN/IsY27D3z2waJ5r5R+9ux0iqkD
iDaua8vNh+rIiy0GvjH0srCI/Yc3pUKbtAKaZ6MkQhCyYP6Za2QvxKJYJVAp
SlEdMjLRAwTHsET3eheHVl2gazaUyIHBjlEPjApOnYSE7M7t356j/UWOxL07
y1YGgwMYix8FNGXbUFCYcTYcjf9iR9SysD6tQ3VwVgBIywLFBgHF7FwU7kuM
cF2K8TUQyKKkwSavULFHAKOe3WzJnA2KPw4b5QWwHH/5+t+C2051WFhUMr+G
REjN59iHEe2Ppa3G/CMiGI7C5pSpFGo4Ggz2tbnxzK3Zdotm2/My+BHL+gYU
HHTBbxB5RAUbyWIYdWJ4MZNKwA2oTK2u5eLwEILBHNaexhkURMnRpyjE6ATk
k3tuD3V5KO0yawBt0veJNIMgI532qHz8+ii7r1Pf83NknAhI4WN46eGRjyzH
DAs2uyxb1wXxcowgubXAcYxm62AEJifUwWwTRZqgn9N0fVs/BFCCxhwkieXM
sxghNG7rVfVyrRkwXjjgbmewlVHoidOGgM+sk4yJOyko23MYY6tzAeqzR0cB
thxY5bA22DgYGhJGB0qE7qxoJNYNfJP9+oaeCaPRRds58K9YCCWaAHnN4Bg8
Qty1zIf9ZbbWSNT3TsCERB5F+pSGXeSZUnwY5ZbmLkkRm7hHps0foyn//Abj
AT3cUeOIMi2YXv0zXQ0i12BzuDcnSJK6MIy7HnIPlAJlvWUMv7K1jez7ZFyO
pWF6GVIRSWWXWfw3Ug164Q4L/jl7Ie17s95UrJNiisa4d1DPIc4SDBxeqBr5
78pWm9izgkEEyfURm3TEaShHHjkYR6G4JZcE8QKYRFV0YC0FvNpJBF5Xumcf
mAs24rWcq5ueDXvE9HdpfuYp6AHtOrv/7PTd6XH27SfkVJR0jKcNgHzTORGK
o27WYIOjd1dDgcgSWff37m2Rn+SvrW9shTFmeTinVDyf8meyqmkAhbabNAIq
CnOsuzPeYphAPAB6nkGbPsV0SdDNAjKDPoDxAJ99jMeAQZG+1dfLSeKtWTXU
COxXJdIUAF9CSLXGcSMUCCkf6uFOj4EzW4LL4DCYKYFSE3QVqL3cOFjPiD+Q
9IaqilMbhcnIMUyjBB41XSKvHMx8tCoLGO3IWw6XT/L85BLl3llsgRLiw8nc
mp2G4gQdvKLQYgydvfOBT2CGVL6y+bWyqXdP315kF2+iVeRNi1mTuC8KGSLS
e3YaLbYOJngUSaSN+jThKYdIYwVGdC3EAQ7PJ6BV4+CiORFH40mSKdpGnjdW
gUBeeegGR+TCpi4ickitHh+ppUZiSj2fPNa463YgZjUIA7iOoQPTLgB58maz
o+QctAAyPDKdaF1erToKnBbkTQQ6wTPA9ZF5IVmmgbMkiQcvOfAD+k2WkxiE
0TGecTn0ip5k3ofFCR+EaRSg8DpPlPnA2pYQIQt39puSF0VC4OHUMMBPM4/7
Xk+O0xxxNtRkCZzr2rJZhLEWjENvDKkeaRLlNysw+t3G5NZTTkA4PjL0Zl/V
MFIhvF9ycAWdiIFzGFWtlWax3DpOmwE+xYmNMDwqqWT5u47ZT4HLdA1D7zPP
ptYWAYVZOqlckVPEr1AG/OUvf5mMHQqoMV8i526/EnmJVRpT+uVR/BMNMJmc
umQrKDM8Z5rGlIBqWUwJSDAAY6SXgYvae4XH0OYy0CwHS4LTpJcALoxXND0+
D3XbIhNCIWs5eX7LUYGxCQOWRqjXy0ONUioY62LkGsd93XSkCix2iROq1uRP
0V/EfLoxOVlInvP2yisinx5zG++KjROpS3Ypwsuc+R8NogrV6LoZFpfTlEV6
DlaVCZey74GgHDDyinM0yOYaP9Q0vV2yv1wkjBDIuuymrsSzbLrkS02Z6J8H
MQl0PXjUcmadSAcFkmb+s3dA9N9RtECOYSty4jUUEF9j/rcslpgCccpr8cmg
CS+FLgXY3CisD2Abx3DvSCI7RB494bIyProdJMgeGxmjHOQEP8lA4atoi6gm
HJqOcQ9noSCjjKC+KAEKbAY4pWO14wqs5W613psP9fP5z9C7lRbroAcKZS/S
LMsoCYplv5v5lRCeCxbRikbNqNG9q5saFJslSl+0lijX2jj7+c94NEpRQFwj
ZsdKJnNaTelGH+x6sxXNkD6isD3rMV2i+dJTcYhFot/Pfoeb5Y4zST0Nl8B0
L2kpl0/z8Bru5X6IL/qvVfPhU8PF9SxF1LdUx/67eYyPE/+YYqDPTzx0zj3L
8ETE4ugnIhnhXMwiL+bz+aj07AtOkZL7HdqSWprqcsxdfeg6HIiXGZSz61Va
9d70RwnUHjLqP8GkLDYcTjXsKEbeWEByMjkfTaZG3ED3IBjF6HkWO2ygAmRU
HQBqtWsSKwyYsi00RY/9OnWnIWUx4kBTudclQ0c2XGzQG47+9gQ9w1cT2UgS
+NkZaz0eh8R/LnoArERfuOQHox5WrrGGaiE1MyWWORa4OmZz/cX9B6iu8AnY
g6a2BKHpCGg8CCi4xdUQZoHjSxkX1RU5a69lA6qk8G5JpFEEdtloYm9wL/AU
mLIX5ZcHfqUZ8l1DlvWWwxO52WjiadMn9VpPAhfDIwFCqLTkE4u+LxMjyvvU
SFcP4wyBIkehtXpAGa/Ps4vfXYSUbTD3VJUebEg/xz1lsqnIc5uMkUafa8zN
x6w/+dJEDnRlJQH742ouWoUsKEg9NBco2t2rfaAl4556awmwRPaE/kHLMVh1
7B0e2hvnHFNWP2iyxMnkm+QtVWbRtghaNC0QVUBY5DS8HDv+Ro/EJ0/D6ljo
SGFfo1ENTRyl8NjvslXjuhD+xXLb4DRkaT9wIwZ0ljggK1QwmCIxKGKLzgjy
aVY+zkQZb3hKWOFEchfsXAsrIAUPMVbfmmYIc0wlYVdPoZ7To/+85CSVyixs
xSUGcjj9Tcf1rSLbo+Pfh87sfEpNqRTEaX5mSV6qtX6A5SVbU4WaDo0DjetX
n80fcZZbOgfJGMr78ClihBFsibP7+AZ0k7GHaqPjtr1NYEk/PsIX//Py4fzT
Pxz9wVvCdGikzGmA38nJYQEpr19gyUfD1IDCYfgGzQgAzFcebeO4DqXAaGxL
PknKUNidYKnYzaEMyH2gTF6XzJvg5vXscZiHppWZ6YRUsVzGRQ8SFyO4Ihop
aOmMxVoTcehHQHb6Bn3fCjV01MQLpRy4jRT18rD/s+q+5Ke/OurXX5PPC+RH
HhTQPTpFnCAoO9RVe8SMGIvyH9mkB1cqkVIl1VtiWugTFfVLcCuBqSZgBQbJ
nSFUOyCf3R62uwxaBGqfDBDqR4G1vFypGJQ52TCSr3yfGBbw6SWziHk05qVk
7DITUBXz5jGuCMnhS2Iej0d1xrpht+o4w6WsP4zeso6lJ6fSSmAPC/MpqF3k
wmVQDiTFQCKrOU7pNIWUc/WQtlakDWNHOC/nKmaTDvbXoFsttlFANIoFeJdk
pBf0ZDabkJiWpQJeQ6CsVHn/i4QJpl6ytkK3Zj3V9HaEMogIxBVVZuJq79JF
C+m5tRPfARfo83NfakMDh/y5AVR1Cl431u6zGoK1XGMASKdkUzSBvCBXuWR1
ADlU58OAIQIWfGsERS5joMznM1PPXtYzOKTZGfWNUJdA8Bw3yyWHxtitEk49
yDp2xaOGbSXNgp/GGcADpPGEPSUnT+JrTDXRQ+dAgdvEsWX4xH2Nrm899NvI
s7oP4ByySqfXjhycL4jlLfhDI2LUV82hgUNZA9h8hIZRjrlupDSd+xuxaLsP
hyYy/zhKaE0TFdKpaQiFNpWHi01JPCKZtm+dasiDmM9Uz6e3eXGIhILfkQoX
YUjJTDhUpOKI9ivJtL2aavFShfQH4glOJdIYv+PEkTRuFwrfKD2IkI9C2Yn/
fDqOHrTgbW2SalfPC9Fs9FHsfnKoj7REXWckIUC9kokDX/wwAimOMwZqLB3H
1IO7Lt2dIuLlRXM5Rf/PpZS67PVvRqHYuPh6KguIpn5cM1mpF0yXwd1TRhLi
E09d+fgh+dYf17OHHIuJkIdhtqPjF8dl1BSl2umZIQrzoYWF+HyOXj45eY+9
Wj7ufAlbQU4Z1V4MvTJU35B6ZPrZ171AXt8z86bT1EOMtvGES+/xD9lBqWfw
kCMTRn2NFm0Yb5QODxzNYheH7sPM7FD1/MbnsGi8Nj558jdOxdkIW74cmfBv
60EWHhDBgL2xkQOWdVbjXJOXKfV6UM//if2jL6WLy7p0ZFtZzfBBhhMynTTN
KqW8U+e2ZKSHnDbBwJ4c5lOKcacbi/U7VSZ9vkgSjr0YDDngJGNfEgX3EwfS
ZJUgJ/U9gULXNB8CCQqUEmJxuO1Q3WoKmnsu8CLU+Ftrg85oOJrsO4cVqsUp
gvclk7bTYOawTNWoEfEZ5hbPGgvBqL4fDBSSSpj6sQEqumTmFr2hCU34BqW/
BY4sU8cz14dn3iMb4zlquwWyqVi+JR8P1qrGDdrRoFYgebe7pHtBU1gRrbGF
5KPIgCyqAfj6IkE2ytQnd/HSVNitpJFKhCFoFHdFtT/AkSLjB1PDXFLaFzuG
yzrmlXHfL4oshjLaMTzjmnnnp0TzXisA4U/FsdjnYRbNjVeuQz5jmSpRIYIx
Fo47UEcboUPqT22j5Ma4eYRW0HJd2VQ6acjbDGBYoGKspGWiJqTYk1RdJLWC
MWfqOysw/pNpVz+7oQpi8mdpCnukOhot691pzLckL01AceESnB7yq8gSpw5K
lL4f5X34sqwIwYwUN1B2hZ6VWwEeVzsumokOLspM+YhUlJEsy/3JqHmzrQp2
tlflNUbe/rD3ZYy8PRI3CZ5XgFY/2vaHEORCuLwluPRNtTilzyOV4qV20Irb
jRGBa3qfT54eyewT04vUy+CijTXPWNMBo9WbeQm/i2q190ykvkV+ImcV1UYu
oqp89tPWfWNwg2MVocVHKHQbluLWjabt66Cli1yP82gx99wBhjFiwvsRBxP3
xPm9XrXOworz60P4B6W/NZr4MYTn9JCVyuoBaZDIrrAwj/4RWdmhpsdbnEFZ
9g4NxF2rXriInYlJHp/2PZcAqxeMU4eJSKQpnjeSktarRh7ZPQbJgVzBC68S
q8Eho4172dO6CAIE4YD/IESwBiUUALOokEPm/mxInCLDKU4gjqsG46KqwOxn
MxSX8Vz2yDOOo7FUUe8xipJkNJunAVENZBdp0lOdXQf17k7J5ivlQNHjL1rr
uK7tq26n3vmiGZemLILmmtj6UkjpVSmHQUO7cYRljM99SGoJAuOhaGHJIxRb
9Y7cqjdlsZVef3cMR69cyumRNGHNo8C94Ua4LH+RNm7hPmDp7KlBJz0RpFLA
de027yl9Jm8bTJuEky5R5Oxt+0YsWMVjnH+NNa+UbO1C0JxTeExOFTdpe9M9
3cZYkHJJmczml8+wi2suBU3kiLUg1qt4PUqNSrK5W+t+PIqIzjcfGVESo1aY
aakWUyolXLMBBt9fRm/LUi/TijTeYBqndWYnSvBfQaEhlBWTkbmbiNSL52Rc
spM4K5Y72N5zfTbbT9udUgKzoZ0Mac8PG0TunBpn92AXpaFGoGOI7CuJEtek
ion+iNuqipJE43H7Tq4VAat/fCGngFIxx1jKSAp8/JC5+YHQPD0URVtacAnN
9HpMaTXWn7YlbFvSNbEwR3QBT6hpa0wNhkl3q+As1jayGJ4+yX6rMixEno88
OkZpKFFcvu9t1fgXj8piMBp4j/hLei1wH7gDDVb6a/+oWW4Hfm6NPVFGTiU5
naguef11PCI696uok1VIn2tPJfdcEtEeXQBbo2Ihc2PIfZXZbKztBwLbaXh8
kf0frBzVrEIJd3A01Bxwyss2366xRibXzh8hYC0a9LYmbYBkVeTQCSahoONz
tjicipE3gcj+73//H1/38go9bPiD2pGTSfSm1t5KQDhFkxPgZ4F055GJI3aQ
OPyQV8VPJ5hVjz9+te8Fji0nS8RyakSN+4acAqqbHUfZkIhxkgBZ7Jv7ywMH
rN96E44uhgiG3KElZ/fbfNPNgTfwRwffFRdlqr4d/z2h62usI/Ci6zwA+HAV
hrf5opyCDz4TTFO9I5tVX/np4CYTH979HiSBnonHY4d0EPaPPhD2j4awj8G/
F0P6sIf/7X93D+x/wssfC16Oihn2HCnKfqntYfHRb7nf/0G5M8Dt7OMk0QAP
dF/jWBI2xetvP4LkHo6SHI788Qizd7V9bNn/4g+DKh8Nz1MyvVVll8skiiiX
fBpuE7gP1ltcPCOeruPgw/LR3VP9XPIV0HJKjAOAzB+bVT0vGvsVXzThF1eD
OsVZlbfk72Udq1/mGkJsk4lgLt3AcPxRyEH8eLiOD+SzqDb2MOPQ5nq4cejV
ED/tIciXP+H2nbg9ygBfo30xe+FN2FTV5riejxWFWs2kW/aTPOfSkGAJS7Lt
eAY9M607eejgRA+ApX5MhtJQlb5DOB4Wz4MxJ1TkvecZQ/liNUiDzLDZwpWP
tantpT5OsibHx5SClfYrCozGT4JHeBiLZ+c+T0r36FBzPopVDcZJaxaw5/oL
agm3j1mgk2TsgIhjDEb/QIYhtuEYxQ0XPEZuw7e+D6f4h8Cr064XaRnztAcU
2INPhBkKm33ocwjjkLdrluzXza2VJJGkkYZUK2h769QlRD5an6NAa28Cp2it
Tw+QsH4a1Q9yb7g3ENIaK1NfhLPLbdW70MtpkU0UCBzrbPP181dvdFocL4BM
Z/Gp89wN5qneTPeUb6bLvv2E/dfMFDgwHDXIEd8SebBh/QspXeUiO2kOK+Gb
QkuSyC99sE9s7x6m2K1uTVuViD7BfxdfWBO1yz3sF+czfPHuzVnSkZJa+vKo
bs/qkpjrTCcOYQZejobYZUFxJE5bqvJeoxZ4Yc8hvVv6fHMLDZnTa0MbA1KI
GlTYzmxWsNacqtTqa27uS0cn6x0Bc9xxFPsq0RVVthcM8DwaFlpzESRP69t6
ZEd9rDkaXk/Ir9ANiKNN6hCHqMeRtMMkDx9fgBMVfjd4Q2Krlzh0mozf629m
27Zpx0rJpnp5WvSeXjGm7Rz8kIMOwl4WTrkNrH9z0BXKdB22lpRqzU4rzWKI
tras/0gb7fydZXQHFxHNtsO+nj4YXfvQ5F50DGmqvk8OH+swvb4XUFZOcBMi
9kmCOIAa98pZLQIKzK1f2Brbm/oMKMkVUuCk5Zj4QQSm3jdRZu7gnRALLant
U483wKbinKb+0k1kWBKDjqpTpG3mRcz5fdyi330taU/MbTLprgiuh/UFJ74k
k9tF2sD8pEVyL/VbG8s7ZaIUGhXe429LwFweH2JqmbajChG3cx3dEPWbGnNo
sg0wu8rfrcnlloPXMcudF6X1mDYiwhKvDCKy66yedLwc4d/huJqai2/SZmhC
wuhtIBzyVc1x4ykOG7JpGTXVD2PTjVnc1cNHgpifPFF+cqohY4Z6SBn2N8jE
YWUqHKWt6/ecsEPkEQDtOJjHQ3BeHbU4p0IyvWDwDnEjeWF638It3fhliyvp
ojrK0efhUka/QFJz6LMwe8mXiW44QKFVARIM55d9EzRCDJQMTkKaGkocSHw/
ZSMXa2s2CWWLcV4+lYV6JSQuwTSdTzCihpmsHt2airKu2dYSkPm0GiHp0SbF
0WAPj5S1jCYI4YYHlzAgPHFzfHD3L4t/BWL9VT17+K8P8I/LbJrpb/LLsTQE
SnJwcBWYRkvyURKnjqhO4ShJMuDGmXQ5wgvp9340mJOTTvrjH9ZXGIxhsMFQ
vcjgwcE07TdZQi+7pzdRtid5ZxiCvCzu0Zev9cuQJ4Sdev39od8nG8Bn1mBl
ZX2ZrQFVOZ48mqpNNfRqWaTx/Lh5aqqHXcIBafgcy/0InTwtaKdtiRhKunVI
Hn6ZpkhpU1SnbZLHa0k4Cs1qhJYSGm5jh83eaeY405dWXJLG5/PwMklBt8Gw
4KpXXH/IwPWxyzg4Gidic5oIQGvbSp8mbOv4Xkpukf6Vel7PHg2o57XH7mPO
jFuG1TGlPDpSQwkeSa8KSj2oB5QF/ADrf067wZOHPTiKoiX1uZ3lrleDy0y0
RHKsAX1clIu1/UFRn3tcGEnHSVP9Qa0sW6q5h71+Gt2FM37iw0sZEtpTo19J
hDMtHz/s0fBk8oqQMM6g4oA7NYTzAPYJn71KGk7RSvE86nQcWtli2yN8AVZ0
28i9Niik3tRWb7m5tphy1nkTkW84j2/6Iw5PHPEDk5biY8bqEZVmSQJuECPx
JVkz37562F94OkzxkPunTQUHCt+12zridrIDebZpNttKKwbvTDVNJCECNPrh
Ub+6gfikXl4VgZKXkHQ6jnsY32dyU2C4QaNipjqwEMs1f6hAGofPcZ/16fyU
qjzIjvFqtOS2alJhnEj+NEIGRE/PNaNytyUlHDIfX5PGEso38BPXLDtiVXEa
qeuiLMdo/Ch1P0zRe0dcM8T6VFYnlgQWdUW3ZYxDTg8B5NTKbPD6R4qDyF3G
dNeeackJKWVf11sg7dbc7viKWLonEnt3fL9qr32jPDhG2fB3rDBDfZmanq2R
F3tjy+uR8b2bvu1zarxHnai9ctLHIK3ywYYHfNbTO5pDkwI71gX5wDVWA/Uz
lcwwoUg/r00Os+b3ffKpfpLwAO4Q72vVgktKbwIQXif9R0JCaCorUnmiHXfl
bbWIRtbeX9tAivnmyz5xzJcADWuUfE4axv2Yu73HsLZqS1zLS6V0g4TDaiDZ
gimuuhjMFZV4pSYzOjtXfHdGVBwtWW+UB6auDA+j3uUKETeNyrTQkg23J/Ku
JCetaT941apzUeuWjpKORT/w7Kzue8won5+wMB0M0d44FZlDhkv559TCF2x0
7zzh6ieW3aRVUt/dwr7nmu6q4n9ZpxXKfbX9oAAPM2khG82krSzjnohXVbPo
rbgnF9l29FfZhGv1wuWWF+MDsVpdou+w/DODyouec73QKtJ4GACq9/i8/lgM
e9FxGXBVZu6/AHK0Ysk2GMBjbX+MnvB6eWgBEbUIlMMbeWXJ+BEnuz9cqq5/
qDnhFEjBq5HIlvdMVZyhxIzxggS8JGCGD49SVPELbLkpg0+/12JGqYzly5KE
PrFrhbpkxQErpMsOD5iR2ZfMSOceVqBL562DpsZdX3S/AgjgmG0Z30WnFznH
7OcAWBE2gHXAQRi/9n0QbCrhlOoRVqNNj0iuoNIkY81or/uLy4wvxyRHd60H
x0y0l8Rf+jYDvi5CHI2crrGr4Rmopn6h2WVYPBXR8KJCBoY8liHkFjR4L9A/
W1kSM0AnFHnig6EQM2F0uGJvROWY1uOPbPm+WMcjgg7HGb3fTm8U6jsejjnH
vOtC4Zxk7HOpxwEeEWpQD2Qmk5V3RHYN3ZgRblpJ1drxrPmUYS9gb0k59iW1
cQd5mqQu92q2fdrxmWbvPEEzp+f6jFo+1hpMGV557ROAOPZAcOrdZxrVkomn
RFGS24XIRTvJjUGhwy2weKOXtK19izwULpJIMOzGIW7eHrjIM8zdPTaAj6ud
ALhXYE3CHkdoy8XW39drsJ1Ns6gs3uWQp2vV6egKD2r2SU2yk85LbWCt8dXn
PHdt8S5IdpXAbpH41OCIV8ddQTC6hmtCdWew1j4Eojak6OVaLq0MPlYGcQBn
sa7A59IL6o4m06dx3dAOht2m1BWhqkay6+HTI1e32PXLuH7vk6U0RK1jRkky
0StAgzz61HmP7gYJaQPbq6otMDnq9w92lfrrHxA1z3wkoNfxRQuleVB/1VfU
E46u4+tf5XBB1gecByESJqH5T8poKVLXQO2bkrvBFhYP2V+ui7H47eaqBUaW
zpGMXNg18XESaSbQaIK21Iw87k52nzHOw6mIkGyQziRjJsrycRZVwn14CYNC
NoUmVddxs0LCBRLB6I7CkWZPmvezt2ykkZvP1OwS0siASSdkT7yRfrHxRcd0
u5ukcLxUCRufiiyJgh1uJZ15vZiMamk16TDJjf1r07koredgwu+h/Jt9w96V
+TdBeSkpOHtGwBw7WdL8hyhgOJh8ubc+xEMnihx9GHQOjfs9Mui/ZAcl/f1P
d6gfU9zw2cFs1NE9H/5k/44/+5Bz+gm/frz4NdC0RxzGQV8eWA2p+kcinqtG
eyqzSNC+6YPf/358I9Nsz8Kn2Rie/tf8Q4TifQoqybW/xz/JyB+qIubD0PL/
wyK8DxjgR1kKxfwrw4BErzvPvgMcYso+jr6nagCBH+HJP17R311f/yjrAQ8c
9D4A/0RU/6xE9YMrA99HDfie4r7fwZRyBvG+GkvJcuIFI39BiADjiuO8klu6
Th61gc7W+zSIkYoluoNn7KdBJVPiJOiX6YyU3+wtY2LXiWxbk/H8pRGcPevr
9Rx6ZZkhKn/0t6v38/V/fAaEVucMeHfc+n2PNv79Vn1w1LuZ+v7lfkSZz9/G
YPB1eofKxz6I5pMGnXeR/cAb/hH6/2DF06j3f7v7K2wCrzx8mZ1LLvNoAfbX
4UI2oqj+hRioxM/3V6d9BDn8gHbpx5SjfmAJeNxOuQcbrqGVqhxiQOKt5QqK
ki8G71XaIueLa5tG+dHwm7tZCwOQyoP/WU7ndcOhO02G+eQR3QYcZIrt0szJ
KQVz+U4moknqEUnZPmWHJZzPOE3KBxGT59NhYsA+BsKR+B+ae/jws1B79lYu
W30qoxoJvVxoFkxn81Vd/gkbffK94Nl2g/cR+Wu9B5dry+7JFeBvgdYqSI2b
afxCmqRac011yoO7bKORMREWkz7ZZ3C7auT2PA4HoBsCr/PwkSygM0r1p7f5
HtloNJw/XCLrVrwXDHj03+RAR5g5vRZW87VDg3SfnNrbzyzdj3g36M3wIxYC
EbSr3VgFqRzaOaYyYxPP/qk95WQFXhIWZ1Ek3tHtH4NennxZFPwV3bgSCjh9
ISgivulVCX377b67FL/Tg/Xxog1WLAEYFcamP6e2OMQsSV+dgxeeaS6BrzOJ
ilqjS4SLptQ7rNxKdTrOgOriKil3b6RUSGtRuzIKrOJSMT4r69QGyJz6qtNK
JNPXnZZtf2NMCPD7YC9yP/wG9o13/cqxvjx9fTpCiJT1nG8phwA73tUNv2ly
zvDd2Q4GmM1m2cLk1zzUaY6XtFW2uMLPaBhTX7vsquFapucAbUCy7DxfNa3L
V9PsCbAKC9p7jX8CxgGIXjWY3f/vzarO3s2zV/amrKWB4tm2bQFu5/Ps15qu
qZc5wHZ1aktt2ZbWFgsOC57hEXe8EjY/GvitzXHGAoB+S4MwW5AQMu2QMyqx
1zTXCKU99qQlJsDg/wHYw4YOYK8AAA==

-->

</rfc>
