<?xml version="1.0" encoding="utf-8"?>
<?xml-model href="rfc7991bis.rnc"?>  <!-- Required for schema validation and schema-aware editing -->
<!-- <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?> -->
<!-- This third-party XSLT can be enabled for direct transformations in XML processors, including most browsers -->
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
  <!ENTITY mydash "---">
]>
<!-- If further character entities are required then they should be added to the DOCTYPE above.
     Use of an external entity file is not recommended. -->
<rfc
  xmlns:xi="http://www.w3.org/2001/XInclude"
  category="info"
  docName="draft-nurpmeso-delivered-enc-00"
  ipr="trust200902"
  obsoletes=""
  updates=""
  submissionType="independent"
  xml:lang="en"
  version="3">
<!--
     [CHECK]  FIXME
       * category should be one of std, bcp, info, exp, historic
       * ipr should be one of trust200902, noModificationTrust200902, noDerivativesTrust200902, pre5378Trust200902
       * updates can be an RFC number as NNNN
       * obsoletes can be an RFC number as NNNN
-->
  <front>

   <title>Delivered-Enc Email Header Field</title>

   <seriesInfo name="Internet-Draft" value="draft-nurpmeso-delivered-enc-00"/>

    <author fullname="Steffen Nurpmeso" initials="S" role="editor" surname="Nurpmeso">
      <address><email>steffen@sdaoden.eu</email></address>
    </author>

    <date year="2026" month="04" day="24"/>

    <area>General</area>

    <keyword>SMTP</keyword>

    <abstract><t>
      Cryptographically protected email aims in hiding and protecting.
      Extending this to an uppermost extend also for trace headers,
      and/or the transport layer, so that only directly involved hops,
      which need to have a notion to "know",
      the sending system and/or the receiving system thus,
      can interpret certain header information, is important.
      This document ensures that only the receiving system,
      in its desire to prevent email loops,
      can interpret the real content of the delivery notice header.
    </t></abstract>

  </front>
  <middle>

    <section>
      <name>Introduction</name>
      <t>
        The
        SMTP<xref target="RFC5321"/>
        protocol documents in section 6.3 "Loop Detection"
        an approach to prevent infinite email loops.
        In operational practice explicit trace header fields
        were in use for decades,
        to record delivery addresses,
        and to shortcut loop detection,
        and avoid simple counting mechanisms,
        until
        <xref target="RFC9228"/>
        created an IETF document by describing one of the solutions
        used in practice, the
        Delivered-To Email Header Field.
      </t>
    </section>

    <section>
      <name>Encrypting information to protect email</name>
      <t>
        This document introduces a new header field that has the same purpose,
        and (likely) records the same information that RFC 9228 describes,
        it however encourages systems to encrypt any content the header field
        might have, and produce and store solely
        BASE64<xref target="RFC4648"/>
        encoded output.
        Only the local system (any party owning the encryption key)
        will be capable to decrypt the real content in this scenario,
        and therefore only interested parties for which the information
        makes sense.
      </t>
    </section>

    <section>
      <name>Delivered-Enc</name>
      <t>
        The syntax of the header field is:
      </t><sourcecode><![CDATA[
"Delivered-Enc:" FWS BASE64 FWS CRLF ; BASE64 from RFC4648
      ]]></sourcecode>
    </section>

    <section anchor="IANA">
    <!-- All drafts are required to have an IANA considerations section. See RFC 8126 for a guide.-->
      <name>IANA Considerations</name>
      <t>
        This document would request the header field name "Delivered-Enc"
        from IANA.
      </t>
    </section>

  </middle>
  <back>

    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4648.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5321.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9228.xml"/>
      </references>
    </references>

 </back>
</rfc>
<!-- vim:set tw=1000:s-ts-mode -->
