<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.21 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-benecke-cfbl-address-header-03" category="exp">

  <front>
    <title abbrev="CFBL Address Header">Complaint Feedback Loop Address Header</title>

    <author initials="J." surname="Benecke" fullname="Jan-Philipp Benecke">
      <organization>CleverReach GmbH &amp; Co. KG</organization>
      <address>
        <postal>
          <street>Schafjueckenweg 2</street>
          <city>Rastede</city>
          <code>26180</code>
          <country>Germany</country>
        </postal>
        <phone>+49 4402 97390-16</phone>
        <email>jpb@cleverreach.com</email>
      </address>
    </author>

    <date year="2021" month="July" day="08"/>

    <area>art</area>
    <workgroup>Network Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document describes a method to allow a mail sender to specify a complaint feedback loop address as an email header
and how a mail receiver can use it. This document also defines the rules for processing and forwarding such a complaint.
The motivation for this arises out of the absence of a standardized and automated way to provide a complaint feedback loop address to mailbox providers.
Currently, providing and maintaining such an address is a manual to a time-consuming process for mail senders and mailbox providers.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction-and-motivation" title="Introduction and Motivation">
<t>For a long time there is a way for a mailbox provider to forward manual complaints back to the mail sender, which can be a mailbox provider, or an operator of a broadcast marketing list.
The mailbox provider provides a so-called feedback loop <xref target="RFC6449"/>. This feedback loop is being used to give e.g., operators of broadcast marketing lists 
feedback about resulting complaints from their marketing mailings. Those complaints are based on manual user interaction e.g., IMAP movement to "Junk".</t>

<t>As described in <xref target="RFC6449"/> the registration for such a feedback loop needs to be done manually by a human at any mailbox provider who provides an FBL, and he wants to receive complaints from.
This can be quite time-consuming if there are new feedback loops rising up, or the mail sender wants to add new ip addresses or DKIM domains.
Besides, a manual process isn't well suitable and/or doable for smaller mailbox providers.</t>

<t>The change of such a complaint address e.g., due to an infrastructure change is another problem. 
Due to this manual process the mail sender needs to go through all providers again and delete his existing subscriptions and re-signup with the new complaint address.</t>

<t>This document addresses this problem with a new email header.
It extends the described complaint feedback loop recommendations in <xref target="RFC6449"/> with an automated way to provide the complaint feedback loop address to mailbox providers.</t>

<t>Mail senders can add this header and willing mailbox provider can use this header to forward the generated report to the provided complaint address.
The mail sender just needs to add an email header and isn't required to signup manually at every feedback loop provider.
Another benefit would be the mailbox provider doesn't need to develop a manual registration process and verification process.</t>

<t>A new email header has been chosen over a new DNS record in favour to be able to easily distinguish between
multiple broadcast marketing list operators / mail senders, without the intervention of its users or administrators.
For example, if a company uses multiple sending systems, each system can set this header on their own, without the need of a change that has to be done by its users or administrators.
On the side of the mailbox provider, there is no need to do an additional DNS query to get the complaint address.</t>

<t>This document has been created with GDPR and other data-regulation laws in mind and to address the resulting problems 
in providing an automated complaint feedback loop address, as the email may contain personal data.</t>

<t>Summarised this document has following goals:</t>

<t><list style="symbols">
  <t>Allow mail senders to signal that there is a complaint address without a manual registration at all providers</t>
  <t>Have a way for mailbox provider to get a complaint address without developing an own manual registration process</t>
  <t>Be able to provide a complaint address to smaller mailbox providers who do not have a feedback loop registration process</t>
  <t>Provide a GDPR compliant way for a complaint feedback loop</t>
</list></t>

<section anchor="difference-to-one-click-unsubscribe" title="Difference to One-Click-Unsubscribe">
<t>For good reasons there is already the One-Click-Unsubscribe <xref target="RFC8058"/> signaling, which may have several interests in common with this document.
However, this header requires the List-Unsubscribe header, which intention is to provide the unsubscription link of a list.
For this reason, this header is only used by broadcast marketing list operator or mailing list operators, but not in normal email traffic.</t>

<t>The main interest of this document is now to provide an automated way to signal a complaint feedback loop address to mailbox providers.
It is the mail sender's obligation to consider on their own which measure they want to take after receiving a report, this is out of scope of this document.</t>

</section>
</section>
<section anchor="definitions" title="Definitions">
<t>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this 
document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>

<t>The keyword "FBL" in this document is the abbreviation for "feedback loop" and will hereafter be used.</t>

<t>The keyword "CFBL" in this document is the abbreviation for "complaint feedback loop" and will hereafter be used.</t>

<t>The keyword "MBP" in this document is the abbreviation for "mailbox provider", it is the party who receives an email, and will be used hereafter.</t>

<t>The keyword "mail sender" in this document is used to describe the party who sends an email, this can be an MBP, a broadcast marketing list operator or any other email sending party. It will be used hereafter.</t>

</section>
<section anchor="requirements" title="Requirements">

<section anchor="complaining-about-an-email" title="Complaining about an email">
<t>The email (sent by mail sender to MBP) about which a complaint should be sent MUST have at least a valid <xref target="DKIM"/> signature.
The aforementioned valid DKIM signature MUST cover at least the CFBL-Address header domain. 
It is RECOMMENDED that the DKIM signature aligns with the CFBL-Address header domain and the From header <xref target="MAIL"/> domain where possible.
The CFBL-Address header MUST be included in the "h=" tag of the aforementioned valid DKIM-Signature.</t>

<t>If the message isn't properly aligned, nor it does have the required header coverage by the "h=" tag of a valid DKIM-Signature, the MBP SHALL NOT send a report email.</t>

<t>This ensures that only reports are sent to the complaint address that are based on an authenticated email.</t>

</section>
<section anchor="report-email" title="Report email">
<t>The report email (sent by MBP to mail sender) MUST have a valid <xref target="DKIM"/> signature and MUST cover the From header <xref target="MAIL"/> domain.</t>

<t>If the message does not have the required valid <xref target="DKIM"/>, the mail sender SHALL NOT process this email.</t>

<t>It is highly RECOMMENDED that the mail sender does further plausibility checks.</t>

</section>
</section>
<section anchor="implementation" title="Implementation">

<section anchor="mail-senders" title="Mail senders">
<t>A mail sender that wishes to receive complaints about their emails MUST place a CFBL-Address header in the message.
The mail sender MAY place a CFBL-Feedback-ID header in the message out of various reasons.</t>

<t>The receiving complaint FBL address, placed in the message, MUST accept by default <xref target="ARF"/> compatible reports.</t>

<t>The mail sender can OPTIONAL request, as described in <xref target="xarf-report"></xref>, a <xref target="XARF"/> compatible report.
The MBP MAY send a <xref target="XARF"/> compatible report, if it is technical possible for him, otherwise a <xref target="ARF"/> compatible reports will be sent.</t>

<t>It is highly RECOMMENDED processing these reports automatically. Each mail sender must consider on their own which measure they take after receiving a report.</t>

<t>The mail sender MUST take action to address the described requirements in <xref target="requirements"></xref>.</t>

</section>
<section anchor="mailbox-provider" title="Mailbox provider">
<t>An MBP MAY process the complaint and forward it to the complaint FBL address.
If the MBP wants to process the complaints and forwards it, he MUST query the CFBL-Address header.</t>

<t>By default, an <xref target="ARF"/> compatible report MUST be sent when a manual action has been taken e.g., when a receiver marks a mail as spam, 
by clicking the "This is spam"-button in any web portal or by moving a mail to junk folder, this includes also <xref target="IMAP"/> and <xref target="POP3"/> movements.
The MBP SHALL NOT send any report when an automatic decisions has been made e.g., spam filtering.</t>

<t>The MBP SHOULD send a <xref target="XARF"/> compatible report, if the mail sender requests it as described in <xref target="xarf-report"></xref>.
If this is not possible a <xref target="ARF"/> compatible report MUST be sent.</t>

<t>The MBP MUST validate and take action to address the described requirements in <xref target="requirements"></xref>.</t>

</section>
</section>
<section anchor="complaint-report" title="Complaint report">
<t>The complaint report (sent by MBP to mail sender) MUST be an <xref target="ARF"/> report by default.
The complaint report MAY be an <xref target="XARF"/> report, if the mail sender requests it, and the MBP can send it.</t>

<t>The report MUST contain at least the Message-ID <xref target="MAIL"/>. If present, the header "CFBL-Feedback-ID" of the complaining email MUST be added additionally.</t>

<t>The MBP MAY omit all further headers and/or body to comply with any data-regulation laws.</t>

<t>It is highly RECOMMENDED that, if used, the CFBL-Feedback-ID includes a hard to forge component such as an <xref target="HMAC"/> using a secret
key, instead of a plain-text string.</t>

<section anchor="xarf-report" title="XARF compatible report">
<t>A mail sender that wishes to receive a <xref target="XARF"/> compatible report, MUST append "report=xarf" to the <xref target="cfbl-address-header">CFBL-Address header</xref>.
The resulting header would be the following:</t>

<figure><artwork><![CDATA[
CFBL-Address: fbl@example.com; report=xarf
]]></artwork></figure>

</section>
</section>
<section anchor="header-syntax" title="Header Syntax">

<section anchor="cfbl-address-header" title="CFBL-Address">
<t>The following ABNF imports fields, WSP, CRLF and addr-spec from <xref target="MAIL"/>.</t>

<figure><artwork type="abnf"><![CDATA[
fields /= cfbl-address

cfbl-address = "CFBL-Address:" 0*1WSP addr-spec
               [";" 0*1WSP report-format] CRLF

report-format = "report=" ("arf" / "xarf")
]]></artwork></figure>

</section>
<section anchor="cfbl-feedback-id" title="CFBL-Feedback-ID">
<t>The following ABNF imports fields, WSP, CRLF and atext from <xref target="MAIL"/>.</t>

<figure><artwork type="abnf"><![CDATA[
fields /= cfbl-feedback-id

cfbl-feedback-id = "CFBL-Feedback-ID:" 0*1WSP fid CRLF

fid = 1*(atext / ":")
]]></artwork></figure>

</section>
</section>
<section anchor="security-considerations" title="Security Considerations">
<t>This section discusses possible security issues, and their possible solutions, of a complaint FBL address header.</t>

<section anchor="attacks-on-the-fbl-address" title="Attacks on the FBL address">
<t>As any other email address, a complaint FBL addresses can be an attack vector for malicious emails. 
The complaint FBL addresses can be for example flooded with spam. 
This is an existing problem with any existing email address and isn't newly created by this document.</t>

<t>The mail sender must take appropriated measures.
One possible countermeasure would be a rate limit on the delivering IP.
However, this should be done with caution, the normal FBL email traffic must not be impaired.</t>

</section>
<section anchor="automatic-suspension-of-an-account" title="Automatic suspension of an account">
<t>Sending a FBL report against a mailbox may lead into an inaccessibility for the account owner, if there is a too quick automatic account suspension. 
For example, someone sends an invitation to his friends. For somewhat reason someone marks this mail as spam.
Now, if there is a too quick automatic account suspension in place, the senders account will be suspended, and the sender can't access his mails anymore.</t>

<t>MBPs and mail senders MUST take appropriate measures to prevent this.
MBPs and mail senders have therefore, mostly proprietary, ways to evaluate the trustworthiness of an account.
For example MBPs and mail senders can consider the account age and/or any other account suspension that happened beforehand, before an account gets suspended.</t>

</section>
<section anchor="enumeration-attacks-provoking-unsubscription" title="Enumeration attacks / provoking unsubscription">
<t>A malicious person can send a bunch of forged ARF reports to a known complaint FBL addresses and try to guess a Message-ID/CFBL-Feedback-ID.
He might try to do a mass-unsubscription/suspension, if there is such an automatic in place.
This is also an already existing problem with the current FBL implementation and/or the One-Click-Unsubscription <xref target="RFC8058"/>.</t>

<t>The receiving mail sender MUST take appropriated measures.</t>

<t>As a countermeasure it is recommended that the Message-ID and, if used, CFBL-Feedback-ID uses a hard to forge component such as an <xref target="HMAC"/> using a secret
key, instead of a plain-text string, to make an enumeration attack impossible.</t>

<t>If it is impossible for the mail sender to use a hard to forge component, the mail sender should take measures to avoid enumeration attacks.</t>

</section>
<section anchor="gdpr-and-other-data-regulation-laws" title="GDPR and other data-regulation laws">
<t>Providing such a header itself doesn't produce a data-regulation law problem.
The resulting ARF report, that is sent to the mail sender by the MBP, may conflict with a data-regulation law, as it may contain personal data.</t>

<t>This document already addresses some parts of this problem and describes a data-regulation law safe way to send a FBL report.
As described in <xref target="complaint-report"></xref>, the MBP may omit the complete body and/or headers and just sends the required fields.
Nevertheless, each MBP must consider on their own, if this implementation is acceptable and complies with the existing data-regulation laws.</t>

<t>As described in <xref target="complaint-report"></xref>, it is also highly RECOMMENDED that the Message-ID and, if used, the CFBL-Feedback-ID 
includes a hard to forge component such as an <xref target="HMAC"/> using a secret key, instead of a plain-text string.
See <xref target="hmac-example"></xref> for an example.</t>

<t>Using HMAC, or any other hard to forge component, ensures that only the mail sender has knowledge about the data.</t>

</section>
</section>
<section anchor="iana-considerations" title="IANA Considerations">

<section anchor="cfbl-address" title="CFBL-Address">
<t>The IANA is requested to register a new header field, per <xref target="RFC3864"/>, into the "Permanent Message Header Field Names" registry:</t>

<figure><artwork type="abnf"><![CDATA[
Header field name: CFBL-Address
  
Applicable protocol: mail

Status: experimental

Author/Change controller: Jan-Philipp Benecke <jpb@cleverreach.com>

Specification document: this document
]]></artwork></figure>

</section>
<section anchor="cfbl-feedback-id-1" title="CFBL-Feedback-ID">
<t>The IANA is requested to register a new header field, per <xref target="RFC3864"/>, into the "Permanent Message Header Field Names" registry:</t>

<figure><artwork type="abnf"><![CDATA[
Header field name: CFBL-Feedback-ID

Applicable protocol: mail

Status: experimental

Author/Change controller: Jan-Philipp Benecke <jpb@cleverreach.com>

Specification document: this document
]]></artwork></figure>

</section>
</section>
<section anchor="examples" title="Examples">
<t>For simplicity the DKIM header has been shortened, and some tags has been omitted.</t>

<section anchor="simple" title="Simple">
<t>Email about the report will be generated:</t>

<figure><artwork><![CDATA[
Return-Path: <sender@mailer.example.com>
From: Awesome Newsletter <newsletter@example.com>
To: me@example.net
Subject: Super awesome deals for you
CFBL-Address: fbl@example.com; report=arf
Message-ID: <a37e51bf-3050-2aab-1234-543a0828d14a@mailer.example.com>
Content-Type: text/plain; charset=utf-8
DKIM-Signature: v=1; a=rsa-sha256; d=example.com;
       h=Content-Type:Subject:From:To:Message-ID:
       CFBL-Feedback-ID:CFBL-Address;

This is a super awesome newsletter.
]]></artwork></figure>

<t>Resulting ARF report:</t>

<figure><artwork><![CDATA[
------=_Part_240060962_1083385345.1592993161900
Content-Type: message/feedback-report
Content-Transfer-Encoding: 7bit

Feedback-Type: abuse
User-Agent: FBL/0.1
Version: 0.1
Original-Mail-From: sender@mailer.example.com
Arrival-Date: Tue, 23 Jun 2020 06:31:38 GMT
Reported-Domain: example.com
Source-Ip: 192.0.2.1

------=_Part_240060962_1083385345.1592993161900
Content-Type: text/rfc822; charset=UTF-8
Content-Transfer-Encoding: 7bit

Return-Path: <sender@mailer.example.com>
From: Awesome Newsletter <newsletter@example.com>
To: me@example.net
Subject: Super awesome deals for you
CFBL-Address: fbl@example.com; report=arf
Message-ID: <a37e51bf-3050-2aab-1234-543a0828d14a@mailer.example.com>
Content-Type: text/plain; charset=utf-8
DKIM-Signature: v=1; a=rsa-sha256; d=example.com;
       h=Content-Type:Subject:From:To:Message-ID:
       CFBL-Feedback-ID:CFBL-Address;

This is a super awesome newsletter.
------=_Part_240060962_1083385345.1592993161900--
]]></artwork></figure>

</section>
<section anchor="gdpr-safe-report" title="GDPR safe report">
<t>Email about the report will be generated:</t>

<figure><artwork><![CDATA[
Return-Path: <sender@mailer.example.com>
From: Awesome Newsletter <newsletter@example.com>
To: me@example.net
Subject: Super awesome deals for you
CFBL-Address: fbl@example.com; report=arf
Message-ID: <a37e51bf-3050-2aab-1234-543a0828d14a@mailer.example.com>
CFBL-Feedback-ID: 111:222:333:4444
Content-Type: text/plain; charset=utf-8
DKIM-Signature: v=1; a=rsa-sha256; d=example.com;
       h=Content-Type:Subject:From:To:Message-ID:
       CFBL-Feedback-ID:CFBL-Address;

This is a super awesome newsletter.
]]></artwork></figure>

<t>Resulting ARF report contains only the CFBL-Feedback-ID:</t>

<figure><artwork><![CDATA[
------=_Part_240060962_1083385345.1592993161900
Content-Type: message/feedback-report
Content-Transfer-Encoding: 7bit

Feedback-Type: abuse
User-Agent: FBL/0.1
Version: 0.1
Original-Mail-From: sender@mailer.example.com
Arrival-Date: Tue, 23 Jun 2020 06:31:38 GMT
Reported-Domain: example.com
Source-Ip: 2001:db8:deaf:beef::25

------=_Part_240060962_1083385345.1592993161900
Content-Type: text/rfc822-headers; charset=UTF-8
Content-Transfer-Encoding: 7bit

CFBL-Feedback-ID: 111:222:333:4444
------=_Part_240060962_1083385345.1592993161900--
]]></artwork></figure>

</section>
<section anchor="hmac-example" title="GDPR safe report with HMAC">
<t>Email about the report will be generated:</t>

<figure><artwork><![CDATA[
Return-Path: <sender@mailer.example.com>
From: Awesome Newsletter <newsletter@example.com>
To: me@example.net
Subject: Super awesome deals for you
CFBL-Address: fbl@example.com; report=arf
Message-ID: <a37e51bf-3050-2aab-1234-543a0828d14a@mailer.example.com>
CFBL-Feedback-ID: 3789e1ae1938aa2f0dfdfa48b20d8f8bc6c21ac34fc5023d
       63f9e64a43dfedc0
Content-Type: text/plain; charset=utf-8
DKIM-Signature: v=1; a=rsa-sha256; d=example.com;
       h=Content-Type:Subject:From:To:Message-ID:
       CFBL-Feedback-ID:CFBL-Address;

This is a super awesome newsletter.
]]></artwork></figure>

<t>Resulting ARF report contains only the CFBL-Feedback-ID:</t>

<figure><artwork><![CDATA[
------=_Part_240060962_1083385345.1592993161900
Content-Type: message/feedback-report
Content-Transfer-Encoding: 7bit

Feedback-Type: abuse
User-Agent: FBL/0.1
Version: 0.1
Original-Mail-From: sender@mailer.example.com
Arrival-Date: Tue, 23 Jun 2020 06:31:38 GMT
Reported-Domain: example.com
Source-Ip: 192.0.2.1

------=_Part_240060962_1083385345.1592993161900
Content-Type: text/rfc822-headers; charset=UTF-8
Content-Transfer-Encoding: 7bit

CFBL-Feedback-ID: 3789e1ae1938aa2f0dfdfa48b20d8f8bc6c21ac34fc5023d
       63f9e64a43dfedc0
------=_Part_240060962_1083385345.1592993161900--
]]></artwork></figure>

</section>
</section>
<section anchor="acknowledgments" title="Acknowledgments">
<t>Technical and editorial reviews and comments were provided by the colleagues at CleverReach, the colleagues at Certified Senders Alliance and eco.de,
Arne Allisat and Tobias Herkula (1&amp;1 Mail &amp; Media) and Sven Krohlas (BFK Edv-consulting).</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="XARF" >
  <front>
    <title>eXtended Abuse Reporting Format</title>
    <author >
      <organization>Abusix</organization>
    </author>
    <date />
  </front>
  <seriesInfo name="Web" value="https://github.com/abusix/xarf"/>
</reference>




<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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="RFC8174" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference  anchor="DKIM" target='https://www.rfc-editor.org/info/rfc6376'>
<front>
<title>DomainKeys Identified Mail (DKIM) Signatures</title>
<author initials='D.' surname='Crocker' fullname='D. Crocker' role='editor'><organization /></author>
<author initials='T.' surname='Hansen' fullname='T. Hansen' role='editor'><organization /></author>
<author initials='M.' surname='Kucherawy' fullname='M. Kucherawy' role='editor'><organization /></author>
<date year='2011' month='September' />
<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="MAIL" target='https://www.rfc-editor.org/info/rfc5322'>
<front>
<title>Internet Message Format</title>
<author initials='P.' surname='Resnick' fullname='P. Resnick' role='editor'><organization /></author>
<date year='2008' month='October' />
<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 &quot;electronic mail&quot; messages.  This specification is a revision of Request For Comments (RFC) 2822, which itself superseded Request For Comments (RFC) 822, &quot;Standard for the Format of ARPA Internet Text Messages&quot;, 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="ARF" target='https://www.rfc-editor.org/info/rfc5965'>
<front>
<title>An Extensible Format for Email Feedback Reports</title>
<author initials='Y.' surname='Shafranovich' fullname='Y. Shafranovich'><organization /></author>
<author initials='J.' surname='Levine' fullname='J. Levine'><organization /></author>
<author initials='M.' surname='Kucherawy' fullname='M. Kucherawy'><organization /></author>
<date year='2010' month='August' />
<abstract><t>This document defines an extensible format and MIME type that may be used by mail operators to report feedback about received email to other parties.  This format is intended as a machine-readable replacement for various existing report formats currently used in Internet email.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5965'/>
<seriesInfo name='DOI' value='10.17487/RFC5965'/>
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC6449" target='https://www.rfc-editor.org/info/rfc6449'>
<front>
<title>Complaint Feedback Loop Operational Recommendations</title>
<author initials='J.' surname='Falk' fullname='J. Falk' role='editor'><organization /></author>
<date year='2011' month='November' />
<abstract><t>Complaint Feedback Loops similar to those described herein have existed for more than a decade, resulting in many de facto standards and best practices.  This document is an attempt to codify, and thus clarify, the ways that both providers and consumers of these feedback mechanisms intend to use the feedback, describing some already common industry practices.</t><t>This document is the result of cooperative efforts within the Messaging Anti-Abuse Working Group, a trade organization separate from the IETF.  The original MAAWG document upon which this document is based was published in April, 2010.  This document does not represent the consensus of the IETF; rather it is being published as an Informational RFC to make it widely available to the Internet community and simplify reference to this material from IETF work. This document is not an Internet Standards Track specification; it is published for informational purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='6449'/>
<seriesInfo name='DOI' value='10.17487/RFC6449'/>
</reference>



<reference  anchor="RFC8058" target='https://www.rfc-editor.org/info/rfc8058'>
<front>
<title>Signaling One-Click Functionality for List Email Headers</title>
<author initials='J.' surname='Levine' fullname='J. Levine'><organization /></author>
<author initials='T.' surname='Herkula' fullname='T. Herkula'><organization /></author>
<date year='2017' month='January' />
<abstract><t>This document describes a method for signaling a one-click function for the List-Unsubscribe email header field.  The need for this arises out of the actuality that mail software sometimes fetches URLs in mail header fields, and thereby accidentally triggers unsubscriptions in the case of the List-Unsubscribe header field.</t></abstract>
</front>
<seriesInfo name='RFC' value='8058'/>
<seriesInfo name='DOI' value='10.17487/RFC8058'/>
</reference>



<reference  anchor="IMAP" target='https://www.rfc-editor.org/info/rfc3501'>
<front>
<title>INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1</title>
<author initials='M.' surname='Crispin' fullname='M. Crispin'><organization /></author>
<date year='2003' month='March' />
<abstract><t>The Internet Message Access Protocol, Version 4rev1 (IMAP4rev1) allows a client to access and manipulate electronic mail messages on a server. IMAP4rev1 permits manipulation of mailboxes (remote message folders) in a way that is functionally equivalent to local folders.  IMAP4rev1 also provides the capability for an offline client to resynchronize with the server. IMAP4rev1 includes operations for creating, deleting, and renaming mailboxes, checking for new messages, permanently removing messages, setting and clearing flags, RFC 2822 and RFC 2045 parsing, searching, and selective fetching of message attributes, texts, and portions thereof.  Messages in IMAP4rev1 are accessed by the use of numbers. These numbers are either message sequence numbers or unique identifiers. IMAP4rev1 supports a single server.  A mechanism for accessing configuration information to support multiple IMAP4rev1 servers is discussed in RFC 2244. IMAP4rev1 does not specify a means of posting mail; this function is handled by a mail transfer protocol such as RFC 2821.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3501'/>
<seriesInfo name='DOI' value='10.17487/RFC3501'/>
</reference>



<reference  anchor="POP3" target='https://www.rfc-editor.org/info/rfc1939'>
<front>
<title>Post Office Protocol - Version 3</title>
<author initials='J.' surname='Myers' fullname='J. Myers'><organization /></author>
<author initials='M.' surname='Rose' fullname='M. Rose'><organization /></author>
<date year='1996' month='May' />
<abstract><t>The Post Office Protocol - Version 3 (POP3) is intended to permit a workstation to dynamically access a maildrop on a server host in a useful fashion.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='53'/>
<seriesInfo name='RFC' value='1939'/>
<seriesInfo name='DOI' value='10.17487/RFC1939'/>
</reference>



<reference  anchor="HMAC" target='https://www.rfc-editor.org/info/rfc2104'>
<front>
<title>HMAC: Keyed-Hashing for Message Authentication</title>
<author initials='H.' surname='Krawczyk' fullname='H. Krawczyk'><organization /></author>
<author initials='M.' surname='Bellare' fullname='M. Bellare'><organization /></author>
<author initials='R.' surname='Canetti' fullname='R. Canetti'><organization /></author>
<date year='1997' month='February' />
<abstract><t>This document describes HMAC, a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative cryptographic hash function, e.g., MD5, SHA-1, in combination with a secret shared key.  The cryptographic strength of HMAC depends on the properties of the underlying hash function.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind</t></abstract>
</front>
<seriesInfo name='RFC' value='2104'/>
<seriesInfo name='DOI' value='10.17487/RFC2104'/>
</reference>



<reference  anchor="RFC3864" target='https://www.rfc-editor.org/info/rfc3864'>
<front>
<title>Registration Procedures for Message Header Fields</title>
<author initials='G.' surname='Klyne' fullname='G. Klyne'><organization /></author>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<author initials='J.' surname='Mogul' fullname='J. Mogul'><organization /></author>
<date year='2004' month='September' />
<abstract><t>This specification defines registration procedures for the message header fields used by Internet mail, HTTP, Netnews and other applications.  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='90'/>
<seriesInfo name='RFC' value='3864'/>
<seriesInfo name='DOI' value='10.17487/RFC3864'/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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

-->

</rfc>

