1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
|
<pre>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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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: eric@Sendmail.COM
<span class="grey">Allman Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><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-
ipr@ietf.org.
Acknowledgement
Funding for the RFC Editor function is currently provided by the
Internet Society.
Allman Standards Track [Page 11]
</pre>
|