<?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-replay-resistant-arc-08" category="exp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="Replay Resistant ARC">Replay Resistant Authenticated Receiver Chain</title>
    <seriesInfo name="Internet-Draft" value="draft-chuang-replay-resistant-arc-08"/>
    <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="2023" month="August" day="13"/>
    <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>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.</li>
        <li>Receivers can determine if the message was modified along the path and by whom.</li>
        <li>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.</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>
        <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=" or ARC-Seal "d=".  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 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-Seal "d= domain at the starting ADMD in the mail flow path thereby ties the From identity to the cryptographic signer.  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.  Non-normatively receivers might consider applying methods to recover the originating sender's From header by using methods such as <eref target="https://datatracker.ietf.org/doc/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 _Forwarded-to: _ header that includes an ARC set versioning number to indicate which ADMD sent the message to a new recipient.  It MAY include one or more comma separated recipients.  Whitespaces in the recipient list are ignored.</t>
          <artwork><![CDATA[
Forwarded-to: 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>Forwarded-to:</em> header.  This supports the email forwarder and mailing list scenario where we also use the <em>Forwarded-to</em> header to indicate that a message is sent to a new recipient.  <em>Forwarded-to: _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 _Forwarded-to: header</em>, the message MUST be split and signed exclusively for each <em>Forwarded-to:</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>Forwarded-to</em> MAY elect to optimize header space by skipping adding a redundant <em>Forwarded-to</em> header.</t>
          <t>To protect the integrity of the <em>Forwarded-to:</em> header, they MUST be hashed and signed by ARC-Seal as follows:  Collect all <em>Forwarded-to:</em> headers and hash them following the header processing algorithm in <xref target="RFC6376"/> section 5.4.  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>Forwarded-to:</em> headers.   For example:</t>
          <artwork><![CDATA[
ARC-Message-Signature: i=1; fh=abcd...
Forwarded-to: user@example.com
]]></artwork>
        </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 supported domain name, prepended with a "_dara" label.  The format of the 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.  The "dara=" signing domain enables an Email Service Provider (ESP) to forward mail on behalf of someone else.  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>Forwarded-to</em> headers.  In particular, for a forwarder i=n, the verifier collects all Forwarded-to headers from i=1 to i=n-1.  It verifies that they are signed appropriately and if not fails the verification.  The verifier checks that the To and Cc headers are present in the sender's DKIM-Signature or ARC-Message-Signature "h=" header list, and signed.   Next it checks the integrity of the Forwarded-to headers by validating the "fh=" hash.  The receiver collects all <em>Forwarded-to:</em> 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.  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 that the message was received as a property header.i=&lt;recipient email address&gt;.  This is to enable 3rd party mail flow validation as will be described shortly.  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 "header.i=" is a subset of the declared and signed header so far.  If these step 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>
      <section anchor="definitions-1">
        <name>Definitions</name>
        <t>DNS TXT Policy tag/values</t>
        <ul spacing="normal">
          <li>"v=": Value of "DARA_1.0" if the ADMD supports the DARA verification protocol.</li>
          <li>"dara=": Value of the receiver's ARC-Seal "d=" domain</li>
        </ul>
        <t>DKIM-Signature or ARC-Seal tags/values</t>
        <ul spacing="normal">
          <li>"dara=": Value of the receiver's ARC-Seal "d=" domain when the receiver is DARA capable as found from the DARA DNS policy record.</li>
          <li>"darn=": Value of RFC822 recipient's domain name when the receiver is naive of DARA.</li>
        </ul>
        <t>ARC-Authentication-Results method</t>
        <ul spacing="normal">
          <li>"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>.</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[
Forwarded-to: 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)
Forwarded-to: 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=...
Forwarded-to: 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=...
Forwarded-to: 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-Seal "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-Seal "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-Seal "d=" domain, and  "<em>d<sub>n</sub></em>=" is the receiver's ARC-Seal "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.  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-Seal "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/draft-kucherawy-dkim-transform/">draft-kucherawy-dkim-transform</eref> or <eref target="https://datatracker.ietf.org/doc/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.  Receivers SHOULD independently determine if the DARA header.i recipients from the ARC-Authentication-Result header is a subset of the declared and signed recipients.   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-Seal "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>"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>.</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-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-Authentication-Results: i=2; dara=pass; chain=pass
ARC-Seal: i=1; d=originator.example.com;
    dara=mailinglist.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-Authentication-Results: i=3; dara=pass; chain=pass
ARC-Seal: i=2; d=mailinglist.example.com;
    dara=destination.example.com
ARC-Authentication-Results: i=2; dara=pass; chain=pass
ARC-Seal: i=1; d=originator.example.com;
    dara=mailinglist.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 <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[
Forwarded-to: 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=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=...
ARC-Authentication-Results: i=2; dara=pass 
        header.i=user@receiver.example.org (rcpt.to 
        user@receiver.example.org matches signed header)
Forwarded-to: 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=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].</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-Authentication-Results: i=3; dara=pass; chain=neutral
ARC-Seal: i=2; d=intermediate.example.com;
    dara=receiver.example.com
ARC-Authentication-Results: i=2; chain=neutral
ARC-Seal: i=1; d=originator.example.com; snr=naive.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="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 or the ARC-Seal "d=" domains at ARC set "i=1" at the Originator.  Assuming From alignment, and a chain building with DARA and verification result has a global pass, this indicates a DMARC email authentication pass.  DARA and its global verification result can provide a more forwarding and body modification resilient authentication than SPF or DKIM.</t>
    </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>
  </middle>
  <back>
    <references>
      <name>References</name>
      <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>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC4954">
          <front>
            <title>SMTP Service Extension for Authentication</title>
            <author fullname="R. Siemborski" initials="R." role="editor" surname="Siemborski"/>
            <author fullname="A. Melnikov" initials="A." role="editor" surname="Melnikov"/>
            <date month="July" year="2007"/>
            <abstract>
              <t>This document defines a Simple Mail Transport Protocol (SMTP) extension whereby an SMTP client may indicate an authentication mechanism to the server, perform an authentication protocol exchange, and optionally negotiate a security layer for subsequent protocol interactions during this session. This extension includes a profile of the Simple Authentication and Security Layer (SASL) for SMTP.</t>
              <t>This document obsoletes RFC 2554. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4954"/>
          <seriesInfo name="DOI" value="10.17487/RFC4954"/>
        </reference>
      </references>
    </references>
    <?line 561?>

<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>
    <section anchor="parked-material">
      <name>Parked Material</name>
      <t>This contains parked material that used to be present in the main part of the draft.  In particular the ideas around Sender Receiver Co-Signing (SeRCi) and Relay Flow Identifier were moved here now that work is centered around Declare All Recipients and Affirm (DARA).</t>
      <section anchor="introduction-1">
        <name>Introduction</name>
        <t>Spammers utilize relays to obfuscate their identities and often to spoof some other identity with email receivers.  For example a spammer may exploit the shared tenancy vulnerability of SPF to spoof some identity as follows.  They find a relay that hosts many different enterprise customers who include the relay's IPs in their SPF policies.  The spammer then sends traffic through the relay assuming the identity of one of those customers i.e. it spoofs the MAIL FROM identity of the victim domain. While the SPF validation (if done) of the initial send by the spammer to the relay fails, a subsequent SPF validation when forwarded to some other victim receiver from the relay will pass SPF because the IPs are contained in the victim's SPF policy.  At some point, the receiver notices the spam via the relay and wants to apply anti-abuse counter measures.  With existing authentication methods, this policy would impact all mail flows through that relay, both innocent and malicious.  A better approach would be to selectively apply anti-abuse counter measures to the spammer's flow which is what this proposal enables.</t>
      </section>
      <section anchor="sender-receiver-co-signing-serci">
        <name>Sender Receiver Co-Signing (SeRCi)</name>
        <section anchor="concepts-1">
          <name>Concepts</name>
          <t>We can create a challenge response system using cryptographic signing orchestrated between the sender and receiver of an SMTP transaction.  The receiver challenges the sender to sign a mutually agreed upon value with their secret key, and can demonstrate a proof of that SMTP client-server relationship to 3rd parties.  One problem is that the receiver can't proactively issue the challenge, so as part of the EHLO, the server issues the challenge as an optional SMTP extension argument.  The sender can respond with the signature incorporating the shared value as a SMTP extension verb.   Another problem is preventing a malicious party from intercepting a message and trying to replicate the challenge.   We propose using a timestamp that can't be used in the future i.e. both parties make sure the timestamp reasonably represents the current time.  This cryptographic challenge needs to sign a hash that ties the signature back to the message, and for this proposal, we take the whole message hash from the ARC-message-signature.  In addition the destination domain is specified to reduce the risk for this signature to be intercepted and reused for other communications with other destination domains.</t>
          <t>Such a protocol can help authenticate to a receiver that some sender sent a message without risk of replay via some third party.  Sender Receiver Co-Signing (SeRCi pronounced Cersei as in the Game-of-Thrones character) could be used similarly to SPF <xref target="RFC7208"/> but without the risk of shared tenancy <eref target="https://www.7elements.co.uk/resources/blog/smtp-multipass/">attack</eref>, <eref target="https://arxiv.org/abs/2204.05122">IP reuse</eref> attack, and BPG <eref target="http://people.scs.carleton.ca/~kranakis/Papers/TR-05-07.pdf">vulnerabilities</eref>.  Moreover a third party can independently verify the result that some sender and receiver sent the given message at the given time.  This obviates the need to trust the ARC-Authentication-Results.  Later we use SeRCi metadata to describe the forwarding path of the message.</t>
          <t>This protocol signs the messages content at the exit to the ADMD to protect the SMTP transaction and yet be insensitive to message body or header modifications by the ADMD.  This is necessary to tolerate the changes that a legitimate forwarder may make such as a mailing list adding a footer or adding the name of the mailing list to the Subject header.  Other forwarders may alter the Content-Transfer-Encoding or delete attachments which this protocol also tolerates.  However malicious forwarders may add or replace malicious content to otherwise benign messages and this must be detected.  SeRCi identifies message body changes via different body hashes between the originator and the destination.  If a message is unchanged between the originator to destination, then malicious content is attributed to the originator.  If a message is changed and there is malicious content, then the originator and the mutating ADMDs are assigned responsibility.  Potentially the attribution can affect the receiver reputation given to the ADMDs.  The existing ARC protocol can do this, however it is a risky endeavor due to the potential for ARC replay and looseness around when ARC does its ARC-Message-Signature.</t>
          <section anchor="smtp-extension">
            <name>SMTP Extension</name>
            <t>The SMTP extension for SeRCi for generating the hash and then publishing it, is meant to prove that the sender and receiver collaborated to create the hash.  The protocol is advertised as a SMTP extension in the SMTP EHLO named SERCI with a timestamp argument.  That timestamp will be in UTC seconds.  If the timestamp is acceptable to the sender, then it SHOULD sign a tuple of url-safe base64  <xref target="RFC4648"/> message hash used in the outbound ARC-Message-Signature, destination domain as defined in the next paragraph, and timestamp.   (Subsequent base64 operations are assumed to be url-safe encoded base64 <xref target="RFC4648"/> to avoid quoted-string) That signature then SHOULD be base64 encoded and disclosed to the receiver as:</t>
            <artwork><![CDATA[
SERCI-SIGNATURE <sender domain> <selector> <header-body hash> \
<message-body hash> <signature> 
]]></artwork>
            <t>where signature is upon a hash of the formatted SeRCi result comment string to be presented by the receiver minus the signature.  Note there are no white spaces in the hashed string.  To create the canonical version whitespace they are removed.  Thus the signature is:</t>
            <artwork><![CDATA[
base64(signsender(sha256(<sender domain><selector><header hash>\
<message body hash><timestamp>)))
]]></artwork>
            <t>where domain corresponds to the sender's DKIM domain and selector that is used to find the DKIM public key DNS record.  It also discloses the header hash and body hash that is used to compute the message hash, and are present to allow detection of differences between ARC sets.   If the timestamp is not acceptable, the sender can report this as SERCI-SIGNATURE "out-of-time" and potentially the receiver will return a new timestamp.  The sender is allowed to do this once, and after that the receiver MUST report an error.  To prevent eavesdropping and potential spoofing, this protocol MUST be secured by SMTP TLS.  Upon obtaining the signature, the receiver MUST then validate the SeRCi signature.  It looks at the sender's ARC-Message-Signature hash to see if that is acceptable, meaning matches a hash the receiver generates of the message.  Next it checks if the timestamp is the same as provided to the sender, and if the destination domain is the same as the receiver's ARC-Seal "d=" domain. The SERCI-SIGNATURE command returns OK on success, otherwise some error code.</t>
            <t>An example SMTP transaction might look like:</t>
            <artwork><![CDATA[
EHLO sender.example.com
250-sender.example.com at your service, [1.2.3.4]
250-SIZE 157286400
...
250 SMTPUTF8
250 SERCI <timestamp>
MAIL FROM:<sender>`     
RCPT TO:<recipient>
DATA <message>
SERCI-SIGNATURE <sender domain> <selector> \
base64(<message body hash>) base64(<header hash>) \
base64(signsender(sha256(<sender domain><selector><header hash> \
<message body hash><timestamp>)))
]]></artwork>
          </section>
          <section anchor="protocol-awareness">
            <name>Protocol Awareness</name>
            <t>The sender discovers the receiver's support for this protocol by a DNS txt policy lookup upon the recipient email address domain.  Within this policy record MAY be a tag value indicating which SeRCi version number "v=" which MUST be set to "SERCI_1.0<tt>"</tt> when that ADMD indicates it supports SeRCi.  The lookup also discovers the normalized destination domain name, and that destination domain MUST match the ADMD ARC-Seal "d=" domain <xref target="RFC8617"/>  which enables tracing this domain <em>From</em> sender to receiver as described later.  The domain name is specified "serci=&lt;domain&gt;" in the DNS policy record.  Once discovered this domain is put in the sender's ARC-Seal as" serci=&lt;domain&gt;", which indicates support by the receiver for the SeRCi as well as identify the intended receiver domain.   If no such DNS txt policy record is found, then the receiver does not support the SeRCi protocol.  This is indicated in the DKIM-Signature or ARC-Seal by a SeRCi naive receiver tag/value of "snr=<tt>"</tt> and <em>From</em> header domain for path building described later.  Further the "snr=" tag indicates to subsequent SeRCi aware receivers that there was an intermediate naive forwarder.  If a domain advertises a SMTP SeRCi-SIGNATURE extension but does not publish a DNS txt policy, the sender MUST NOT call the SeRCi-SIGNATURE command as the receiver is declaring their intent to not participate in SeRCi.  The following is an example of a SeRCi aware policy:</t>
            <artwork><![CDATA[
v=SERCI_1.0; serci=example.com
]]></artwork>
          </section>
          <section anchor="receiver-verification-1">
            <name>Receiver Verification</name>
            <t>The SeRCi aware receiver will verify the signature after the SeRCi-SIGNATURE verb.  Assuming the receiver agrees with the signature (i.e. verifies it), the receiver will add to the ARC-Authentication-Result a new authentication-results method "serci" that has a <em>pass</em> result or <em>fail</em> result otherwise.  It also adds as authentication-results <xref target="RFC8601"/> properties, the values needed to contribute to the signature verification.  The <xref target="RFC8601"/> ptype is "smtp".  The sender domain property is "sd".  The selector is "s".  The message body hash is "bh" and the value is encoded in base64.  The header hash is "hh" and the value is encoded in base64.  The timestamp is "t".   This is illustrated as:</t>
            <artwork><![CDATA[
ARC-Authentication-Results i=1; serci=<pass|fail> (<comment>) 
     smtp.sd=<sender domain>
     smtp.s=<sender domain>
     smtp.bh=base64(<message body hash>)
     smtp.hh=base64(<header body hash>)
     smtp.t=<timestamp> 
     smtp.s=<selector>
     smtp.b=base64(<signature>)
]]></artwork>
          </section>
          <section anchor="definitions-3">
            <name>Definitions</name>
            <t>DNS TXT Policy tag/values</t>
            <ul spacing="normal">
              <li>"v=": Value of "SERCI_1.0" if the ADMD supports the SeRCi verification protocol.</li>
              <li>"serci=": Value of the receiver's ARC-Seal "d=" domain</li>
            </ul>
            <t>DKIM-Signature or ARC-Seal tag/values</t>
            <ul spacing="normal">
              <li>"serci=": Value of the receiver's ARC-Seal "d=" domain when the receiver is SeRCi capable found from the SeRCi DNS policy record.</li>
              <li>"snr=": Value of RFC822 recipient's domain name when the receiver is naive of SeRCi.</li>
            </ul>
            <t>ARC-Authentication-Results method and ptype-properties</t>
            <ul spacing="normal">
              <li>"serci=": Value of "pass" if sender/recipient signing validation succeeds, otherwise "fail".</li>
              <li>"smtp.sd=": sender domain</li>
              <li>"smtp.s=": selector</li>
              <li>"smtp.bh=": body hash in base64</li>
              <li>"smtp.hh=": body hash in base64</li>
              <li>"smtp.t=": timestamp in seconds from UTC</li>
              <li>"smtp.b=": signature in base64</li>
            </ul>
          </section>
        </section>
        <section anchor="header-example">
          <name>Header Example</name>
          <artwork><![CDATA[
ARC-Seal: i=1; d=destination.example.com
ARC-Authentication-Results: i=1; serci=pass (comment) 
     smtp.sd=originator.example.com smtp.s=selector 
     smtp.bh=message_body_hash_base64 smtp.t=1664511950175 
     smtp.s=signature_base64
ARC-Seal: i=1; d=originator.example.com; serci=destination.example.com
ARC-Authentication-Results: i=1
To: user@destination.example.com
]]></artwork>
        </section>
      </section>
      <section anchor="relay-flow-identifier">
        <name>Relay Flow Identifier</name>
        <t>This specification defines an identifier name for mail traversing a relay.  Typically the relay uses password authentication such as methods provided for in <xref target="RFC4954"/> but other methods MAY be possible.  This identifier MAY also be used for authenticated forwarding flows such as mailing lists and with other authentication methods such DKIM or SPF that verify who the sender is.  Because some traffic may have originated at the relay, which traditionally may be DKIM signed, this document provides a specification for DKIM <xref target="RFC6376"/>.  In other instances, the relay forwards traffic originated elsewhere, and these are typically not DKIM signed by the relay, so instead this document provides a specification using ARC <xref target="RFC8617"/>.</t>
        <t>Email Service Providers can delegate relay and forwarding services to enterprise customers, typically associated with some customer domain.  Spammers utilize these features either by acting as an enterprise customer or by hijacked accounts.  This specification proposes naming flows by enterprise customers to help the email receiver with categorization and application of anti-abuse counter measures.  As some mechanisms for mail forwarding such as mailing lists are often opaque after being sent and problematic for debug and abuse protection, this offers a naming scheme to help identify those mechanisms.</t>
        <section anchor="flow-identification-token">
          <name>Flow Identification Token</name>
          <t>The relaying service choosing to use this specification MUST categorize and name relayed traffic flows such that receivers can do anti-abuse analysis upon them if necessary.  In order for the identifier to be effective, it SHOULD be persistent in time and uniquely named across all flows through the relay.  As relayed traffic flow is often associated with a delegated domain, the first part of the identifier MUST either include a domain associated url-safe base64 <xref target="RFC4648"/> token, or be empty if no such delegated domain is present.  It MAY include a local part url-safe base64 <xref target="RFC4648"/> token after the domain token and separated by a period '.'.  This local part token can help describe the mail forwarding mechanism.  Combined the domain token and the optional local token form the relay flow identifier name.  If a message is associated with more than one flow, the relay SHOULD select the more specific flow based on local policy.  That name MUST NOT be any relay internal name though MAY be a secure cryptographic hash of such.  Also that name MUST NOT contain or be associated with any Personally Identifiable Information (PII).  The parser should ignore commas '+' whose use may be specified in the future.</t>
          <t>Example valid names:</t>
          <artwork><![CDATA[
0123456789
0123456789.abcdwxyz
.abcdwxyz
<empty>
]]></artwork>
        </section>
        <section anchor="arc-authentication-result-method">
          <name>ARC Authentication-Result Method</name>
          <t>This proposes a new ARC <xref target="RFC8617"/> ARC-Authentication-Result defined method <xref target="RFC8601"/> that identifies the presence of a relay flow and its property that identifies a relay flow identifier name.  The defined method is "relay", which when present, takes a single result value of "pass" that indicates the relay was authenticated.   The relay method will have a propspec tag-value with a policy ptype with a "rfid" property i.e "policy.rfid" that takes a single token value.  That token value consists of a domain url-safe base64 token and the optional local url-safe base64 token separated by a period.  The token parsers MUST ignore a reserved plus that may be further specified in the future.</t>
          <t>Example:</t>
          <artwork><![CDATA[
ARC-Authentication-Results: i=1; auth.example.com; 
     relay=pass (comments) policy.rfid=0123456789.abcdwxyz
]]></artwork>
        </section>
        <section anchor="spammer-relay-receiver">
          <name>Spammer ⇒ Relay ⇒ Receiver</name>
          <t>This demonstrates a spammer sending a message through a relay to receiver.</t>
          <artwork><![CDATA[
ARC-Seal: i=2; d=receiver.example.com
ARC-Authentication-Results: i=2; spf=pass; dara=pass; chain=pass
ARC-Seal: i=1; d=relay.forwarder.com;
    dara=destination.example.com
ARC-Authentication-Results: i=1; spf=neutral; relay=pass 
    policy.rfid=relay+flow+id
To: user@receiver.example.com
From: spoofed_user@victim.example.com
]]></artwork>
          <t>As with the above, a better approach might be to use the path based reputation system where the relay flow identifier is used to replace the domain in the path .  The spammy forwarding path is [spf-neutral, relay+flow+id, receiver.example.com].  Reputation analysis using this identifier with the relay flow identifier will be more specific than the domain based approach.</t>
        </section>
        <section anchor="spammer-gullible-forwarder-receiver">
          <name>Spammer ⇒ Gullible Forwarder ⇒ Receiver</name>
          <t>In this example the spammer does not participate in ARC or DARA/Chain protocol.  The spammer forwards a message through an permissive cloud provider gullible.forwarder.com to reach the inbox of some user at destination.example.com.  Spammer selects a victim domain that uses email services of gullible.forwarder.com such that they include the IPs of gullible.forwarder.com in their SPF policy.  While the spammer cannot SPF authenticate at inbound to gullible.forwarder.com, they can SPF authenticate at inbound to destination.example.com, hence the SPF upgrade attack.</t>
          <artwork><![CDATA[
ARC-Seal: i=2; d=receiver.example.com
ARC-Authentication-Results: i=2; spf=pass; dara=pass; chain=pass
ARC-Seal: i=1; d=gullible.example.com;
    dara=receiver.example.com
ARC-Authentication-Results: i=1; spf=neutral
To: user@guillible.example.com
From: spoofed_user@victim.example.com
]]></artwork>
          <t>While SPF and consequently DMARC is <em>pass</em> at the receiver, DARA/Chain verification result is <em>neutral</em> because the message was not originated at victim.example.com.  A DMARC evaluation would likely pick the SPF result.  Instead a better approach might be to use the path based reputation system.  The spammy forwarding path is [spf-neutral, gullible.example.com, receiver.example.com] which include evidence of the spammer.  Contrasts that to the path from a normal message delivery by victim.example.com using their cloud provider which either would look like [victim.example.com, receiver.example.com] or [victim.example.com, gullible.example.com, receiver.example.com].  Both would be distinct from the spammer forwarding flow in a path aware reputation system.</t>
          <t>The spammer may attempt to confuse the receiver by replaying ARC headers before forwarding to gullible.forwarder.com.  This would change the DARA/Chain verification result to <em>fail</em> and the constructed path very much [arc-fail, gullible.example.com, destination.example.com].  As gullible.forwarder.com is ARC and DARA aware, it would indicate that the replayed ARC headers would not pass ARC verification.</t>
        </section>
        <section anchor="originator-modifying-forwarder-receiver">
          <name>Originator ⇒ Modifying Forwarder ⇒ Receiver</name>
          <t>This demonstrates a spammy message where the forwarder modifies the message content, representing for example a mailing list adding a footer.</t>
          <artwork><![CDATA[
ARC-Seal: i=3; d=receiver.example.com
ARC-Authentication-Results: i=3; dara=pass; chain=neutral
ARC-Seal: i=2; d=intermediary.example.com;
    dara=destination.example.com
ARC-Authentication-Results: i=2; chain=pass
ARC-Seal: i=1; d=originator.example.com;
    dara=intermediary.example.com
ARC-Authentication-Results: i=1
To: user@receiver.example.com
]]></artwork>
          <t>While the global Chain verification result is <em>pass</em> and the message is considered DARA <em>authenticated</em>, the modified message body change is visible via the modified body algorithm.  The constructed path is [originator.example.com, modified-message-body, intermediary.example.com, receiver.example.com] where we embellish the path with the modification result.  The set of contributing domains associated with the spammy message is {originator.example.com, intermediary.example.com}.</t>
          <t>A different message may travel along the same forwarding path but is not modified by the forwarder.  That non-modifying forwarder constructed path is: [originator.example.com, <tt>intermediary.example.com</tt>, destination.example.com], and is distinct from above.  The set of contributing domains associated with the message content is now {originator.example.com}.</t>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1925bb1pXgO78CQ681Uk1ISlWWZFm23CnrEldHJWlU5bh7
nKwyCIBFpECAAcAqMR7ndd7nE+dLZl/P2QcAWbLi7nSvdh7iEgGcyz777Ptl
Op2O2rwtsifRu2xdxFv4T5M3bVy20fGmXWZlmydxm6Xwe5Ll11kdPVvGeRmN
4vm8zq6HPnv3bISfXFb19kmUvV+PRmmVlPEK5kjreNFOk+UmLi+nNX0J/5Ev
p3GdTO8/HjWb+Spvmrwq2+0aPjp5cf5yVG5W86x+Mkph5CejpCqbrGw2zZOo
rTfZCNbx6eimqq8u62qzhk/KNFtn8H+wnrO2zuLVaJSva3q7aY/u3//8/lE0
usq28E36JBpF0+j5709O8b+4fPgPb2sUAwyqmt8YRfC/xaYoeC/fZfkyvgFw
4Gb4YVVfxmX+17iFtT+JfldVl0U2gcUkM3qcreK8eBLd0Ie/vaTHs6Ra0cOk
2pQtQgym6sz0dV2VMFqZ3sRlPDDRy7hpcejobbuNXrWpnWwO317+diFvtAAJ
mnE0Kqt6Bd9fAzRHebkw/5pOp1E8b9o6TtrRCOES3X338tmjTz97dBDlTRSX
dCQRHloa12kEH0eAKlFSb9dtdVnH62WeROu6aqukKqK2imKDSryyKG7pm7Ra
IToV2XUGv5UpfZYl/DAvAY3qHHZVLaJV1jTxZdZE6abOAeKwvrLJ21kUncH7
AIjo8exRlGaLvISX4uh6U5RZHc/zAgdI4qIALKbdCMrG+Fazjlc6dNQgvrRL
wKHLJTw7Oz1/G52eH/NXTX4J403gOS+9RFjwF1W0istttKrqLKqzJF/n8HMz
oV3V8SWtdomP1puWzgz3g7/wmLCF7zLc+LpqMpiXL0bkLkYHsPO4yVIDXlxP
mjdJAV/DloqCF+4XQnDFqRqcdDXBd6obXBXOJdcazhD30C5zONF1XAPMYF/w
JF9s3Z4dpG5k33pKcNVSPyNs6GQRlZXAif5vDccKGABTb4ORAIi83yyFz04B
hBUuJ28VerAnuJOEgo8fHX52wLvBGWs5bcLAG8BE3NI6bpe4svkmL1LY4Dgh
egUAT+DqV+l2zLuJk2RTAzrCchRncFkEuu5wclqyZFjm+RLvQdFUDEr+1CJ8
mhESE+LgenEHcqxx28bJFR9KBd/V+guMy5dvladpkcEd/QRoR1tX6YbxGx7T
xG4i+OM6TwnbYbplmf9lk+24bvOtXjXavYO6xzKYPjqxUMc9LbK43cArCALc
AwyONCk6fn76PKLBdIIuzHB78PZ6My/yZukQpV5laY7LgkE3RdvIrIQityBx
w9cFWBFgwtFRtMxiwIEGt0Z3iVHiBq7IUo/F4LdH5lxOE1d9A6OmObyELE7w
OV7jVaxllR6lz5du1dHp8b9G8yza4E2E+YmKLJC+MmmqcBDArKYCWBUVEB/A
/yJPthOEyz28a/A85zmfnyJk+XmUXcfFhmkELK0qM4R8DjPmJRAPpZ3+fKua
QDgavXgPx4iT917BsRx6NNEyvs6iq7K6Aaqbr3ImSDgIU7nNYoFAXdTVCnaI
AyohLQi3ulgM8MuapM7nsBlAiO+ZxedZu5imV/lKuTyAFAZY/enusm3XzZN7
94CRx8hiroD+4dsz4Gn3QFC4t3+AewdI8AHcK1zlpgXq/tcMWRLcZ+SgEQJO
cYFQvdms11XdMvbgfm5yQE/aLGwnideI4MIJVltP4fAt4CJxkaeeAdBtEFyg
Q88bxl3gs3GaAJt13OA6h1u7MhgMn32dJTHgDF0l+JIpOazYjQ/rm+jTBk6n
iGtAo6ETmDE5yHhm2OxlBQSJSVXe8F0rs3ZK4Ixi2GK1aQuilkBzkM+PRv8D
MOcYlsrkPgEo5l5wwnkN9Y8dZODUgFnDOHFREQ/h+954RiA3sqpz4H2Io9Fd
+buQoznQy+bu590Cgaf/hFMWUgfkCG//HkpKdyo6ewsSyRL2CXcqK+Mycc9n
tE+VXxvaJ9LnegXQcNRAjx32sarSfJG7DRJtV5IGW7tZViuEPo76NWCOHEtb
FRkyFIJmDhcN+R/9DQgQ09UUgllmN46GI8+LrwCZEAlhFLqdILA2VUkD0wAA
tgVcanwF1gZDo8RVVuU0HF4nzsuk2KQ8YYJE4BqpeRVlJVwRpO0gWxLSm8+r
ksnI6JNPonMCTVVUl1va83PkjzmRCUY5EJwjlJybaHz67dn5eML/jV6/ob/f
vfif3568e/Ec/z775vjVK/eHvnH2zZtvXz33f/kvn705PX3x+jl/DFR2zKc7
fvP2/OTN6+NXYwYioAbQis0KxZCYITcXBgMog8S8S5h+/PG/Ad84Ojz8/Kef
ZrTPT8KNEb8hoRLJBcuiBJ8NXEKhqoy8zLtrh1C4AJVE3EwPPz06hJmi6AV9
uY63BdxT+lIZ167vjug7vgBulxvkiz/++E/4ysPPH//0k/JdYHQ8Cm9kIhxQ
N9941huTGAFkJ2tvMpbLDM7Q5hwDQRGutACAlxv/etyg1GDY/zBkYFR+7OCK
G/u35xFRnAJygpbYZu9FTkXRGpeyIMFAVRYiK0JO5OuZXINPouMElKftqkFS
iQIP6GZPQPKBu5GjdoT3Ci5vCReKTug5y1d4aHKocaOHyifGwAEEbYim8cF4
TbVaIwGBI0IymcC/IlY/m2W+ngBlKNOC+IOHMfwTcBlI4hNc2ZC+noq+LgtB
CRoWMiU9rqNDwE+rLGa5HpZYFbA9EmBE/AWdfCO0h0UWHvKzB4/hSuFHi/y9
CsIIyIaHDcSbOvszyFpIg1V06giPAH18nbA9BtHsEgSUwrHuFYgxoPg2KwBx
TbsjOUWZ+U7dEX84DiSi6TuR5OBprPOjLF6i0oDICy+FU5JYz5eKZWP9qJFF
B7KTcG9FLgFezJxsBig2vB48yOhYSARhMJweq2oF3jhY7qCAR3IK/7nKAGlS
IAQqrOKeQOlfOTF6DTIJMThHdR4/uk/UivV9XARj8++zbROdIHbyB6c4NX+C
9gA49/8oVgCxVDC48TY0fdqqS/b2gul/LkMBbPJUbjufz5RFyFNZV4hTE9wA
0FxHNJ5VbOgBqSC4vFNjNulo1rpjpT56kfG0gaBXC/9OI1xYVZsb3HpsFf00
K5AvIGVsmbQ4MsYwbLL6muwho9Hp82PYpW7sOX+5jY4vEZB9rkkEFuBzemY/
O3OmxNs/PLcfniNawWW+9TMQO/E0zhhqbxk4L2vQkdEcqWT3s6P7j7t3xV5g
2L9yXwYBwHK7zhOyljgt4eQt8jW41WwqoP+pEIMUAk74LWiu8SWPKGvi2wuY
DYun6/sSOKBYEvQmiGoAyiEIE0jKSOwjkbv2Wq7n9h3iIxTHgikQ0fAu0FVp
CM8LFL9hGJaAigz0EwRIAWSh1iU1amVxBCQ0B7kF4pdplgCpJezUt5usRSA0
lpro9eqxBieQlR7h51XK2jpNh7OsDWw7APDGjOPWjaDqD91EggdxNVz19Ex1
yaiNL++hzi+c1W8l2EG1ZrkA0AGWMz3LAIjmy7xsWtgDClcvYRBdgWerdgFD
AwxPjftZtFltTt7pa2KoEPlyEC0EKhORHR07Qs2DzUJZqudDkPU2mGYzb7K/
bPDueWnyOo9p8cOcs4cwm3VK69v9CSv5qI4xBuMFbTewYFxQJpJuh3kGpAAu
c0zCetcylyvL5AHQZsaAQjnSm6yIqiv3izsXKOuiyjh9OkY7rTtA/EGMEaSU
18QLjk9eRS9fvfmuZ5ILJVOUchLUzfkSNMqFRZ+GlxebmuyTwZbJnEqkjykI
yxJKCJC+MU4IZ+f9DqjBFlrZe+AYSY4mBwEcwWfVZAWqrmKK6UDDAgIwGXRR
PA0CEP5Vjvk2WkOE0lnkzm5JpZjzGP07SrHODRPsOBSxHzhuLuOICU8M70Qy
rELKtC5HHYUZImDEecVMOpmwXfgmb0jQ3EakXOv6+itSMMCGX8V8Xa3meJMX
hZdciSvDLUMz1EuRYNMpWh5Y5GTtUU6H7aKCrWaa4zTNHUHqWFDyxknG6aQD
TdrIPNO9EErt2spbe0CyB4YA2qm8SKoWejJJl2weQQF8+OD5tcD4hA/pV4Is
/i6YBOtiT4bdXvY+V9WtswZgKxVLNWUMBGtiKFEZ3+DCeW40Mft/wiAV3xii
z8qjGIVxCcZdg1R6BYC/ZJutiNx4C5OsBNJdsdkg4/tAFvhlltd01jihXuiO
AoC7nepip7Q2kAUaf8ndRsSyc+bv98VLgPWFIo9QMjpmUEguS29s7dIxebVD
zhwt5NGBHpP4GvgbvNmDfT1ozkQUzYXE4orkcNiJ1ddKnN9NHDnsLCi3gTts
yBWWx3NyGKn1sO8Yi0XWD0i8ziQn7t1NIK7Sj5Mon2UzQUqQq0GnQetfH3/R
+o0o5pVP4JUJmV8RLvDiFPVEMWKGrjZ1ybBNVRRzkI/ppFROy9gldFmG25Kr
AciEjoPQHi4GiRsQqTJ/AoISNLhj7LniCOzDvsVf4zaXORuS0BmEtFEvRMeA
jESo6bARMntjXEBOphnUtmT57r9k2VXtyMBQL54dDplCsqzQcESuzGpgxcSG
dsGLoHQjHtCt+gQDq7dzTgRTw+Zeg5TiXPTF1khBq/xy2aJloMkJvuhoYkMF
C+FkvSHQ7SCBd5pgI4CovHsdQPHp+yBaw2LX1MKx+WB73a0jkXNnNBKKO0C8
QShDBZZVAOcvEcbhGMgOYU+ZT7Zat6TU104KBObiWe48I9s6IVJCrOg7OcNh
Xda5wefVe732oL1O0IeNONS0db4OuJuqFVNRNw1tnG/QBYtOgHmGV2H/ppRN
Eh+medZ6XwhCGWgj8RXSGqJXzISVb5F/gVQeNEfAMSzQ1NtaJ1/jLznL7aRN
s5XOAaOAAycaLbtrdm+vof0Zq9bOnUXLGA3V6BUeBDSFfZB7ktHVH437Am2L
WzxNjS9QuZZZLsk1IEogoJi2ixB7gb6WC9EFeixQxCLY5CUKywhglF2rDWlX
XpjGYY2HmjnnyevfeRuSyoWwqGB+Nc+T6Mx2+FjkLWZ26n02l6A/CjsA40Kh
hqPBYN/E147SgdY/rzYdndeNmJfXIFKgPXiNyCNCz4A/fVCldjwnZIdrEFJq
Xcv5/iEEg9nBOrG+fLrJ5lPkaHQC8smdZsftclDaRlkMaBO+T1fTczWSIsf5
09fj6K5OfcfNEXFEGjky4aXDsfNxWoIFm13kddN6XnOAILnJgOLEGjaC7oCE
UAfjHhRpvERM03VVT2/N9zKqZysZh0BZhFAPohOO85XGYji+gLudwlYGoSc2
BAI+k04S32+9QdGOwxhaXeOhPj0ae9iyj48drKBVoJ9CCB1IFLqztBKvK9BN
NjLH9EwIjS46mwH9skwoEAtQhD6GY3AIcdsyD7vLrLNYHJC3AsaHlCjSh3e4
MYYSxYdBahnfxims2jiO64QMBy+u0TjdwR1VR8jnz/fVPdPVIHL1Nod7awRJ
QrNA3Fz1qQdygbzcMIZfZmVmdOZgXHbsYKAT3iLiyk2U4b/x1qBRaD/jn7FR
LHsfr9YFC6gYLDBsrNJzsOFqnsLLrUb6u8yKtbVWoEVbok5ECxywYcmRG3vX
IBQ3pOYTLYBJVF4H0pLCq614g3WlO/aBUUkDRrSZ2IxZk0ZEfxfGCR6DGFCv
orvPj98dH0Q/fkImLo4LeFYBwNdtIyxx0ObndV40NapXCgkiqwHO1Crck4yH
JYi46O6UhzMKCXOhZ3FUVBUg0GYdOuNEdrZiPGMtmqxF49bT9IL1MUbtgWTm
URmkAbRNuyBYPAS0z3cVwE5sDG8tU52NgH6Z440C0Is3o1SXokEAF3ug1tbw
EDjCwmvo+6FMcXwaJqow7YRowXIGDGwkNBSFjbATCiOnMDFxJKrEGDMXzDxe
5imMNnYaw8XXSfLkApneqdVFCevhYG7irTqFBBuclFCjN5ctxZ5IYKBOssyS
K6VR7569PY/O35hVJFWNwXu4L3JeIcY7WmoWW3pl3Pi0aKMuWHXCzjorvYig
hSjAjuIAtKoZnFdPxHL3JAhYrI2hi+UfYFYOut6yN89CiwzZf5ZPx6qhEY9S
UyKPNWwL7fFYdQgAqqMZO67ngDxJtd5SlAiK/xEemU7EqiW68FIy3sE1wTPA
9ZFuIcGOnqwELvATdkKAcBMlxANhdLStX1gz45PIGYs46IBwjMzkTtQx3ncW
suT2MU9nAyVZUsQN688Lncw0ZxCKzGqYzMQxlTUrPWjYR5fnOibBIgzW+24J
+n2zjpPMXQ2PUXwmaP+9BDWdYpfhYv/tb38bhbsFseALpIX1b4X/YPj9hH45
sj/Rp6PRceOQjWzNQITdZZ9Y5EIxxyIX4iDsClGwZ2R1ds3wJC78BWBTvrdF
dIJ6hYiJzMR7V5Mj3mhkVxnHQ2/YZh1O5Y/cnGMnqtD4yPtH2EUh3aJhpPNt
YM8pNYhPuL8oH9dxQvqFI12dKHljHuPr6uyINiA2Z+scvMwB3GYQFUc6K+b9
X0xC6uIuf5EHFzx7D6jasOEHWRHpKt3DC0OTJXinMRQcQapLrcpCTKFxG3yp
Hu8u9Ol+obLukKeJVwFJVcBo1Dbr0yIxdo4f719WkPWrIl/mCqN2ZZl0xYiw
XIn9AtVdyU5IQT9F3jaIT+x4uyXuZxjpO/R3GTtnpCey3lyDpnYyEj+JQAoq
aCfIPIfHZlTCIcmLJd+qYUZ2DWsGwtIwG74E1bFdrnZGqjycPdBTpmEHFYNB
JUutsMCtF8hSUP6nONa4yR494NHIB4y4QOSGBSeWSTVcFg2Kq/VGpB36iPyi
zJzbQJqjp2LiMfzMzX6L4WAHSJWTCcl8IsR2cNNCdWHGeJ6ks9msQ5O75Fho
L4llb1WyOlY3iMjAQw6S0ehsMOwR0R2NJ6AyoF1O5NQeQY8oihfkjqYKpFS4
gFmq0TSs9ZaturhEyE2r8k4bDG1kXKvuxOyN6hBvlkw15oRuvZudEcBJYT5C
l4OT2zpGS6GE8mV4YVaY6zCX2PYcs5FSXB3jfXdx/wocHj4BeTkuM4LQZAA0
DgTkB+Co5XiO40u6BcX/N1l2JRtQxsO7JfJF7qFFpTF4XvniKTC6xkSCetzX
WFYYFTWPDRtvk3itMWJVR2XG4Fk+CVwMjwQIoZSRT8x8nwdSprM4kEjjx+kD
RY5Cc2ri6Pnrs+j8X859dCXIw6nss7ch/Rz3FMmmjF0rGCP0VpcYRYsROvJl
bMyLGpXosd9mXdAqZEGeDKK4Ra64TpQyLRn31FmLhyWSNLSeZOyuUrPH/qGd
9sLuN7USBUscjb4L3lIxpUF8dpIRLRBZPCxy4l+2ZpHBI3H+TB4IQCp+TgwM
QUcxK5apWmnGf7xgF3QRz7PCwQ/VU2+gCMYPI4lyUmFX+i5GQW/iwsceq4l4
mNt8Ojua8VUJ5iBeSR5ZF5FB4GBpnS1L10Dkhx6qHI+o4cSejMSBMb74x4vD
2f0fxj/IVuXakUSpjkBGETjVVh0ZAQwZFZAy9t+gGQF2ydKdmTX5kj9azd7y
SRAuzSpHRhkZDRLAxNnQ5XVxg3sLkKMN/bAPTR8KJ6S0utwG54rJnOCK2KCg
pTMWUVR4gRtBxtb3O3PoDuD+clbCWVZf5yB8vWX7Wh3dfXH2lkzaIkuzs52c
Esu4WCBCoW0LdaisaHC6N2iE0zNCpdGChQJc1pLnxov670X7BT/9atxNSST9
G0h14uUGZ5reHf3T2bO7BuYO61UXkLrDCYl/aJd3Aq6Gv5s0V7GyB9DV2AtP
izhXWhkx2Q92ULiFZ9joM2WAkPsX09s4ecfLK7JhpDLyfSAPwqcXTD9mZswL
iWQjuaxR+en6Ka4IL98XEcGvLxaRcYRNPMO0jQJ+0I3E4oyenDKGLs1rjJ3F
gbJHlHvMT+VfcvKnkuTQuSKlXhE/tsF+OVeRdnWwvwfdShFpPaKRWdKZRwwL
7rBH9uNhsIjyUvXFsPziVFmxWE4cE6uFSsSriYZ9IpSBfyCuqNxgEyDzxiyk
Y2ILFDPOWeXnLgCdBvZxND2o6hS8bkxnZY6PGQ5DAAinZA0igLwgV75gzov0
sHX+CG+K96YJgiJH91JY42lcTk/KKRzS9JQyqVUd81asasF0TLRVf+qEcbQA
NguiMJuJv5ef2vC+HtK4iz0h3Tkw0oRC375zIA9Sz4sKJ655a64Wxx+M52AX
vNl4Hs6uKeocxIRB3/hDJTzbpZKgKkHeS8zGp2GUYK4qSdbkgh/MR+/CmYmA
cWBC2UKHaTg1DaHApoRJ/p5JRDBtNwBUra9EeyZ6PJ3Nixrrk+AG4r6FHgUz
4VBGnhI5U8LoOmmGYhrwblgiCY0ypCFyxw7s0IPgs0EoTIFwj1xqgX9oMowd
tOBNGQcpYI4UooLmvGndiDVn9DVlGMQxqbaewEElhguBFHs8/GXMG/bteRtJ
uDtFxIvz6mISXTxLLiQCfMBqZNxBNhVxIlObSZ+WfJ/UaqEL4EoCA2Gu4sDN
nx6STfJpOT1kS7FBGIbTlo5cjEKmNECx1XNCtOWD8ktwvuTzYFVI7UxwtIv4
DVJC9Qp8GEvqm3y6roOJMWvh2b5GbQ5N+7qagZsxCLL51jr0vFUHLT7Oma2+
G3sA/45mMrltZm9srTIGKhYO46apkjy8J85IpXcZrap5Q5pDpq5txHDv4tf4
gvDYj5tms6JoRhfMIQDu0H1erIVVO+TnalR4ca7SwFNx3huyh8ZDXxK2dZ1m
oZ/WE2Z9T6DQVtWHQII8GgRftpTvSx8KQXOn8fcGJcw6y7yMEnNRDVe7JVWp
Qc+5Swo1p5lxfxFerAF67ecWowlTXZNlCQIxkUF0e64BmS74mpk31JOPb1Dc
h+cQMrWdudw/8w5ibOcosw2opgUT1ODj3lpVmEa9DfgYRvLX2yCHtEozoeVW
IndOH0AWZTkulF2QDYPu2BK4AP0djQgSj9sHjeKuiJJ7LqYRtjEmognyRKzN
Ly8tybClV8hZ4NOZhvCMMxcbN2X81KeTwJ+KY1ajj+fVtRPmfCBPHnJtZ/MY
tNrvyWcy6BCaymoT1WNTeDWTiVMYJpLPLG8zgGGBirESj4SsV7FnZktlBIkn
ljKFyvFADHyt6eexJJpjPtVW/TY5mQE8TgtZ4OTGr4yqR1UrKFD1UxeK4eP/
DUbFEsZLfk89nGYJiFtsBwKAdsdJJdWmSNnSWeRX6Gj4YefL6Gg4EsUZIeq3
13Ux/ODiPnAfb2kfXeHdhpu4U1fE0SojtiQL3UANPXFhfQNRJyKMkxPQWwjt
kVmODFqME/wDgmSS2nZMpKYtfiLhtyZPxjrV2ExYdtWDNY6V+kxon4/RT7wq
Kw0o1UHzxtiiZmYxd5o9N3pAp3Mj9ibu8Ns7nTjyeSbWkA+54BSbUamDtQ/P
yT69hfk3STpITzB/hP5h9C4fbe50kEBkYw0XUTdTs4yhN6Kk2dO+0wTA6jhC
VIMWljHB88abpLlLxkS3I5tuTyDLuRPdZFYdbdjIG0bsEiAIB9wH3nvQC+4F
mJkQY5n70/7lFCZLZmqxZFTok1IJYzeVGTtKMR6KXHJGA+OQVm95BdyzdqJE
g/6QbE1nyNjSXaeGnvIpixASPELLSrklK9Z1nm6k2tAtw9ErFwIb4oLMeFM8
RvQZc4rjPEwf52Ik4eyhWC/5pRIh2rT1JunIPHFSV0Br0YOYIz3fWXqGCJwy
C428C4v+qEVTEve9yq/lsdCj8ST6g+Kdd1aM3SEbt51xY3V1ZjVi8qiMumbg
HSgb5MpxiYs9KbDdtX/ULDc9a4UaEMmDWWRs80AS53jOsFl75lZRBquQ+n2O
/d9pAifI4AJYxBOxk2ve7MrzYQloNxBY+MHjM0K1lySUGvqEIC+9l2w1TPI6
2aww6DLRzE3vdRCutynpPtMNMFqSl7MYG1+wjNCIdPDGl0z7f//n/7owyldo
S8cfVDQbjcybmschNv0QSZ5E6VNfiG1mZBIRXCQwAC0F9ukII8rwx9/ueoHd
A8ESMTUHEeNuTHK2UtMDE62B+CYBGumuub/Yc7z6rZO5qNqtl7z2LTm6Wyfr
dgakhT/a+65o/SH5PfhHQtfl6xjwoq3IA3hX7KGTz4xD6INPAwNobomz0Vd+
PbLRyBnnf8ZlQCXi6dAh7YX90QfC/qgPewv+nRjShT38b/e7O2D/K0b+4zFy
iLOweqe4+oWWusJHf+DCpXtZTQ+po49jPj000G0NI4nfE6+//oi7djh413Dk
j8eXnavtIsvuF38ZTPloeB6TBK/mAKmKm5pgu4kvi3o3TlOXkhq7jMUDr2iy
B4OyhOVzcTOhrN51RP65WpaztMp+yxVz3eJKkJ848uaGbDIsVHUTJbyhejQS
zKVSsgcfhRxEiPvr+EACi3JiBzP2ba6DG/te9V6IDoJ88Stu34rbQ/TvNeoT
05fOhRgK12wcdwZXn6UQFP77Okk4dNZ7IiUeazjCkGnWrSS0d6B7oFI+JcWo
Lzzfwhp3seXeaCPKD9rxjMF7vuxFrUSYpnfpTNWqZYmBl/XG4TEllLf+LfkV
7BNvr+m7stj0xpNSJXCqekWW3944YTQnFo58SXVFdlEJdJkOHQ2Rit7oH0gp
RAscumr9BQ/ds/5bP4dE/AfHqOO2YwEdsof5w9+BSYQTCpVdiLMP15CcazjT
N9VNJt7VIPtSgli1Pl9o9iETt3Pu0dorTx3qzPnVxB8WusM8q+vvDfiy2rDV
3tBki03RaUbQaOCxMdAP5UJ/8+LVG50Wx/Mg01lcjCPlDz/TnhrPuKdG9OMn
bLdjasBuN5NRLeYjSiWE5c8lM4TzDqR+l1hVU43SpljBvaW8OiXkuSQQl/bI
4rrIEXu8ic5W2+5UNLP2L3FXv3z35jQoYUSl1HigZseCAu/HVOfyJklegTqn
ZA3WJq5R4rw9UybFb9NH3klpQs60lDl9on4MvIbSHLM2Xi9hrQnF6pdXXHKN
TkvWOwBZW6IKc++poL6zIAb1pJZ4omXJqSA8rcv+jMZdRBn3e6nwK9SuZbCQ
CaIN5cFL/SSy23HBbpOjX2E7l1qrzrYaJ9mpgZHVdYXHhG1mfI2CAlNQYmsD
pPe0IYKmK7ohe3XdHN+bcN0w92avckDctlh+SHJWWqz834VoneXln2mjreuw
QB0D6J5sWiz75NxCpXMZ7ERHH33k0qn5WPuRjx3Xjt79a+87C4L3ANQU1IHD
KSgw7HGelVgPywULiFtdgRMmpeAHBkydb0z9vd474rDKKfwU81lCcgCbsu7/
7tJjoz0SSTaBw1Ja6dzSeldrr1uhI+gywKWUqLotZwW5WGCXmMIlhTJP76SK
XceJrgU9G6Wb5EYR2uMKvKIX3PlXa77bJni32TYtVbT/tkRndrQGJlO4TkBc
WLj3OkYg8qK08nBmLmGONc7p2rWZnrRdjpBsf1xVyXHRYcEMucJoUiAccrld
tj4BEUPRH00xUz82VfjnPFZ17zA5+VrJybF6lxjoPsbMVby2Higq80s71+/Z
c063w8OZssOVm3AECtWdpBB/7YbSZzASNKFFYW+oJ0GWXkptrUEaPvNNY9ya
SJShz/yEOTc7WrOjQWM0xVXGL7viGIQKyAuwWURGeXCM2j227qaspO+fenIp
soIjJikjyAkaNvsmbp1zn8oosQh0ExcUmcc6lEDJubTlEg9WrTODHY6VmAw6
53HDvXK3CE/cHJ/V3Yv0S7ieX5XTwy/v4R8X0STS3+SXA0luD/zf1J2nZOeP
Bi2MKYJ0HLgguZwSlaF9KXU3x7052f3bHb8nlDDk/Pe9r29x6mnkWzBRx3/e
GTva4R7vOwwv0jv05Wv90nvimXxj+gKdiEMnrV4ozjMJ5/PBaSehh1+rTTVa
f64b7cvRnuyQZd6rqRExlwjBkpo0s40kI5TNSUxyYSSRhDhmXv7mLB5cv4/w
cm486ye0gX4cwQSg29SSyI8Vc95LChFeIUXA19OjHgK+dghywIEdC786Rraj
seoT8EjSXKlMQNlDTrhSh1wLufvksANHkU4k36jNuCBCr/KypnwMlfm0SUaY
yOilW48LA3EfYSgpyGJ5TRmLsNf7Y6/5D594v75sgNiqFQcEGSO/wwsyGr0i
JLQhCux7TpEDOgC7eKVOwDLHQIR4bkrI+RphmH2PL8CKbiopwt1QJl2mJbmv
smzNC+aLwT0MbT8PIpJEVAaVmK7sF2NAsvKAIGTME19b/n7qSgH2a7VN+gEO
0lUuLuAM4bt6UxrqIYuWZ+tqvSk06+HW4KiAfyAMzQ9H3YBZojtal95Aj5cQ
VI2z9eDu8g1TYDS9om980UCTylf8oQJpGD4HXWqn81NwXS82xImbEo2lgToT
s4Nn5vwRIx2hfOOID1wFDOJhbWBFfN5HBOMnTbVoiTrZwKemNZFDZnwTDeqn
6LwjRguidsrhAokbk5pMGeJhyOkhrLN6Ga+xrws5BaRDGTXRiGsyzEk92qsN
3OY6vtly6ydqAIPJzh9chnbXAPcOkBP8I6reHpA4SUU2Vkh0nSriZC7bRscV
zgtVW1PLz7H4Lt5ouDhmavIJT24pr0fC3lAdORsmLHFwYYG0Xos9Qn21ddo0
BGfj2VMN1lW0+ZBQuSA5YncTgJ5IGYoKABhhx05C7Eeh7vrkvn4SUCiuBeqS
M7xhSWu+yj4lnVwTV01xR6H0lsFpeTV5WxWbgbV319Zjq67QnjsvF/PeD8p3
8WLoomPaiz1InfjGmVOUO8LCgcmEK3qs1ivUKhzCXCanIVR80Ui55CrJJv1M
ItIoRksNEg5GnTK6htabvATUR33bFt6VxItV9QevWoVAyo1vKUhTBBZHbMuu
3YviYwkLw8HwesaNMvQ+O6AwearXBpq2M4FwuD8LEyTmUqm1NHvPuXNFwf/K
Gk0O01aju8yifnBN1qDBtQKTLQ90WVTzziI7jJpVQFei3Pch8X10zocHYtE+
R6Nf/leGjuOFZ9oswEhdvGeVvSZKiqxc4HjZhUdPmbn7woSKHuAgvQEconbH
6HDTk30LMBdEoOzfSIqMyJwQS3eelL54qCkT5PPAIvikkjt6L1ZM4hNY/RYr
wE7x4TjEDrfAmjNdXYytJuxI9heXxZcrianAaksVy6ncVrZbwIxMsWRGOne/
Al06bx1ER86k1/260hVtndvWHtoyzlKcPWBF2ADWAdFg/Nr1gdfrhDiqKVcV
Rz0iaTagMb9a8KLsLi6KXcoRWahLPTimm51sptylfbrgZ7EQcjDFtoRnwBzd
QqMLv3iKQ+dF+fgIeSxD+Mbl/sqzpifGfrQlkQndKyuW7qKlFEs7KZHMHP7I
lu+Khj7A23CcwXYhWi6+S3MOuARW2/rcEyZQEs+9h0b4PKs9gcKkaXJ/eCqH
7Mtoh3L2QGHQHo2ew96ClMMLKtMJLDSIJO7kJWoU8KmG1nyNalfHZmkKVpXq
BOn31htoWtzt/2SyMcRapxjJKdhSRD2oBu9rvQGFj7Ubx4rbfZZsyRBn/6zX
K0fMsx1oSaNtmhPQcbkV+HZyCIm94wh1Pt+41mBxq+1FY7wGwVp1OirPTKXK
qIRjUMyi9pTV9ljkucvsUvtt5LBbvHuqANnVcZI2esVwTSjg9NbahYApoobJ
XItFJoMP5CTswVgM8neB7YK4g5HtoQfWZ9iz7ZPyfotiINQdPh03ZY11VOKm
m4m+kGpupSWTxBGdxNMNag9t7mjvENcz0Lyi2FAbXdby1Mx+j67y1Bnwe/n0
nBjIg7omDqbIjm3p6+r0npNWBKdBaEStxvWT3CxFcgyoIEbQ9QHLH5lWZOgz
36wva6Bi4RzByGm2IiJO/Cz2NzRAWiqaacu93GV8c3BKDYr1Qo1kzEA4Pohm
Ltvww/MJFLAhMCl9hktNESYQ+0VzGI40/bp6P3Wlo9BSWLJJyndGDSZkY3os
pe5sVzhq2yGRFifKXe2hyJLIX9EspaigY5EmFU3DAYOo1b830oribvZG4t4S
XjdCtidBL8NzUCCbjD77JRID9kY47sy7cBs1fpyPCG9CwvIFWy3p7//MkP6Y
eP5PPzIO89MPgd+vJ/gzT7AnJw7YX72015N5Q+mFrCIdUU+If1dkxy+/H97C
JNqx5Ek0hDZ/mn0APb9L/hjpS3bwK3n/pbIsPgwff03m+kelzuwihTuixhFa
5kh/zfb6NdvrvxbK/kPZ4S/C9gaSN6hc+9BPvaSOQCfr5i0M5CPszOhgTVU2
q/FLrsQyhxi6zKUGLWBMGpRSuDaF3Tjmf2OBUnMPeiTJ1iHdIdN9xBKO9s27
NxsBDRH9FIHbxEeXEbQvX+WD8D8oqHXbFehZ9j5CJuyteGJqw9bbj78wjkt9
EZ1JPOVgpuc3WlimYYTt1kuWxo0fzNP+XfWNj8l7+8BcU5Pl2IUNJ+tJZgDd
b7E9cRS3NLDrpPQhYbEZFYPXvf/N7ZedAUh5iP9VTud1xV4IdeV/ckSNqzzJ
xuaZNhBtQn4psoLzlaSKURRTkbeYMvacQ1CcPyR4Pun7OHfRD3Yq/tLEw3nS
/iS9/LCNN1G1xvsKOGo8TqhvqBm7qrlwK/f+5sJxnz14/Dl1EXXZM2LvdcV4
eM823E+M6BKarsF/LjSgEyTh+7pL0O5w4k0YL3w4Vi+FJ2a0SCmtScsxrcu5
0l0SetW5D7c25Bg6qCV5geQ81T1vioxT4WeC1nAnPvbNuymwT64MNjQbAkyj
bWLOFjBeGgoNRKOwjQ/CT0FmIjdNODeIJiWZoiUsZSZB8NFbaXT1TPAsFs/C
uUZ1tFmyLPO/YCE4DtmJNmtsl+B6EvY6A8p9IBC4FnYacqNeIbXPSw29LL6i
HNle7zAzMkaaYlQlWxZulpV0tmFzNxorsP6389M03POZ3+YeXmG0z7lv4NUs
eS9o0O++yYjhZw4bc602TSvtxTCMXgJ26e3OfqbhfsQGQm/6HzE9haBdbIfC
lfgan2GoMNZ46x7aM3bE84owY4i8zA1VC++VeuNWFvCXqdDu8whdPiJSwriT
uvLjj7vaHP2k5+qbYEtHaAVx3J1Ta3RhSKJLGYlO/8X5yV0qhMmtNP3b0irX
DhvNUmVoDuhpbepOc2cgf0VTItvceA1xqeh8lHVqAUuOM9VpxU3n0h/zursx
vgfwe28v0ttyDfvGlmt8qifHr48HriEFFScbco8jASorfjNOOJp2m7Xw/XQ6
jeZxckUjHSdXZXVTZOklfkWjxOUVEJuK02teAKwBw6KzZAlEPllOoq+Bc2Sg
K5X4J6AbAOhVhbHz/1wty+jdLHqVXeeltE453dQ1QO1sFv1ewyO12DtsVqfO
qP7XIsvSOfu8TvGAW14JhRXASk7jOsEZUwD5DQ3CNEG8o7RBDmOkbrKUxGII
mwvPk161b+Ma6xueYjm5HNSH0bkOR0xjzY9X8pgPm3Kl2Cvf8WHSidkWixSk
2S0xTk/gyJA3cPApN/rygvSzivgbrvbuWfbuWc7VL95lKPq9REfpiU/LukGi
sKquySZAMXE3vE4Kb8XdZCjmI1Xg2T60P6+ED5wAaKuULaWj0Zl2xwJYY5QU
3BBYFMG8mi82jaYz+u6GmpFUgfxKKN6sK+n0IqTW4zjRTWIDNhY07Djman7E
3Hq2yiX1hO9gS+mk2+h6U2DXZ99UC3lZOLubN6izf47BhRR+EPPmGJrLqml7
NCfjYv3o3E4wq4kgg3xG+4GyggOD3Gmik7daOBCAg6uh8MfcFSrWjZETvOGo
GWmHZhOaeE2xSiqCTK5gLnUgReyrgkVRGDr2vMDts0f39PjkFacid7vRiNqh
SsR31M0VH+CqTUQj9mTA/IUD38aGoue4EovoMG5blVm+1ICMbfhvZ/CbZRB8
qY2vGWVkhU53dJFbPDxFqpE1DgfV5nH4HA+BKpt2ewjyiHcafzJbzmvhVh7A
MtpOeXUQZ/NEC5hiWry255QTonQ0EUOksjhAecrJiCDFIO5g2kAjxaq/I+zH
KFfiejvLmOeujQkbgDiahKQqV5DS5sARR4MVTbgabF6WVaJxOS7bkSLAJByK
GhHEtjQOVR4lmYDiV27djR62nD1AlcI7OCoNo+WWmh6FxZurBlBG2kcJ0bmd
IootwrcN/44TSV1+OAjrRZGVnFkFAigWMyUWLmmXSb1dtxVlzcINU0mzqtHI
2nLHXhtcNlT5GJlLye24KdCfOWyvW4EuJKhsjCDF9FYQ1DeYjYQAvayB+bG0
zOUeVechUQGLqUdX2ZZ5KsdrOXsjZ45XC1czm1aVkGg/BSX3mmwHBUsJy5wS
mrX6KpMgzBCS6CdO/OtUd8AZ71CAVKx4kAMR4mvl9kj9JuOw0fCLb169mcje
ay652WwEGv6UuF2Rq3VB66foQerxFteXJNGERaC5fShFyJtesj7xq0yqel3V
vqeEMAktBo/RNuE8sLw5xfWLO9JARER/Fkl9mjDXr+WOH3gJEB3lHVvKoN5K
DD9acFzWv98/TvpdJvchi9SGgGlBTQu8L5I+j3gGmrCtoVOczkIknq64HCos
8grbAkqSqR8KrkhT4X3bepNyE8Ts4btO4Qouij8w10VT8FiabSDauCre7ihQ
pFOq4LoUxRLjF1AC8tO64gXATAtTSRynCDI6ejk/A8H4A037gl54dCjpJhF2
nTdXflV+ByzxuSMWLavONqrCMcJgmg0oZJq6ZtpT9JfBhcXOqMF9GIlJ+ezW
bMO5kqYPRyycyXdbtQ2vcdpq0/JmKlfUAjkUfWXKwWNw+23UFhdXAo3HZmbP
sHBAjpdH0O938SqbVovpOXAczA0BDKkxvLE+EF1d0dUkAlTEZn/88Z/QRHR0
//FPP7l+0Lhsdw4oqoVy3fccEuczpG5ubmafAXMizWWWVLPN1T1A6WoDx9Tc
mxfV5b1m1a6nHG4OMsG9g0n0/clbPjo/Tly/z68pvSqeN/eOju4/mN1/eHh0
dCBBeIyuX7/9XfS9lS0B1XkMGGKdVWg+bBJYB+wza4EZJPG9v10Bc4iv8ube
2xiU2+be+bvp/YfT+5/N1uniQCqGUOB6bA9GS4SYtKdr39tYbD49RAgYlOth
z52UHEGyP9qrXs2vc241t+T7zR3DNlKsf29G5SsqyX1DZx0x1mB9GExg4/IY
bA4YDB7u1G0RNczdCLyEQRSiK86gWwGxqVXyQtbyNmzc3eXRBCZQhPlKN0j8
KVYEPgsCKFG/ZKNkkFXnavywy0LjX8oMLTqxeN2ot7In86UvkxAV2SXMh2ql
cQ9ybSSi2MmSmVNg2HKNyxdV1XLXAvmJTgurWysc7WcClbPNnAq/uObmHAlq
zCI4f1xoPsEzBvD0nDIYs3r6ApiplmtI4b61Ep26XLHNi2S7MLBVlHaGgzXG
DHTak/lT6vRI5CqxdVn0vFHPbDWgOKwQornLGK8uFi0OaKdYaMZI02UijO6W
80EC6dU7F6QOT6ws6P0RzgBvA+IoVD2InwfKSROku4bhC6IjSMx6f/cYY9WG
Met2mIGZdd4g4aQ3sElCGNjbikxgWO+EQq8owLtx2ZAkW+esZ8MC3pq6Sfix
rlerLXF4eihZGiub0CR/k1U7dooRWsvDrIWKDn2CkdWEXVy0JyYOso2QLMbX
iLTG86KLdLUPNKa7pPYsDTdnF4MJaaL4Erl90DS5q40EKyWfMLl5oUIl28Y7
giZOzDiJf11mZWbEVJcYQcci+SZkWYSjwgPMYr4LlCngZfUhHoANwOJ5xRoN
msZYQdJpuqWIKOEPvmvzRusldFYubJ/3CKI9kZ40Onvx7tmJxrB7WTMQ3OPW
PNGOJjDet+fPJILedjp0b+KaEhS6tFGN36uv0yTmVRFG241EIW7qYtrEi4zq
DT16EInQ8eDRg8fU0MgIllamdhF0g0c9GZIpY18SRgYpsSyKq80kWV+6KxT4
755584esD3sZCZORi7ZZOXuj20yGxBjJCX8U7AklxesqT6O/bNDhNsXGpOXl
AYPfyLMINwHa3IFHB7Yt5h2lcTgVux6/dOrTs5PfvT4+//bdi+hLLfLGXZjx
3wVlYMKfzHqmjqp+Ff1x9GVQE4J//dIt8qtI/LDs+jCaXcNqsmgdwve4iTni
Od8s9YtR5nsbMSBC062vlec2t8rLTUd9wRI3lavTxpnHyPFaMnEkvuURMYtU
ZmKPkblvQK2qkorlXUvrchqDhsAXOKm5zsiaSxemuxDYuEKeD+wuyUYE87sg
KR89fHS3cwT+BOQAGMoe9J7NffWlw86vDg4OAtirU9alpDfhRZQekjbtTieO
tKaLWs7JutqKK5fJW4KWDeryIe09qPyT69FeuIxQswfv0vSqp5nFpg3bey7e
XNMME28Mmn9FXhB3oMoBieH+4kJuTEJfQKYoId2RqoklymyrkKqcOYV6dC/P
GKgOalI4JKdHrjvc1CEpEc86A5wopYSfJSzGREIpmZzNxG14uSoR7ErgIBmk
XWsPZafLemNf3NC4QDNMWkpBa1+re9mzVTIzSy0lKxFqx7EGHZJ894iPnL/C
tmDf4pWu5rYwZeNJbn95RMKCTrd87wNjgLb5jTsVqgYJu2CSabTEOGXPVCu9
aECms3yY5Qk/5ypqVrXpdUjNB7CI1onyPKXJkUM/7bI96Q+7275hB7Fr21nF
i4SUDkYi6WRpAjGtid78PvLtKW1uH6mgUtkSGIjUNT72CQE9DYxrttteeERv
SKKQGpM2Hufo4f1p/2c81S2o+mRZzBGnvz+cHc0+nT34E31xdvK/XkSHDz87
evzowf37IwzlhZ9pMd+ev3zM/yDBxZC+kfOMPBFa+tUPXARQOhQ++dL5378a
PT8+P46Uln71cxjiH5WGD1Dig0ifWaJ94L/5WLoffTjhZ1n2rd7dY/XZszyr
s0lHvB6SaTSrNfBJviNmJSKpb1E8YlcG4sFmzUxdBhpq3+gD29BbkpeBO4Q5
B2XookOfyrCxpVdLFGDQDumpTCeUC2uhvWtMTfUVR4hOEXcY06lSa64fxj9o
Gdi41bagGs2Tt74AOE3hKmvQ7hw78wArUWThchMD1xglay0WgJHC/Tc6jelo
PYMlNlhEfPzo8DMQEWWX4nPBa5m4kAgtvMfJ9N5bYYQ/E9tBjdjC0tJkiQgM
rGO4nQm35RTkHLsWfb2+XlLZxHdaDJZF6ff99tVuy3GDISrd2SbqenInpdjZ
Ff60Bz0jCDb+zIqCjJ22RgBVx01N/WWPl9zSmG04HRwX/MwbbSvvlO6wWKyN
BfdrMW3e1N6k23EKx54WbnTpeCSOS/e2ZNddrJIEbcRxRLrBggr9MqZ9bNCK
XbgmSfnmtowKfmr96z2/DOwbln618JPKJDU3fSVjqI8h70bXq+1D5U/VYZ0C
S5MYwuwVWrQ8O8CLst2jUIEsR7cO8+0T7ardHV0ZZ4f5ct1QDYRjz17uLFs0
f5jYZqmIz3Xv5drFAQx5xcpRr58S9ULi9YXcjeE2Fp94D8Afgvax5/5CBGfE
UqgxSns9xRcm6UJGPGzHNoDB0xZ0gTZDvjwupOeqW+XtQUcipLWg/VCNRzvr
fbG8HDrYp1rOQFscE6DGjIQcxikpK1qns9YYXP1BZSGjusBymk6QrJ1LaTL1
VpY2xrk0S9VeumiFV31GS0A4WXCwRKBgSzh4u10TUR6jL2QcqghyZVwfZXot
9S+JFkc/66/9Oh74eL70VV2E8zbOpCBFoR89CLJa/MfLn/NxIC+P27Grimqz
P8mA9cSEwO+ofEFh5nwzvsRD/t94sF9Fd78UywHIXZyghcCbNenTjqhlH+55
Nl8+3SPwmReX/kUB0vB77VMjt0XdVYj0ZxfghvUWllDY+/v6l3opaU8DUyd6
DXUw5WH5KH5mb9HbGph21/5Rkwz3D+UtaQfTTvtSfrirfykxx1+qfSkziw/o
X8raOtKEqSc7eyAzxltBZ8rIfc+L5xo4YyK3SD3M0kA/HEs5LplB7hHMEdwW
+5QfMhKb3+ESwQNDdpQwmHeWH/BOi68YKlKqAZpP7tvzZ3ZSWoyJK9HxOAiJ
M5u0Ms2u+h8fVzPBUSYKZ7srFKlLkIYzZJQYOBIeEiMhQhcIqAsE1IUYgQVA
h48ePXh4ePj5w/uHnz0MyYuDhXzyM/LuaDMfCQufs7NrAEfMhqNlxbPsunOw
KuWr9Zt2B3TfUNgl/VM6JrADlsLpkBFt19zhQ64kTrhBkRPP6gZl/U4Un3p2
JZrPG3dwHqekPfj84QMJiODIEX1dNFsXBa4szy8a3yDJQ2MuqCKjTf+xvneO
FHSLMl5jaSLgg1eGwxFFzUErbsUxrSQviUSIgbBGaM5tvwGOQpHwVleRy1V+
S31vIYpcFO9yHWtfwGKrgfg0e+NqgNrodwEv1XUNTnwhSS0C8EeffvaIEhFO
Sg1JlmLmrngxBa0y5HxYrlkuVqoiQ7mr7dewo6B1OILSvVmsVz1ph1xdj8rK
f+AmOESMU628bk9eyBeEs2dsE4u0zEYjQYMFViKzYaoGJcSOxrkzA9HNE7Oh
bt1Wbl8tb3qNuBcyzsBZZERAQMTLCeSooHLSCSt7A7NTx2tAlfzPWBA5pWZs
G0nN6V9rCaVD/rjy2D7fDkdtaxMRPJIwBJ03h5cHK+f91ZftpjYyiUsf2h/d
e9wwfFYZuuTzZtV44mLhP3wZUZyh+PlqHf9lo+qVKa7CVdh87boFRWnMN2yY
51VJQIwEGKAXAB0cnKlOEGqSZbbK+v1UOJjcr1wTgQPiKoA4r64yURkJwQxS
cWVPccFxQHbv0EizdrDm2EmixDQYKkJy9wztCpN2NCbAHEcMBGPbqM+wxRKD
IMq4aB25+BSEo/YfQ1PZX5hR3ALMMDHOZiTGyBWaVrNAsIo7rtnlZLFzXFKW
0FrQDc/OHDs5bgZ3GdFJ4eF3L1zsLrOWMmVyxZWgbQiuZRFUTDkXMsdpCt5s
4mfoOs47PmY45Yl0oMe2DluCqNi9uquS6Flp23rCRRT93FLXHZd7+6TGsuCy
puhncjiis118ujEeTQ6y7p3ZHSUQZib+yvT/MuFp3UvpMB/GeaYd5gZXQKED
GsLMs/FDdE1bVtLprYRYMhC90z1wyumkzEzqGgGDWP6kERAk7fFGbCsynlTb
LgXV9DU4g26aM26hEb3cyuBke8Nd0TsYpgnY60zt7M/rhAqrax5xAtGbosH6
00gqhiBTD8dhBW/hjgnTV2pDmtZJyR5/ykV5e3JyoMEscd1ktSb3AbetKONj
tQLCeuc3d6Q5ElIGkSF6jX85pJp5qVjZSMGhpTuTwv3Do08fPHz02ePPzZ+z
eJ6kN++3fx35v76kK/KVbRmLfHvYPHVKspWPgWQmxkarLrffY+XSWBTR+AJz
ELs1fSxcu1RneCLmRIOmmnns7EPdr+P9SE2ugXAxaLOhb5xlntMbmUZMKPyb
BB6s5uJLjnfUUS0trTZldxFuQpMbxVJEjiPpIshgKJUvcW+IBGgomJrci1iV
djagyW/jepGnY2Mwm4GCKzeJH7HtOtwFEwIa3AVD+Z84b7+RlEWlLF16uJfS
DL88SBTVikZv8HVp+EbKbYmpXliNWYXrYmMq587xcrB1/wNuze3GN1EY8bhC
RZH1TTqxUPdtDiID66dDN8/cM1uShFXCwW7MQeEeTVlDxSVM5fDV6SQ10PvF
Zvta+X5ceYxmvZDqGB9YKIMlCe8T+SWKNh7yOqRezRf2RGhoexb07DdIB36T
p7cU2OCaUxQokqUX9N5AURLp2WtcAtQKCVMHu9lqHFDA2Wqa7mc6DfZSuU3/
tWH6ZWKJNCDZMH3BeZrBZnBue9HtWFgDQDh1XVECMO0qtoM9UNyKvQTbOEet
WalpLzm0EY20DMUBkiPMhhhMCk5F5+4d+t2mKND44DPbOxdKazDaNsB6obyX
LfRyIVtDldwVvgq9nb1Gjc3QlSy5ckCDLdGipKg2qerOdXQpqw7vBp9sLL5z
LJ31PtLkYETIKPS5B3XjnF4r8hY3FjN5s5EmizeiTzrVGqbYsR6vzrQYDWiz
iDFxdfeH/bxilOl84q7CD+RdBD++FWQXESPlgFeAyfAkE15UInVB9ny/A2YT
ELWlaclwket/MPV02/7ligwFtNMTxMtN3p/qZ1FEPlo6B26KJ750EJG5oIyp
sRdG9k3sNbu1OpnNnXbJZTFf4tBa118q5RRLeRtunEYhr1y/Jb9C7XidS8dg
3IlrVnbi+iv+vTT+ZxLmIQzYQZ9dRAlfUdfTShRuuXCkMJYweNNqQIOp/USe
hlhigHwbDC3dN98OlfZSDoC3vUPlJKqHdXuBs8bXRd/3x9q1NexUNvT2zwAP
mnoxFdWlkKeUvpG03jE20HyXGVfpGt1KtEH/UCUEzZSCkPaS4ihfKHI4I95c
2wKr0VRLrs2zRadS0k4KqGYE3hSn1nDczf4bhY2EwnpdveJbdOArJP/fa/Oa
XfDeQV3/xBakXQyC25G5LoEEWjJlSREB34rc0Ys126IssPhl5uANDxmGHuwo
JU2N+qiw1g6pYacYvvVkx4lrJmduoEWBT2pyyc3aA8tXEdmXWfcfoEZmWI/x
lyi8/nfV19u1sF+kxp6XUv5NC8dKFa7BPhlylXNMACTXmqvl4d6n91wz748q
yi5DTW3Ky88uwinX4AbNrvOsoFg1x1CcHtCt8eZ7zkt3Q18xyZWf6psbW886
DZx/3LXBXTthn9SxSay0nfbIs1qYzkKNOF7D9kKbVvMr/JFsQ2rgrJiAhStH
cTyxGDitJ7uP64dd2/lhNwmWsPymw+1IZf1I+A+0O8IKTzsOgUH9/wHpzaO9
ee0AAA==

-->

</rfc>
