<?xml version='1.0' encoding='utf-8'?>
<!-- XML2RFC / RFCXML v2 -->
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<!-- Extra statement used by XSLT processors to control the output style. -->
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- Processing Instructions- PIs (for a complete list and description,
see file http://xml.resource.org/authoring/README.html.
       (?Link may have changed to ...tools.ietf.org )
     You may find that some sophisticated editors are not able to edit PIs when palced here.
     An alternative position is just inside the rfc elelment as noted below. -->
<!-- Some of the more generally applicable PIs that most I-Ds might want to use -->
<!-- Try to enforce the ID-nits conventions and DTD validity -->
<?rfc strict="yes" ?>
<!-- Items used when reviewing the document -->
<!-- Controls display of <cref> elements -->
<?rfc comments="yes" ?>
<!-- When no, put comments at end in comments section,
     otherwise, put inline -->
<?rfc inline="yes" ?>
<!-- When yes, insert editing marks: editing marks consist of a 
     string such as <29> printed in the blank line at the 
     beginning of each paragraph of text. -->
<?rfc editing="no" ?>
<!-- Create Table of Contents (ToC) and set some options for it.  
     Note the ToC may be omitted for very short documents,but idnits insists on a ToC 
     if the document has more than 15 pages. -->
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<!-- If "yes" eliminates blank lines before main section entries. -->
<?rfc tocdepth="3"?>
<!-- Sets the number of levels of sections/subsections... in ToC.
   Can be overridden by 'toc="include"/"exclude"' on the section
   element-->
<!-- Choose the options for the references. 
     Some like symbolic tags in the references (and citations) and others prefer 
     numbers. The RFC Editor always uses symbolic tags.
     The tags used are the anchor attributes of the references. -->
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes" ?>
<!-- If "yes", causes the references to be sorted in order of tags.
			 This doesn't have any effect unless symrefs is "yes"
          also. -->
<!-- These two save paper: Just setting compact to "yes" makes savings by not starting each 
     main section on a new page but does not omit the blank lines between list items. 
     If subcompact is also "yes" the blank lines between list items are also omitted. -->
<?rfc compact="yes" ?>
<?rfc subcompact="no" ?>
<!-- end of list of popular I-D processing instructions -->
<!-- Information about the document.
     category values: std, bcp, info, exp, and historic
     For Internet-Drafts, specify attribute "ipr".
         original ipr values are: full3978, noModification3978, noDerivatives3978), 
         2008 IETF Trust versions: trust200811, noModificationTrust200811, noDerivativeTrust200811
         2009/Current: trust200902, noModificationTrust200902, noDerivativesTrust200902, pre5378Trust200902
     Also for Internet-Drafts, you must specify a value for attributes "docName" which is 
        typically the file name under which it is filed but need not be.
     If relevant, "iprExtract" may be specified to denote the anchor attribute value of a
        section that can be extracted for separate publication, it is only useful when the value
        of "ipr" does not give the Trust full rights.
     "updates" and "obsoletes" attributes can also be specified here, their arguments are
      comma-separated lists of RFC numbers (just the numbers)
      'consensus="true" usually goes with IETF Stream submissions; else false
      "submission types": IETF, IAB, IRTF, independent

-->

<rfc xmlns:xi="http://www.w3.org/2001/XInclude"
	      docName="draft-klensin-email-for-clause-00"
	  	  ipr="trust200902" category="info" obsoletes="" updates=""
	      submissionType="IETF" consensus="true" xml:lang="en"
          tocInclude="true" tocDepth="3" symRefs="true" sortRefs="true" version="3">
  <!-- ***** FRONT MATTER ***** -->
  <front>
    <title abbrev="SMTP/IMF for Clause">Issues with the SMTP/IMF 'for'
	   Clause and Remedies</title>
    <seriesInfo name="Internet-Draft"
			   value="draft-klensin-email-for-clause-00"/>
	
    <!-- add 'role="editor"' below for the editors if appropriate -->
    <author fullname="John C Klensin" initials="J.C." surname="Klensin">
      <organization/>
      <address>
        <postal>
          <street>1770 Massachusetts Ave, Ste 322</street>
          <city>Cambridge</city>
          <region>MA</region>
          <code>02140</code>
          <country>USA</country>
        </postal>
        <email>john-ietf@jck.com</email>
      </address>
    </author>
    <date month="July" day="24" year="2022"/>

    <area>ART</area>
	<workgroup>Network Working Group</workgroup>
	
	    <!-- Other Meta-data Declarations -->

	<!-- You can add <keyword/> elements here.  They will be incorporated into HTML output
         files in a meta tag but they have no effect on text or nroff output. -->
	<!-- <keyword>Text</keyword> (as many of those elements as needed -->

	
    <abstract>
      <t>The "for" clause of the "Received:" header field goes back to
		 the first widely deployed version of SMTP (RFC 821).  However SMTP also
		 allows multiple-recipient messages to be transmitted in a 
		 single mail transaction.  The combination may, in some cases,
		 lead to undesirable disclosure of information, including
		 disclosing mail addresses that were intended to be kept
		 hidden from other recipients.  In the process of working on
		 revisions to RFC 5321 and developing a new Applicability
		 Statement in the EMAILCORE WG, there have been attempts to
		 fix the problems by find-tuning text about actions and
		 warnings.  This document is an attempt to explore the issues
		 in somewhat more depth for members of the community who are,
		 or should be, participating in the WG.
	  </t>
    </abstract>

	<note title="Status and Audience">
	   <t> This document is intended for discussion during the
		  scheduled 2022-07-26 meeting of the EMAILCORE WG.  It is
		  being posted in Internet-Draft form rather than simply to
		  the WG mailing list because it addresses issues outside the 
		  WG's scope that might be of interest to the community in the
		  future.  It is not expected to evolve into a Standards Track
		  document in it current form and may be abandoned after
		  IETF 114.   In conjunction with those characteristics, it
		  is written very informally.</t>
	   <t>The current version assumes familiarity with the current
	      versions of the specs being developed in that WG
	      <xref target="rfc5321bis"/><xref target="rfc5322bis"/>
	      <xref target="email-as"/>. </t>
	</note>
	
  </front>
  <middle>
    <section numbered="true" toc="default">
      <name>Introduction</name>
      <t>The "for" clause of the "Received:" header field goes back to
		 the first normative version of SMTP (usually known just as
		 "RFC 821" <xref target="RFC0821"/>).  However SMTP also
		 allows multiple-recipient messages to be transmitted in a 
		 single mail transaction.  The combination may, in some cases,
		 lead to undesirable disclosure of information, including
		 disclosing mail addresses that were intended to be kept
		 hidden from other recipients.  In the process of working on
		 revisions to RFC 5321 <xref target="rfc5321bis"/> and
		 developing a new 
		 Applicability Statement <xref target="email-as"/>
		 in the EMAILCORE WG <xref target="EMAILCORE-wg"/>, there have
		 been attempts to fix the problems by find-tuning text about
		 actions and warnings.  This document is an attempt to
		 explore the issues in somewhat more depth for members of the
		 community who are, or should be, participating in the WG.
	  </t>
	  <t> Because some of the changes it suggests as possibilities
		 might change the syntax of the "for" clause, syntax currently
		 defined in the Internet Message Format (IMF, Mail Headers)
		 document <xref target="rfc5322bis"/>, that document or its
		 successors could, in principle, be affected as well.</t>
	  <t> While it may suggest paths that might lead to normative
		 specifications, this document is not intended to contain any
		 normative language and any text that appears to be normative
		 is a result of haste in writing and should not be
		 interpreted that way. </t>
	  
      <!-- <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" format="default">RFC 2119</xref> and
	  <xref target="RFC8174" format="default">RFC 8174</xref>.</t> -->
	</section>

	<section numbered="true" toc="default">
	   <name>Issues and the Problem </name>

	   <section numbered="true" toc="default">
		  <name> History </name>
		  <t> Section 4.1.2 of the Internet Standard SMTP protocol
			 <xref target="RFC0821"/>, defines the "for" clause as an
			 optional part of the &lt;time-stamp-line&gt; (aka the
			 "Received:" header field, later known as a "trace
			 field").  It allows only one argument, a 
			 &lt;path&gt;, which, with later modifications, became a
			 mailbox name.  It also allowed only one "for" clause in a
			 "Received:" header field.  However, it also allows
			 multiple RCPT commands in a mail transaction.  It does
			 not specify when "for" should or should not be supplied
			 nor which mailbox name should be used (i.e., which RCPT
			 command is more important than the others).  We can look
			 at that today and say "whatever were they (or was he)
			 thinking?", but, a month short of forty years later, that
			 question would be a bit late.  For most of those forty
			 years, or at least the first half of them, the ambiguity
			 was not seen as causing harm.</t> 
		  <t> Skipping over some intermediate documents, the current
			 spec in general use,
			 <xref target="RFC5321">RFC 5321</xref>, is somewhat more
			 specific.  Its section 4.4 includes:</t>
		  <blockquote>
			 <t>If the FOR clause appears, it MUST contain exactly
				one &lt;path&gt; entry, even when multiple RCPT
				commands have been given.  Multiple &lt;path&gt;s raise
				some security issues and have been deprecated, see
			    Section 7.2.</t>
		  </blockquote>
		  <t> And then Section 7.2 discusses "blind copies" and the
			   possible advantages of sending such copies as separate
			   mail transactions with only a single RCPT command each.
			   It also reinforces the principle that there should be
			   "no more than one mailbox" in the "for" clause of a
			   "Received" mail header field and urges that other
			   information not supply more than one address either.
			   Its description avoids telling implementers what they
			   should do, only what they should avoid.</t>
	   </section>
	   <section numbered="true" toc="default" anchor="rfc5321bis-status">
		  <name> Status as of draft-ietf-emailcore-rfc5321bis-11
			 ("rfc5321bis" below) and draft-ietf-emailcore-as-05 (the
			 "Applicability Statement" or "A/S" below)</name>
		  <t> In an attempt to better deal with the problem, the last
			 sentence in the current version of
			 rfc5321bis <xref target="rfc5321bis"/> contains the
			 sentence:</t>
		  <blockquote>
			 <t>Also, the optional FOR clause should be supplied with
			 caution or not at all when multiple recipients are
			 involved lest it inadvertently disclose the identities
			 of 'blind copy' recipients to others.</t>
		  </blockquote>
		  <t>That still does not say very much and its meaning in
			 various edge cases may be subject to interpretation.
			 That is uncomfortable, but it may be hard to do much
			 better without getting severely tangled up in those edge
			 cases (see the next Section).
			 The WG has also reached consensus that whatever detailed
			 explanation of the "for" clause is needed (presumably
			 including discussion of the edge cases) will be included
			 in the Applicability Statement <xref target="email-as"/>
			 rather than in rfc5321bis, but there is no clear
			 agreement yet about exactly what that other document
			 should say. </t>
	   </section>
	</section>

	<section  numbered="true" toc="default">
	   <name>Edge Cases, Elephants in the Room, and Other
		  Technical Complications </name>
	   <t>While numbered, the issues below are not in any particular
		  order and may not be completely separable.</t>
	   <ol type="(%d)">
		  <li>
			 <t> In the Internet most of us deal with most of the time,
				connectivity is very
		  good and most of the email is handled by a few large
		  providers.  Many of those providers have their own
		  infrastructure and are not dependent on the SMTP relay
		  mechanisms defined in RFC 821 and subsequent specifications.
		  We have strongly discouraged so-called "open relays" (relay
		  MTAs that have no administrative relationship with either
		  the originating or delivery systems), but that does not mean
		  that mail necessarily moves from a collection of originating
		  systems (starting with an MUA and sometimes a submission
		  server) controlled by one entity to a collection of
		  receiving ones (including the one that makes "final
		  delivery" to either a mailbox, a gateway into some other
		  environment, or the equivalent).  For example, a destination
		  system might contract with an independent third  party
		  provider to relay mail as a so-called "backup MX".  Unless
		  specified by the contract or in other ways, that does not
		  make that third party part of the administrative domain of
		  the recipient, at least as we usually think of those terms.
		  Changing SMTP to ignore or
		  exclude those other cases would, at least in my opinion,
		  make the specification more confusing and less generally
		  applicable and the Internet worse.</t></li>
	   <li>
	   <t> With regard to that "for" clause, it may be worth
		  remembering that SMTP has no mechanism for specifying or
		  determining which RCPT command is more important than others
		  (for example, RFC 821 could easily have made the first one,
		  or the first one that was accepted,
		  primary, but did not).  Whatever heuristics we might invent
		  notwithstanding, in many cases, the only computer entities
		  that really know what mailbox should be exposed in the
		  "for" clause are the MUA and maybe the Submission system.
		  We given them permission to do things "ordinary" MTAs are
		  prohibited from doing and even require that they do such
		  things in order to ensure conceptual message integrity and
		  conformance with standards.  Both are, fwiw, out of scope
		  for EMAILCORE and we have never required a
		  simple first-hop SMTP server to conform to Submission server
		  rules or allowed it the same flexibility.</t></li>
	   <li>
	   <t> We do allow an MTA to take a message that comes to it with
		  multiple RCPT commands, break it apart, and send out
		  separate messages in separate mail transactions.  That is
		  essentially required when the RCPT commands it receives
		  contain different domains that resolve to different MX
		  record collections (or at least the preferred server for the
		  next hop), but it is clearly allowed for other cases, and,
		  in rfc5321bis section 7.2, we
		  encourage it for cases involving "bcc"s where the server
		  knows what is going on.  But there
		  may be cases where MTAs might want to recombine things as
		  well as splitting them apart.</t>
	   <t>As an extreme example,
		  suppose there were a relay at the boundary between the
		  high-speed and well-connected part of the Internet and a
		  part of the network that involves intermittent connections,
		  long delays, and expensive bandwidth (if an example is
		  needed, think Mars or something further out).  That situation
		  implies that it should have, and carefully curate, mail
		  queues, at least somewhat organized around the availability
		  of particular destinations (or appropriate intermediaries in
		  their direction).
		  So it receives two messages (different mail transactions in
		  the same or different SMTP
		  sessions), each of which has one RCPT command, and the
		  arguments to those commands have the same target domains.
		  Given what we seem to be telling the
		  servers in the path up to that point, it is entirely reasonable for
		  the trace fields in those messages to contain "for" clauses
		  that identify the (only) recipient address.  However,
		  because bandwidth and transaction time are important for
		  that relay, it checks the Message-IDs, discovers
		  that they are identical, and then maybe goes on to verify
		  that the message bodies are bit-for-bit identical.
		  There might be other cases, but the most obvious one is a
		  message that left a Submission server with multiple
		  recipients (RCPT commands in the same mail transaction) but
		  was broken into separate mail transactions along the line.
		  Ignoring the widely-abused rule against MTAs looking at
		  headers to figure out what to do
		  (see rfc5321bis Section 3.6), I don't think there is
		  anything in rfc5321bis (or 5321 itself) that prohibits it from
		  re-combining those messages and sending them out in a
		  single mail transaction with multiple RCPT commands. I can
		  imagine some interesting choices if the messages took
		  different paths reaching it where
		  recombining might do a real job on signatures over the
		  message headers, but that is getting far afield.
		  Now, if we discourage inserting a "for" clause when one
		  receives mail transactions with multiple RCPT
		  commands, no more "for" clauses are going to get added, at
		  least prior to the delivery server.  But the privacy damage
		  is already done because earlier servers in the path have
		  already inserted "for" clauses that, with a little bad luck,
		  could disclose bcc recipients.</t></li>
	   <li>
	   <t> As far as I can tell, the only MTAs who may actually have
		  the information needed to "understand" what should should go
		  into the "for" clause (or if it should be provided) are the
		  submission server and the delivery MTA.  The submission
		  server at least knows that it is a submission server.  In
		  many cases, the delivery MTA might not actually know whether
		  it is in that role or just thinks it is.</t></li>
	   </ol>
	   <t>Snark:  If, by now, readers are not either suffering from bad
		  headaches or muttering things about cans of worms, this
		  document may be failing in its intent.</t>
	</section>

	<section numbered="true" toc="default">
	   <name>Some Options </name>
	   <t> Note: Before considering the subsections below (and
		  variations on them) in context with rfc5321bis, remember or
		  review the very limited type of changes that can be made,
		  relative to prior specs, in bringing a document to Internet
		  Standard <xref target="RFC2026"/> <xref target="RFC6410"/>.
		  Some of what follows might be consistent with those
		  requirements; some others clearly are not.  Also note that
		  at least one of them is clearly out of scope for EMAILCORE
		  even if it required a syntax change in rfc5321bis/rfc5322bis
		  (and it is not clear whether the syntax change would be
		  allowed while going to Internet Standard).</t>
	   <section numbered="true" toc="default">
		  <name> Time to Give Up </name>
		  <t>We could conclude that, because of under-specification
			 going back at least to RFC 821 and the complexities of
			 the modern world (including but certainly not limited to
			 privacy considerations) the "for" clause has outlived its
			 usefulness.  Deprecating it would require an explanation
			 in rfc5321bis but, otherwise, would just require removing
			 some syntax and assorted clumsy explanations.</t>
		  <t> One of several problems with this approach is that I
			 gather there are people out there who think it is useful
			 (that includes myself on some days).  Probably there are
			 enough of them that some implementations would ignore the
			 prohibition and then we would have no guidance at all (I
			 don't see how the Applicability Statement could include
			 an extensive discussion of a feature that rfc5321bis had
			 discarded, presumably with its own Deprecated, Obsolete,
			 or "NOT RECOMMENDED" text).</t>
	   </section>
	   <section numbered="true" toc="default">
		  <name> Deprecate It in the Applicability Statement Instead
		  </name>
		  <t>Leave the text in rfc5321bis alone, plus or minus minor
			 tuning (see <xref target="Alexey-5321bis-fix"/> below)
			 and push this entirely onto the Applicability Statement,
			 including (presumably in a battle to be fought later) the
			 possibility of a careful explanation of why the "for"
			 clause has become more trouble than it is worth and is
			 NOT RECOMMENDED regardless of what rfc5321bis appears to
			 say.</t>
		  <t> Same comments as above about people who may think the
			 feature is useful.  Also, slipping on my hat as nominal
			 co-author of the A/S for a moment, I really hope we
			 don't dump such baggage there.</t>
	   </section>
	   <section numbered="true" toc="default">
		  <name> Prohibit "for" in SMTP Without Discarding It In
			 Message Submission </name>
		  <t>Modify the Submission spec <xref target="RFC6409"/> to
			 include more information about when a Submission server
			 should, or should not, provide a "for" clause (even if
			 nominally in the "Received:" header field associated with
			 the message it received) and what should be in it.
			 Ideally, allow some additional/special syntax to
			 distinguish between "just did not include one of those"
			 (since providing one probably cannot be required) and
			 "'for' clause deliberately omitted".</t>
		  <t> Then leave the syntax (or include the new syntax) in
			 rfc5321bis but indicate that SMTP MTAs SHOULD NOT (or
			 maybe even MUST NOT) insert the "for" clause.  That
			 eliminates the insertion of a "for" clause by the
			 delivery server, but maybe "Apparently-to:" (despite
			 being explicitly deprecated in RFC 5321 (and, so far,
			 rfc5321bis)) and/or
			 "Delivered-to:" <xref target="RFC9228"/> or some
			 successor are better solutions to whatever the actual
			 requirement is at that point.</t>
		  <t> Possibly the existing text in rfc5321bis that would be
			 left after removing a good deal of handwaving ought to be
			 modified as well.  Or not.</t>
	   </section>
	   <section numbered="true" toc="default" anchor="Alexey-5321bis-fix">
		  <name> Fine-tuning Example </name>
		  <t> In an offlist conversation, Alexey proposed changing the
			 current text in rfc5321bis (see
			 <xref target="rfc5321bis-status"/> above) to
			 approximately:</t>
		  <blockquote>
			 Also, the optional FOR clause should not be supplied
			 when the same message body is sent, in the same mail
			 transaction, to multiple recipients in order not to
			 inadvertently disclose the identities of "blind copy"
			 recipients to others.
		  </blockquote>
		  <t>While this does not cover all of the cases above, it may
			 still be an improvement by virtue of being (at least
			 apparently) less ambiguous.  On the other hand, it does
			 not cover all cases and hence does not completely protect against 
			 "for" clauses that inadvertently disclose information.</t>
			 <t>So:</t>
		  <ol>
			 <li>Independent of any of the other options (other
				than those that would remove the subject text
				entirely), does the WG believe that, on balance, this
				(or something like it) would be an improvement?</li>
			 <li> Is it good enough or does it, or that section, or
				the sections that refer to it, need additional tuning?
			 </li>
		  </ol>
	   </section>
	</section>
	
    <section anchor="Acknowledgments" numbered="true" toc="default">
      <name>Acknowledgments</name>
      <t>Thanks to Alexey Melnikov, EMAILCORE co-chair, for finally
		 getting me to the point where it became obvious (at least to
		 me) that this document was needed.</t>
	</section>
	
    <!-- Possibly a 'Contributors' section ... -->

    <section anchor="IANA" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t><cref> RFC Editor: Please remove this section before
		 publication.</cref></t>
      <t>This memo includes no requests to or actions for IANA.</t>
    </section>
    <section anchor="Security" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>Once we decide what to do with the notes above, it will be
		 possible to describe their security implications.  On the
		 other hand, there is a sense in which the entire conversation
		 about the "for" clause is about privacy and prevention of
		 unwanted disclosures of information.</t>
    </section>
  </middle>
  <!--  *****BACK MATTER ***** -->

  <back>
    <!-- References split to informative and normative -->

    <references>
      <name>References</name>
	  <references>
		 <name> Consolidated References (temporary)</name>
        <!-- <name>Normative References</name>  -->

	<!--	 <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
		 -->
		 
		<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.0821.xml"/>
		<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2026.xml"/>
		<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5321.xml"/>
		<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6409.xml"/>
		<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6410.xml"/>
		<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9228.xml"/>

	<reference anchor="rfc5321bis" target="draft-ietf-emailcore-rfc5321bis-12"> 
        <front>
          <title>Simple Mail Transfer Protocol</title>
          <author initials="J.C." surname="Klensin">
            <organization></organization>
	        <address/>
          </author>
          <date year="2022" month="July" day="9"/>
        </front>
	</reference>

	<reference anchor="rfc5322bis" target="draft-ietf-emailcore-rfc5322bis-03">
        <front>
          <title>Internet Message Format</title>
          <author initials="P." surname="Resnick">
            <organization></organization>
	        <address/>
          </author>
          <date year="2022" month="April" day="4" />
        </front>
	</reference>

	<reference anchor="email-as" target="draft-ietf-emailcore-as-05">
        <front>
          <title>Applicability Statement for IETF Core Email Protocols</title>
          <author initials="J.C." surname="Klensin">
            <organization></organization>
	        <address/>
          </author>
          <author initials="K." surname="Murchison">
            <organization></organization>
	        <address/>
          </author>
          <author initials="E." surname="Sam">
            <organization></organization>
	        <address/>
          </author>
          <date year="2022" month="May" day="23" />
        </front>
    </reference>

    <reference anchor="EMAILCORE-wg" target="https://datatracker.ietf.org/wg/emailcore/about/">
        <front>
          <title>Revision of core Email specifications (emailcore)</title>
          <author >
            <organization>IETF</organization>
	        <address/>
          </author>
          <date year="2022" />
        </front>
    </reference>
		
 </references>
	  
    <!--  <references>
        <name>Informative References</name>
	</references> -->

</references>  <!-- All of them -->

	
    <!--   Sections below here become  Appendices.  -->
	

<!--
	<section title="Change Log" anchor="ChangeLog">
	    <t>RFC Editor: Please remove this appendix before
	publication.</t>

	<section title="Changes from version -MM (2017-MM-DD) to -NN">
          <t><list style="symbols">
			 <t>	... </t>
		  </list></t>
	   </section>
	
	</section>      -->

  </back>
</rfc>
