<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-richardson-no-trackers-in-archives-00" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="no-trackers">A policy on third-party links in IETF emails and archives</title>
    <seriesInfo name="Internet-Draft" value="draft-richardson-no-trackers-in-archives-00"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <date year="2025" month="June" day="22"/>
    <area>Internet</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 41?>

<t>This document established a hyper-linking policy for IETF mailing lists and IETF mailing list archives.</t>
      <t>The IETF will not tolerate posts that contain third-party links that can track users and contributors.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-richardson-no-trackers-in-archives/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        ietf Working Group mailing list (<eref target="mailto:ietf@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ietf/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/ietf/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/mcr/no-trackers"/>.</t>
    </note>
  </front>
  <middle>
    <?line 47?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The IETF does most of it's work via email lists.</t>
      <t>Indeed unlike many organizations, face to face meetings are not considered final, and process documents <xref target="RFC2026"/> emphasis that it is on mailing lists that rough consensus is sought: <xref target="RFC7282"/>.</t>
      <t>To that end, an accurate, searchable, safe and public archive is maintained by the IETF.
Viewing the archives should not subject participants to monitoring by third parties.</t>
      <t>An increasing occurance is (enterprise) email systems that attempt to make all links "safe" for their employees, screening their employees from the phising attack of the day.
This is often accomplishing by filtering all email for HTTP links that appear in email, and then rewriting them to go through a filtering service.</t>
      <t>Such services attempt to then block links that the enterprise considers harmful.
When contributors from</t>
      <t>So, instead of a link to https://example.com/, a link to something like https://filtering-service.example/https%3A/example.com/ is left, often with HTML adjusted so that users that use the text/html part never even know they are going through a filtering service.</t>
      <t>This is fine for the IETF contributor themselves, but then the contributor might reply to the email, quoting the original email, including the rewritten link.
This is then sent back to the IETF mailing list.</t>
      <section anchor="risks-to-other-participants">
        <name>Risks to other Participants</name>
        <t>Other readers, particularily those whose mail user agent prefers an HTML rendering, will then get links which go through the filtering service.</t>
        <t>Should the reader decide to follow that link: it might point some important discussion on an IETF mailarchive, or reference data, or other standards organization, then the reader will disclose their activity to this third party filtering service.
(The author of this document suspects that this may well violate privacy proviions of the GDPR, but the author has no expertise to know)</t>
        <t>The above is the <em>best case</em> situation.
The user's privacy is violated.</t>
        <t>In some other cases, the filtering service in question will refuse to process the request, and the link is broken.</t>
        <t>This could because the filtering service has no contract with the reader.
Filtering services would be well advised to not process link requests from random strangers on the Internet.
Answering such things is essentially creating an open proxy by which attackers can mount destributed denial of service attacks on others.
These services should be encouraged not to allow this, but closing this loophole would render all the links broken to others.</t>
        <t>Some filtering services are not stateless: that is, they do not store the entire method to access the target URL in the URL they provide.
Instead, there is some amount of state that is created in a database, and that state is used to find the target URL.
Such systems have some advantages to the enterprises that use them, but at some point the database will fill up, and the state will be removed.
When that occurs the link will also break, and end users will not be able to recover the original link.</t>
      </section>
      <section anchor="risks-to-the-ietf">
        <name>Risks to the IETF</name>
        <t>The IETF maintains an extensive archive for all emails accessible by web browser, and by IMAP.</t>
        <t>While the archive stores the entire email, including all renderings (text/plain, text/html, and any other attachments), the web interface to the archive does not display the text/html part.
Users who are reading the archives will therefore see that the link will redirect them.
Knowing not to follow that link depends upon the sophistication of the user, and their knowledge of current filtering systems.
Some users will know how to edit the link to remove the filtering part, but this is at best an arcane activity.</t>
        <t>Users that access the archives by IMAP have access to all parts of the email, and if they rely on the text/html part, will also never see that they are being redirected.</t>
      </section>
    </section>
    <section anchor="solutions">
      <name>Solutions</name>
      <section anchor="filter-urls-in-mail-archive">
        <name>Filter URLs in mail archive</name>
        <t>Recognizing URLs in email, even text/plain parts is already done by the mailarchive system.  They are turned into HTML links in the web presentation.</t>
        <t>A denylist system could filter links that simply not turn links that include trackers/filters into HTML on the web interface.</t>
        <t>This still leaves direct readers and IMAP users vulnerable.</t>
      </section>
      <section anchor="filter-urls-when-processing-emails">
        <name>Filter URLs when processing emails</name>
        <t>The same URL recognizing system could operate as a mailman filter.
It could either render the filtering URLs unuseable.</t>
        <t>Alternatively, it could reject the email.
While the 451 result code used in HTTP <xref target="RFC7725"/> might seem appropriate, 4xx code in SMTP are retriable, some 5xx code would need to be used.
There would need to be a FAQ page cited back to the user so that they could understand what the problem was.</t>
      </section>
      <section anchor="no-html-email">
        <name>No HTML email</name>
        <t>Since the trackers are hardest to see for users when the email is HTML encoded, one answer is to just filter out the text/html part of emails.
This is already a feature of mailman3, and there are other large volunteer organizations, such as the Linux Kernel Community where this is routinely done:
<xref target="tsohtmlkernel"/></t>
        <t>Some contributors send only the text/html part, and once it is removed, there is nothing left.
Such emails would then need to be rejected, again with a clear message, and a reference to a FAQ.</t>
      </section>
    </section>
    <section anchor="objections">
      <name>Objections</name>
      <t>The list of all the filtering systems is unbounced, which ones are a problem is a problem.
Like all security questions, there are no promises of absolute security, but rather incremental improvements that make this better.
One advantage of the increasingly centralization of email is that the set of filtering systems that these centralized solutions use is not that large.
A great deal of improvement can be made with only a few rules.</t>
      <t>The filtering options that would reject email will be confusing to many users.
In particular, if the filter rewriting is not visible to the user in their Sent box, then it might be very difficult for them to understand what has gone one.</t>
      <t>In many cases, the tracking URL was not placed in the user themselves, but was in some of the text that was quoted.
Lack of editing of quoted parts in email, particularly by those in top-quote and do not read the email itself, is unfortunately endemnic.
Learning to quote properly is a key part of contributing well to the IETF.
In many cases, the presence of the tracking URL is part of quoted that text that does not even need to be present.</t>
      <t>It is not a new problem that many enterprises have email systems that are incompatible with the IETF.
Contributors who can not get their local systems fixed have wound up going to email providers which do not have these problems.
This has often had a positive effect on stability of email references in documents,
however, this represents a significant barrier to new contributors.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>This entire document is about a privacy violation that the lack of a policy is perpetuating.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document establishes a policy.
This policy has significant possibility to inappropriately filter email, which may appear to some as censorship.</t>
      <t>However, as explained by <xref target="RFC8890"/>, when there is a conflict, the needs of the end users are considered more important than the needs of expert IETF contributors.</t>
      <t>One purpose of this document is to allow IETF contributors to point to a policy document in order to get their local enterprise entities to make appropriate arrangements.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document establishes a policy and requires no IANA activities.
However, the list of links that would be filtered by the IETF mail processing system needs to be placed in a public place.
An IANA Registry was considered, but was deemed in appropriate.
Instead the IETF Tools team is asked to make the filter list public in some form.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Hello.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <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="RFC7282" target="https://www.rfc-editor.org/info/rfc7282" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7282.xml">
          <front>
            <title>On Consensus and Humming in the IETF</title>
            <author fullname="P. Resnick" initials="P." surname="Resnick"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The IETF has had a long tradition of doing its technical work through a consensus process, taking into account the different views among IETF participants and coming to (at least rough) consensus on technical matters. In particular, the IETF is supposed not to be run by a "majority rule" philosophy. This is why we engage in rituals like "humming" instead of voting. However, more and more of our actions are now indistinguishable from voting, and quite often we are letting the majority win the day without consideration of minority concerns. This document explains some features of rough consensus, what is not rough consensus, how we have gotten away from it, how we might think about it differently, and the things we can do in order to really achieve rough consensus.</t>
              <t>Note: This document is quite consciously being put forward as Informational. It does not propose to change any IETF processes and is therefore not a BCP. It is simply a collection of principles, hopefully around which the IETF can come to (at least rough) consensus.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7282"/>
          <seriesInfo name="DOI" value="10.17487/RFC7282"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7258" target="https://www.rfc-editor.org/info/rfc7258" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7258.xml">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="188"/>
          <seriesInfo name="RFC" value="7258"/>
          <seriesInfo name="DOI" value="10.17487/RFC7258"/>
        </reference>
        <reference anchor="RFC8890" target="https://www.rfc-editor.org/info/rfc8890" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8890.xml">
          <front>
            <title>The Internet is for End Users</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document explains why the IAB believes that, when there is a conflict between the interests of end users of the Internet and other parties, IETF decisions should favor end users. It also explores how the IETF can more effectively achieve this.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8890"/>
          <seriesInfo name="DOI" value="10.17487/RFC8890"/>
        </reference>
        <reference anchor="tsohtmlkernel" target="https://mailarchive.ietf.org/arch/msg/ietf/8HJKm4hqhhMDN_5D-c1ZvDkn5Ws/">
          <front>
            <title>IETF@IETF.org email archive, posting from Theodore T'so</title>
            <author initials="T." surname="T'so" fullname="Theodore T'so">
              <organization/>
            </author>
            <date year="2023" month="August" day="19"/>
          </front>
        </reference>
        <reference anchor="RFC2026" target="https://www.rfc-editor.org/info/rfc2026" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2026.xml">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. 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="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </reference>
        <reference anchor="RFC7725" target="https://www.rfc-editor.org/info/rfc7725" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7725.xml">
          <front>
            <title>An HTTP Status Code to Report Legal Obstacles</title>
            <author fullname="T. Bray" initials="T." surname="Bray"/>
            <date month="February" year="2016"/>
            <abstract>
              <t>This document specifies a Hypertext Transfer Protocol (HTTP) status code for use when resource access is denied as a consequence of legal demands.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7725"/>
          <seriesInfo name="DOI" value="10.17487/RFC7725"/>
        </reference>
      </references>
    </references>
    <?line 179?>



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

-->

</rfc>
