3886
PROPOSED STANDARD

An Extensible Message Format for Message Tracking Responses

Authors: E. Allman
Date: September 2004
Area: app
Working Group: msgtrk
Stream: IETF
Updates: RFC 3463

Abstract

Message Tracking is expected to be used to determine the status of undelivered e-mail upon request. Tracking is used in conjunction with Delivery Status Notifications (DSN) and Message Disposition Notifications (MDN); generally, a message tracking request will be issued only when a DSN or MDN has not been received within a reasonable timeout period.

This memo defines a MIME content-type for message tracking status in the same spirit as RFC 3464, "An Extensible Message Format for Delivery Status Notifications". It is to be issued upon a request as described in "Message Tracking Query Protocol". This memo defines only the format of the status information. An extension to SMTP to label messages for further tracking and request tracking status is defined in a separate memo. [STANDARDS-TRACK]

RFC 3886: An Extensible Message Format for Message Tracking Responses [RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Errata] [Info page]

PROPOSED STANDARD
Errata Exist
Network Working Group                                          E. Allman
Request for Comments: 3886                                Sendmail, Inc.
Updates: <a href="./rfc3463">3463</a>                                             September 2004
Category: Standards Track


      <span class="h1">An Extensible Message Format for Message Tracking Responses</span>

Status of this Memo

   This document specifies an Internet standards track protocol for the
   Internet community, and requests discussion and suggestions for
   improvements.  Please refer to the current edition of the "Internet
   Official Protocol Standards" (STD 1) for the standardization state
   and status of this protocol.  Distribution of this memo is unlimited.

Copyright Notice

   Copyright (C) The Internet Society (2004).

Abstract

   Message Tracking is expected to be used to determine the status of
   undelivered e-mail upon request.  Tracking is used in conjunction
   with Delivery Status Notifications (DSN) and Message Disposition
   Notifications (MDN); generally, a message tracking request will be
   issued only when a DSN or MDN has not been received within a
   reasonable timeout period.

   This memo defines a MIME content-type for message tracking status in
   the same spirit as <a href="./rfc3464">RFC 3464</a>, "An Extensible Message Format for
   Delivery Status Notifications".  It is to be issued upon a request as
   described in "Message Tracking Query Protocol".  This memo defines
   only the format of the status information.  An extension to SMTP to
   label messages for further tracking and request tracking status is
   defined in a separate memo.















<span class="grey">Allman                      Standards Track                     [Page 1]</span>

<span id="page-2" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Introduction</span>

   Message Tracking is expected to be used to determine the status of
   undelivered e-mail upon request.  Tracking is used in conjunction
   with Delivery Status Notifications (DSN) [<a href="#ref-RFC-DSN-SMTP" title=""Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs)"">RFC-DSN-SMTP</a>] and Message
   Disposition Notifications (MDN) [<a href="#ref-RFC-MDN" title=""Message Disposition Notifications"">RFC-MDN</a>]; generally, a message
   tracking request will be issued only when a DSN or MDN has not been
   received within a reasonable timeout period.

   This memo defines a MIME [<a href="#ref-RFC-MIME" title=""Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies"">RFC-MIME</a>] content-type for message tracking
   status in the same spirit as <a href="./rfc3464">RFC 3464</a>, "An Extensible Message Format
   for Delivery Status Notifications" [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].  It is to be
   issued upon a request as described in "Message Tracking Query
   Protocol" [<a href="#ref-RFC-MTRK-MTQP" title=""Message Tracking Query Protocol"">RFC-MTRK-MTQP</a>].  This memo defines only the format of the
   status information.  An extension to SMTP [<a href="#ref-RFC-ESMTP" title=""SMTP Service Extensions"">RFC-ESMTP</a>] to label
   messages for further tracking and request tracking status is defined
   in a separate memo [<a href="#ref-RFC-MTRK-SMTPEXT" title=""SMTP Service Extension for Message Tracking"">RFC-MTRK-SMTPEXT</a>].

<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  Other Documents and Conformance</span>

   The model used for Message Tracking is described in [<a href="#ref-RFC-MTRK-MODEL" title=""Message Tracking Model and Requirements"">RFC-MTRK-MODEL</a>].

   Message tracking is intended for use as a "last resort" mechanism.
   Normally, Delivery Status Notifications (DSNs) [<a href="#ref-RFC-DSN-SMTP" title=""Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs)"">RFC-DSN-SMTP</a>] and
   Message Disposition Notifications (MDNs) [<a href="#ref-RFC-MDN" title=""Message Disposition Notifications"">RFC-MDN</a>] would provide the
   primary delivery status.  Only if no response is received from either
   of these mechanisms would Message Tracking be used.

   This document is based on [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].  Sections <a href="#section-1.3">1.3</a>
   (Terminology), 2.1.1 (General conventions for DSN fields), 2.1.2
   ("*-type" subfields), and 2.1.3 (Lexical tokens imported from <a href="./rfc822">RFC</a>
   <a href="./rfc822">822</a>) of [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>] are included into this document by reference.
   Other sections are further incorporated as described herein.

   Syntax notation in this document conforms to [<a href="#ref-RFC-ABNF" title=""Augmented BNF for Syntax Specifications: ABNF"">RFC-ABNF</a>].

   The following lexical tokens, defined in [<a href="#ref-RFC-MSGFMT" title=""Internet Message Format"">RFC-MSGFMT</a>], are used in
   the ABNF grammar for MTSNs: atom, CHAR, comment, CR, CRLF, DIGIT, LF,
   linear-white-space, SPACE, text.  The date-time lexical token is
   defined in [<a href="#ref-RFC-HOSTREQ" title=""Requirements for Internet Hosts -- Application and Support"">RFC-HOSTREQ</a>].

   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 <a href="./rfc2119">RFC 2119</a> [RFC-
   KEYWORDS].






<span class="grey">Allman                      Standards Track                     [Page 2]</span>

<span id="page-3" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>.  Format of a Message Tracking Status Notification</span>

   A Message Tracking Status Notification (MTSN) is intended to be
   returned as the body of a Message Tracking request [<a href="#ref-RFC-MTRK-MTQP" title=""Message Tracking Query Protocol"">RFC-MTRK-MTQP</a>].
   The actual body MUST be a multipart/related [<a href="#ref-RFC-RELATED" title=""The MIME Multipart/Related Content-type"">RFC-RELATED</a>] with type
   parameter of "message/tracking-status"; each subpart MUST be of type
   "message/tracking-status" as described herein.  The multipart/related
   body can include multiple message/tracking-status parts if an MTQP
   server chains requests to the next server; see [<a href="#ref-RFC-MTRK-MODEL" title=""Message Tracking Model and Requirements"">RFC-MTRK-MODEL</a>] and
   [<a href="#ref-RFC-MTRK-MTQP" title=""Message Tracking Query Protocol"">RFC-MTRK-MTQP</a>] for more information about chaining.

<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>.  The message/tracking-status content-type</span>

   The message/tracking-status content-type is defined as follows:

   MIME type name:           message
   MIME subtype name:        tracking-status
   Optional parameters:      none
   Encoding considerations:  "7bit" encoding is sufficient and
                             MUST be used to maintain readability
                             when viewed by non-MIME mail readers.
   Security considerations:  discussed in <a href="#section-4">section 4</a> of this memo.

   The body of a message/tracking-status is modeled after [RFC-DSN-
   STAT].  That body consists of one or more "fields" formatted to
   according to the ABNF of <a href="./rfc2822">RFC 2822</a> header "fields" (see [<a href="#ref-RFC-MSGFMT" title=""Internet Message Format"">RFC-MSGFMT</a>]).
   The per-message fields appear first, followed by a blank line.
   Following the per-message fields are one or more groups of per-
   recipient fields.  Each group of per-recipient fields is preceded by
   a blank line.  Note that there will be a blank line between the final
   per-recipient field and the MIME boundary, since one CRLF is
   necessary to terminate the field, and a second is necessary to
   introduce the MIME boundary.  Formally, the syntax of the
   message/tracking-status content is as follows:

   tracking-status-content =
             per-message-fields 1*( CRLF per-recipient-fields )

   The per-message fields are described in <a href="#section-3.2">section 3.2</a>.  The per-
   recipient fields are described in <a href="#section-3.3">section 3.3</a>.

<span class="h4"><a class="selflink" id="section-3.1.1" href="#section-3.1.1">3.1.1</a>.  General conventions for MTSN fields</span>

   <a href="#section-2.1.1">Section 2.1.1</a> (General conventions for DSN fields) of [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>]
   is included herein by reference.  Notably, the definition of xtext is
   identical to that of that document.





<span class="grey">Allman                      Standards Track                     [Page 3]</span>

<span id="page-4" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


<span class="h4"><a class="selflink" id="section-3.1.2" href="#section-3.1.2">3.1.2</a>.  *-type subfields</span>

   <a href="#section-2.1.2">Section 2.1.2</a> (*-type subfields) of [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>] is included herein
   by reference.  Notably, the definitions of address-type, diagnostic-
   type, and MTA-name type are identical to that of <a href="./rfc3464">RFC 3464</a>.

<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>.  Per-Message MTSN Fields</span>

   Some fields of an MTSN apply to all of the addresses in a single
   envelope.  These fields may appear at most once in any MTSN.  These
   fields are used to correlate the MTSN with the original message
   transaction and to provide additional information which may be useful
   to gateways.

      per-message-fields =
                original-envelope-id-field CRLF
                reporting-mta-field CRLF
                arrival-date-field CRLF
                *( extension-field CRLF )

<span class="h4"><a class="selflink" id="section-3.2.1" href="#section-3.2.1">3.2.1</a>.  The Original-Envelope-Id field</span>

   The Original-Envelope-Id field is defined as in section 2.2.1 of
   [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].  This field is REQUIRED.

<span class="h4"><a class="selflink" id="section-3.2.2" href="#section-3.2.2">3.2.2</a>.  The Reporting-MTA field</span>

   The Reporting-MTA field is defined as in <a href="#section-2.2.2">section 2.2.2</a> of [RFC-DSN-
   STAT].  This field is REQUIRED.

<span class="h4"><a class="selflink" id="section-3.2.3" href="#section-3.2.3">3.2.3</a>.  The Arrival-Date field</span>

   The Arrival-Date field is defined as in <a href="#section-2.2.5">section 2.2.5</a> of [RFC-DSN-
   STAT].  This field is REQUIRED.

<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>.  Per-Recipient MTSN fields</span>

   An MTSN contains information about attempts to deliver a message to
   one or more recipients.  The delivery information for any particular
   recipient is contained in a group of contiguous per-recipient fields.
   Each group of per-recipient fields is preceded by a blank line.










<span class="grey">Allman                      Standards Track                     [Page 4]</span>

<span id="page-5" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


   The syntax for the group of per-recipient fields is as follows:

      per-recipient-fields =
                original-recipient-field CRLF
                final-recipient-field CRLF
                action-field CRLF
                status-field CRLF
                [ remote-mta-field CRLF ]
                [ last-attempt-date-field CRLF ]
                [ will-retry-until-field CRLF ]
                *( extension-field CRLF )

<span class="h4"><a class="selflink" id="section-3.3.1" href="#section-3.3.1">3.3.1</a>.  Original-Recipient field</span>

   The Original-Recipient field is defined as in <a href="#section-2.3.1">section 2.3.1</a> of [RFC-
   DSN-STAT].  This field is REQUIRED.

<span class="h4"><a class="selflink" id="section-3.3.2" href="#section-3.3.2">3.3.2</a>.  Final-Recipient field</span>

   The required Final-Recipient field is defined as in section 2.3.2 of
   [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].  This field is REQUIRED.

<span class="h4"><a class="selflink" id="section-3.3.3" href="#section-3.3.3">3.3.3</a>.  Action field</span>

   The required Action field indicates the action performed by the
   Reporting-MTA as a result of its attempt to deliver the message to
   this recipient address.  This field MUST be present for each
   recipient named in the MTSN.  The syntax is as defined in <a href="./rfc3464">RFC 3464</a>.
   This field is REQUIRED.

   Valid actions are:

   failed       The message could not be delivered.  If DSNs have been
                enabled, a "failed" DSN should already have been
                returned.

   delayed      The message is currently waiting in the MTA queue for
                future delivery.  Essentially, this action means "the
                message is located, and it is here."

   delivered    The message has been successfully delivered to the final
                recipient.  This includes "delivery" to a mailing list
                exploder.  It does not indicate that the message has
                been read.  No further information is available; in
                particular, the tracking agent SHOULD NOT attempt
                further "downstream" tracking requests.





<span class="grey">Allman                      Standards Track                     [Page 5]</span>

<span id="page-6" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


   expanded     The message has been successfully delivered to the
                recipient address as specified by the sender, and
                forwarded by the Reporting-MTA beyond that destination
                to multiple additional recipient addresses.  However,
                these additional addresses are not trackable, and the
                tracking agent SHOULD NOT attempt further "downstream"
                tracking requests.

   relayed      The message has been delivered into an environment that
                does not support message tracking.  No further
                information is available; in particular, the tracking
                agent SHOULD NOT attempt further "downstream" tracking
                requests.

   transferred  The message has been transferred to another MTRK-
                compliant MTA.  The tracking agent SHOULD attempt
                further "downstream" tracking requests unless that
                information is already given in a chaining response.

   opaque       The message may or may not have been seen by this
                system.  No further information is available or
                forthcoming.

   There may be some confusion between when to use "expanded" versus
   "delivered".  Whenever possible, "expanded" should be used when the
   MTA knows that the message will be sent to multiple addresses.
   However, in some cases the delivery occurs to a program which,
   unknown to the MTA, causes mailing list expansion; in the extreme
   case, the delivery may be to a real mailbox that has the side effect
   of list expansion.  If the MTA cannot ensure that this delivery will
   cause list expansion, it should set the action to "delivered".

<span class="h4"><a class="selflink" id="section-3.3.4" href="#section-3.3.4">3.3.4</a>.  Status field</span>

   The Status field is defined as in <a href="./rfc3464">RFC 3464</a>.  A new code is added to
   <a href="./rfc3463">RFC 3463</a> [<a href="#ref-RFC-EMSSC" title=""Enhanced Mail System Status Codes"">RFC-EMSSC</a>], "Enhanced Mail System Status Codes",

      X.1.9   Message relayed to non-compliant mailer"

         The mailbox address specified was valid, but the message has
         been relayed to a system that does not speak this protocol; no
         further information can be provided.

   A 2.1.9 Status field MUST be used exclusively with a "relayed" Action
   field.  This field is REQUIRED.






<span class="grey">Allman                      Standards Track                     [Page 6]</span>

<span id="page-7" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


<span class="h4"><a class="selflink" id="section-3.3.5" href="#section-3.3.5">3.3.5</a>.  Remote-MTA field</span>

   The Remote-MTA field is defined as in section Reference 2.3.5 of
   [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].  This field MUST NOT be included if no delivery
   attempts have been made or if the Action field has value "opaque".
   If delivery to some agent other than an MTA (for example, a Local
   Delivery Agent) then this field MAY be included, giving the name of
   the host on which that agent was contacted.

<span class="h4"><a class="selflink" id="section-3.3.6" href="#section-3.3.6">3.3.6</a>.  Last-Attempt-Date field</span>

   The Last-Attempt-Date field is defined as in section Reference 2.3.7
   of [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].  This field is REQUIRED if any delivery attempt
   has been made and the Action field does not have value "opaque", in
   which case it will specify when it last attempted to deliver this
   message to another MTA or other Delivery Agent.  This field MUST NOT
   be included if no delivery attempts have been made.

<span class="h4"><a class="selflink" id="section-3.3.7" href="#section-3.3.7">3.3.7</a>.  Will-Retry-Until field</span>

   The Will-Retry-Until field is defined as in section Reference 2.3.9
   of [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].  If the message is not in the local queue or the
   Action field has the value "opaque" the Will-Retry-Until field MUST
   NOT be included; otherwise, this field SHOULD be included.

<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>.  Extension fields</span>

   Future extension fields may be defined as defined in section 2.4 of
   [<a href="#ref-RFC-DSN-STAT" title=""An Extensible Message Format for Delivery Status Notifications"">RFC-DSN-STAT</a>].

<span class="h3"><a class="selflink" id="section-3.5" href="#section-3.5">3.5</a>.  Interaction Between MTAs and LDAs</span>

   A message that has been delivered to a Local Delivery Agent (LDA)
   that understands message tracking (in particular, an LDA speaking
   LMTP [<a href="#ref-RFC-LMTP" title=""Local Mail Transfer Protocol"">RFC-LMTP</a>] that supports the MTRK extension) SHOULD pass the
   tracking request to the LDA.  In this case, the Action field for the
   MTA->LDA exchange will look the same as a transfer to a compliant
   MTA; that is, a "transferred" tracking status will be issued.

<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>.  Security Considerations</span>

<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>.  Forgery</span>

   Malicious servers may attempt to subvert message tracking and return
   false information.  This could result in misdirection or
   misinterpretation of results.





<span class="grey">Allman                      Standards Track                     [Page 7]</span>

<span id="page-8" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>.  Confidentiality</span>

   Another dimension of security is confidentiality.  There may be cases
   in which a message recipient is autoforwarding messages but does not
   wish to divulge the address to which the messages are autoforwarded.
   The desire for such confidentiality will probably be heightened as
   "wireless mailboxes", such as pagers, become more widely used as
   autoforward addresses.

   MTA authors are encouraged to provide a mechanism which enables the
   end user to preserve the confidentiality of a forwarding address.
   Depending on the degree of confidentiality required, and the nature
   of the environment to which a message were being forwarded, this
   might be accomplished by one or more of:

   (a)  respond with a "relayed" tracking status when a message is
        forwarded to a confidential forwarding address, and disabling
        further message tracking requests.

   (b)  declaring the message to be delivered, issuing a "delivered"
        tracking status, re-sending the message to the confidential
        forwarding address, and disabling further message tracking
        requests.

   The tracking algorithms MUST NOT allow tracking through list
   expansions.  When a message is delivered to a list, a tracking
   request MUST respond with an "expanded" tracking status and MUST NOT
   display the contents of the list.

<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>.  IANA Considerations</span>

   IANA has registered the SMTP extension defined in <a href="#section-3">section 3</a>.

<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>.  Acknowledgements</span>

   Several individuals have commented on and enhanced this document,
   including Tony Hansen, Philip Hazel, Alexey Melnikov, Lyndon
   Nerenberg, Chris Newman, Gregory Neil Shapiro, and Dan Wing.

<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>.  References</span>

<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>.  Normative References</span>

   [<a id="ref-RFC-MTRK-MODEL">RFC-MTRK-MODEL</a>]     Hansen, T., "Message Tracking Model and
                        Requirements", <a href="./rfc3888">RFC 3888</a>, September 2004.






<span class="grey">Allman                      Standards Track                     [Page 8]</span>

<span id="page-9" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


   [<a id="ref-RFC-MTRK-MTQP">RFC-MTRK-MTQP</a>]      Hansen, T., "Message Tracking Query Protocol",
                        <a href="./rfc3887">RFC 3887</a>, September 2004.

   [<a id="ref-RFC-MTRK-SMTPEXT">RFC-MTRK-SMTPEXT</a>]   Allman, E., "SMTP Service Extension for Message
                        Tracking", <a href="./rfc3885">RFC 3885</a>, September 2004.

   [<a id="ref-RFC-ABNF">RFC-ABNF</a>]           Crocker, D., Ed. and P. Overell, "Augmented BNF
                        for Syntax Specifications: ABNF", <a href="./rfc2234">RFC 2234</a>,
                        November 1997.

   [<a id="ref-RFC-EMSSC">RFC-EMSSC</a>]          Vaudreuil, G., "Enhanced Mail System Status
                        Codes", <a href="./rfc3463">RFC 3463</a>, January 2003.

   [<a id="ref-RFC-HOSTREQ">RFC-HOSTREQ</a>]        Braden, R., Ed., "Requirements for Internet
                        Hosts -- Application and Support", STD 3, <a href="./rfc1123">RFC</a>
                        <a href="./rfc1123">1123</a>, October 1989.

   [<a id="ref-RFC-KEYWORDS">RFC-KEYWORDS</a>]       Bradner, S., "Key words for use in RFCs to
                        Indicate Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>,
                        March 1997.

   [<a id="ref-RFC-MIME">RFC-MIME</a>]           Freed, N. and N. Borenstein, "Multipurpose
                        Internet Mail Extensions (MIME) Part One: Format
                        of Internet Message Bodies", <a href="./rfc2045">RFC 2045</a>, November
                        1996.

   [<a id="ref-RFC-MSGFMT">RFC-MSGFMT</a>]         Resnick, P., Ed., "Internet Message Format", <a href="./rfc2822">RFC</a>
                        <a href="./rfc2822">2822</a>, April 2001.

   [<a id="ref-RFC-RELATED">RFC-RELATED</a>]        Levinson, E., "The MIME Multipart/Related
                        Content-type", <a href="./rfc2387">RFC 2387</a>, August 1998.

<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>.  Informational References</span>

   [<a id="ref-RFC-DSN-SMTP">RFC-DSN-SMTP</a>]       Moore, K., "Simple Mail Transfer Protocol (SMTP)
                        Service Extension for Delivery Status
                        Notifications (DSNs)", <a href="./rfc3461">RFC 3461</a>, January 2003.

   [<a id="ref-RFC-DSN-STAT">RFC-DSN-STAT</a>]       Moore, K. and G. Vaudreuil, "An Extensible
                        Message Format for Delivery Status
                        Notifications", <a href="./rfc3464">RFC 3464</a>, January 2003.

   [<a id="ref-RFC-ESMTP">RFC-ESMTP</a>]          Rose, M., Stefferud, E., Crocker, D., Klensin,
                        J., and N. Freed, "SMTP Service Extensions", STD
                        10, <a href="./rfc1869">RFC 1869</a>, November 1995.






<span class="grey">Allman                      Standards Track                     [Page 9]</span>

<span id="page-10" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


   [<a id="ref-RFC-LMTP">RFC-LMTP</a>]           Myers, J., "Local Mail Transfer Protocol", <a href="./rfc2033">RFC</a>
                        <a href="./rfc2033">2033</a>, October 1996.

   [<a id="ref-RFC-MDN">RFC-MDN</a>]            Hansen, T. and G. Vaudreuil, Eds., "Message
                        Disposition Notifications", <a href="./rfc3798">RFC 3798</a>, May 2004.

<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>.  Author's Address</span>

   Eric Allman
   Sendmail, Inc.
   6425 Christie Ave, 4th Floor
   Emeryville, CA  94608
   U.S.A.

   Phone: +1 510 594 5501
   Fax:   +1 510 594 5429
   EMail: [email protected]


































<span class="grey">Allman                      Standards Track                    [Page 10]</span>

<span id="page-11" ></span>
<span class="grey"><a href="./rfc3886">RFC 3886</a>                Message/Tracking-Status           September 2004</span>


<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Full Copyright Statement</span>

   Copyright (C) The Internet Society (2004).

   This document is subject to the rights, licenses and restrictions
   contained in <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a>, and except as set forth therein, the authors
   retain all their rights.

   This document and the information contained herein are provided on an
   "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/S HE
   REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE
   INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF
   THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
   WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Intellectual Property

   The IETF takes no position regarding the validity or scope of any
   Intellectual Property Rights or other rights that might be claimed to
   pertain to the implementation or use of the technology described in
   this document or the extent to which any license under such rights
   might or might not be available; nor does it represent that it has
   made any independent effort to identify any such rights.  Information
   on the IETF's procedures with respect to rights in IETF Documents can
   be found in <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and <a href="https://www.rfc-editor.org/bcp/bcp79">BCP 79</a>.

   Copies of IPR disclosures made to the IETF Secretariat and any
   assurances of licenses to be made available, or the result of an
   attempt made to obtain a general license or permission for the use of
   such proprietary rights by implementers or users of this
   specification can be obtained from the IETF on-line IPR repository at
   <a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>.

   The IETF invites any interested party to bring to its attention any
   copyrights, patents or patent applications, or other proprietary
   rights that may cover technology that may be required to implement
   this standard.  Please address the information to the IETF at ietf-
   [email protected].

Acknowledgement

   Funding for the RFC Editor function is currently provided by the
   Internet Society.







Allman                      Standards Track                    [Page 11]

Additional Resources