home *** CD-ROM | disk | FTP | other *** search
/ Internet Core Protocols / Oreilly-InternetCoreProtocols.iso / RFCs / rfc2532.txt < prev    next >
Encoding:
Text File  |  1999-10-14  |  22.8 KB  |  676 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        L. Masinter
  8. Request for Comments: 2532                             Xerox Corporation
  9. Category: Standards Track                                        D. Wing
  10.                                                            Cisco Systems
  11.                                                               March 1999
  12.  
  13.  
  14.                  Extended Facsimile Using Internet Mail
  15.  
  16. Status of this Memo
  17.  
  18.    This document specifies an Internet standards track protocol for the
  19.    Internet community, and requests discussion and suggestions for
  20.    improvements.  Please refer to the current edition of the "Internet
  21.    Official Protocol Standards" (STD 1) for the standardization state
  22.    and status of this protocol.  Distribution of this memo is unlimited.
  23.  
  24. Copyright Notice
  25.  
  26.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  27.  
  28. Abstract
  29.  
  30.    This document describes extensions to "Simple Mode of Facsimile Using
  31.    Internet Mail" [RFC2305] and describes additional features, including
  32.    transmission of enhanced document characteristics (higher resolution,
  33.    color) and confirmation of delivery and processing.
  34.  
  35.    These additional features are designed to provide the highest level
  36.    of interoperability with the existing and future standards-compliant
  37.    email infrastructure and mail user agents, while providing a level of
  38.    service that approximates the level currently enjoyed by fax users.
  39.  
  40.    The IETF has been notified of intellectual property rights claimed in
  41.    regard to some or all of the specification contained in this
  42.    document.  For more information consult the online list of claimed
  43.    rights in <http://www.ietf.org/ipr.html>.
  44.  
  45. 1.  Introduction
  46.  
  47.    This document notes a number of enhancements to the "Simple Mode of
  48.    Facsimile Using Internet Mail" [RFC2305] that may be combined to
  49.    create an extended mode of facsimile using Internet mail.
  50.  
  51.    The new features are designed to be interoperable with the existing
  52.    base of mail transfer agents (MTAs) and mail user agents (MUAs), and
  53.    take advantage of existing standards for advanced functionality such
  54.    as positive delivery confirmation and disposition notification.  The
  55.  
  56.  
  57.  
  58. Masinter & Wing             Standards Track                     [Page 1]
  59.  
  60. RFC 2532                 Extended Internet Fax                March 1999
  61.  
  62.  
  63.    enhancements described in this document utilize the messaging
  64.    infrastructure, where possible, instead of creating fax-specific
  65.    features which are unlikely to be implemented in non-fax messaging
  66.    software.
  67.  
  68.    This document standardizes the following two features.
  69.  
  70.       *  Delivery confirmation (Section 2) (required)
  71.       *  Additional document features (Section 3) (optional)
  72.  
  73.    These features are fully described in another document titled
  74.    "Terminology and Goals for Internet Fax" [RFC2542].
  75.  
  76. 1.1.  Definition of Terms
  77.  
  78.    The term "processing" indicates the action of rendering or
  79.    transmitting the contents of the message to a printer, display
  80.    device, or fax machine.
  81.  
  82.    The term "processing confirmation" is an indication by the recipient
  83.    of a message that it is able to process the contents of that message.
  84.  
  85.    The term "recipient" indicates the device which performs the
  86.    processing function.  For example, a recipient could be implemented
  87.    as a traditional Mail User Agent on a PC, a standalone device which
  88.    retrieves mail using POP3 or IMAP, an SMTP server which prints
  89.    incoming messages (similar to an LPR server).
  90.  
  91.    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  92.    "SHOULD", SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  93.    document are to be interpreted as described in [RFC2119].
  94.  
  95. 1.2.  GSTN Fax Gateways ("onramp"/"offramp")
  96.  
  97.    The behavior of gateways from GSTN fax to SMTP ("onramps") and from
  98.    SMTP to GSTN fax ("offramps") are not described in this document.
  99.    However, such gateways SHOULD have the behavior characteristics of
  100.    senders and recipients as described in this document.
  101.  
  102. 2.  Delivery and Processing Confirmation
  103.  
  104.    In traditional GSTN-based realtime facsimile, the receiving terminal
  105.    acknowledges successful receipt and processing of every page [T.30].
  106.  
  107.    In Internet Mail, the operations of Delivery (to the mailbox) and
  108.    Disposition (to paper or a screen) may be separated in time (due to
  109.    store and forwarding of messages) and location (due to separation of
  110.    delivery agent (MTA) and user agent (MUA)).  The confirmation of
  111.  
  112.  
  113.  
  114. Masinter & Wing             Standards Track                     [Page 2]
  115.  
  116. RFC 2532                 Extended Internet Fax                March 1999
  117.  
  118.  
  119.    these two operations are supplied by two different standards-track
  120.    mechanisms: Delivery Status Notifications (DSN) [RFC1891, RFC1894]
  121.    and Message Disposition Notifications (MDN) [RFC2298], respectively.
  122.  
  123.    This section defines requirements for devices or services that are to
  124.    be considered compliant with this document.
  125.  
  126. 2.1.  Sender Requirements
  127.  
  128.    Because delivery failure may occur (over disk quota, user no longer
  129.    exists, malconfigured mailer), a delivery failure message (in the
  130.    format described by [RFC1894] or otherwise) may be sent to the
  131.    envelope-from address specified by the sender.  Thus, the envelope-
  132.    from address supplied by the sender MUST be able to properly handle
  133.    such delivery failure messages.
  134.  
  135. 2.1.1.  Delivery Confirmation
  136.  
  137.    If the sender desires delivery confirmation, the sender MUST request
  138.    Delivery Status Notification by including the the esmtp-keyword
  139.    NOTIFY with the esmtp-value SUCCESS (section 5.1 of [RFC1891]).
  140.  
  141. 2.1.2.  Processing Confirmation
  142.  
  143.    If the sender desires processing confirmation, the sender MUST
  144.    request Message Disposition Notification ([RFC2298] section 2) when
  145.    sending the message itself.
  146.  
  147.    Because a recipient may silently ignore a request for an MDN (section
  148.    2.1 of [RFC2298]) at any time:
  149.  
  150.       *  MDNs MUST NOT be used for delivery confirmation, but are only
  151.          useful for disposition ("processing") notification.
  152.  
  153.       *  the sender MUST NOT assume the recipient will respond to an MDN
  154.          request in a subsequent message, even if the recipient has done
  155.          so in the past.
  156.  
  157.    The address provided by the sender on the Disposition-Notification-To
  158.    field MUST be able to receive Message Disposition Notifications
  159.    messages [RFC2298] and SHOULD be able to receive messages that are
  160.    not in the Message Disposition Notification format (due to the
  161.    existence of legacy systems that generate non-RFC2298-compliant
  162.    responses to the Disposition-Notification-To field).  The
  163.    Disposition-Notification-To address and the envelope-from address
  164.    SHOULD match to allow automated responses to MDN requests (section
  165.    2.1 of [RFC2298]).
  166.  
  167.  
  168.  
  169.  
  170. Masinter & Wing             Standards Track                     [Page 3]
  171.  
  172. RFC 2532                 Extended Internet Fax                March 1999
  173.  
  174.  
  175. 2.2.   Recipient Requirements
  176.  
  177.    Recipients SHOULD implement Message Disposition Notifications
  178.    [RFC2298] and SHOULD indicate supported media features in DSN and MDN
  179.    messages per [RFC2530].
  180.  
  181.    If the recipient is an SMTP server, it behaves as part of the
  182.    receiver infrastructure and is therefore subject to the "Receiver
  183.    Infrastructure" requirements of this document.
  184.  
  185.    See also "Recipient Recommendations" in section 5.
  186.  
  187. 2.2.1.  MDN Recipient Requirements
  188.  
  189.    Recipients MUST be configurable to silently ignore a request for an
  190.    MDN (section 2.1 of [RFC2298]).
  191.  
  192.    If the recipient is an automated message processing system which is
  193.    not associated with a person, the device MAY be configurable to
  194.    always respond to MDN requests, but in all cases MUST be configurable
  195.    to never generate MDNs.
  196.  
  197.    A recipient MUST NOT generate an unsolicited MDN to indicate
  198.    successful processing.  A recipient MAY generate an unsolicited MDN
  199.    (sent to the envelope-from (Return-Path:) address) to indicate
  200.    processing failure, but subject to the [RFC2298] requirement that it
  201.    MUST always be possible for an operator to disable unsolicited MDN
  202.    generation.
  203.  
  204. 2.2.2.  Recipients Using Mailbox Access Protocols
  205.  
  206.    A recipient using POP3 [RFC1939] or IMAP4 [RFC2060] to retrieve its
  207.    mail MUST NOT generate a Delivery Status Notification message
  208.    [RFC1894] because such a notification, if it was requested, would
  209.    have already been issued by the MTA on delivery to the POP3 or IMAP4
  210.    message store.
  211.  
  212.    The recipient MUST NOT use the RFC822 "To:" fields, "Cc:" fields,
  213.    "Bcc:" fields, or any other fields containing header recipient
  214.    information to determine the ultimate destination mailbox or
  215.    addressee, and SHOULD NOT use other RFC822 or MIME fields for making
  216.    such determinations.
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Masinter & Wing             Standards Track                     [Page 4]
  227.  
  228. RFC 2532                 Extended Internet Fax                March 1999
  229.  
  230.  
  231. 2.3.  Messaging Infrastructure Requirements
  232.  
  233.    This section explains the requirements of the SMTP messaging
  234.    infrastructure used by the sender and receiver.  This infrastructure
  235.    is commonly provided by the ISP or a company's internal mailers but
  236.    can actually be provided by another organization with appropriate
  237.    service contracts.
  238.  
  239. 2.3.1.  Sender Infrastructure
  240.  
  241.    Support for DSN [RFC1891] MUST be provided by the mail submission
  242.    server [RFC2476] used by the sender and MUST be provided up to the
  243.    mailer responsible for communicating with external (Internet)
  244.    mailers.
  245.  
  246.    Also see section 5.1 of this document.
  247.  
  248. 2.3.2.  Receiver Infrastructure
  249.  
  250.    Support for DSN [RFC1891] MUST be provided by the external
  251.    (Internet-accessible) mailer, and MUST be provided by each mailer
  252.    between the external mailer and the recipient.  If the recipient is
  253.    implemented as an SMTP server it MUST also support DSN [RFC1891].
  254.  
  255. 3.  Additional Document Capabilities
  256.  
  257.    Section 4 of "A Simple Mode of Facsimile Using Internet Mail"
  258.    [RFC2305] allows sending only the minimum subset of TIFF for
  259.    Facsimile "unless the sender has prior knowledge of other TIFF fields
  260.    or values supported by the recipient."
  261.  
  262.    A recipient MAY support any or all (or any combination) of the TIFF
  263.    profiles defined in RFC 2301, in addition to profile S.  A recipient
  264.    which supports additional profiles SHOULD indicate this support as
  265.    per section 3.2 or 3.3 of this document.  As a consequence, a sender
  266.    MAY use those additional TIFF profiles when sending to a recipient
  267.    with the corresponding capabilities.
  268.  
  269.    A sender SHOULD be able to recognize and process the feature tags as
  270.    defined in [RFC2531] when reviewing the capabilities presented by a
  271.    potential recipient.  The capability matching rules indicated there
  272.    (by reference to [RFC2533]) allow for the introduction of new
  273.    features that may be unrecognized by older implementations.
  274.  
  275.    A sender MAY send a message containing both the minimum subset of
  276.    TIFF for Facsimile (as specified in [RFC2305]) and a higher quality
  277.    TIFF using multipart/alternative.
  278.  
  279.  
  280.  
  281.  
  282. Masinter & Wing             Standards Track                     [Page 5]
  283.  
  284. RFC 2532                 Extended Internet Fax                March 1999
  285.  
  286.  
  287.    Three methods for the sender to acquire such knowledge are described:
  288.  
  289.       1.  Sender manual configuration
  290.       2.  Capabilities in Directory
  291.       3.  Capabilities returned in MDN or DSN
  292.  
  293.    Method (3) SHOULD be used.
  294.  
  295.    An implementation may cache capabilities locally and lose
  296.    synchronization with the recipient's actual capabilities.  A
  297.    mechanism SHOULD be provided to allow the sender to override the
  298.    locally-stored cache of capabilities.  Also note section 4.1 of this
  299.    document.
  300.  
  301. 3.1.  Sender Manual Configuration
  302.  
  303.    One way a sender can send a document which exceeds the minimum subset
  304.    allowed by [RFC2305] is for the user controlling the sender to
  305.    manually override the default settings, usually on a per-recipient
  306.    basis.  For example, during transmission a user could indicate the
  307.    recipient is capable of receiving high resolution images or color
  308.    images.
  309.  
  310.    While awkward and not automatic, this mechanism reflects the current
  311.    state of deployment of configuration for extended capabilities to
  312.    ordinary Internet email users.
  313.  
  314. 3.2.  Capabilities in Directory
  315.  
  316.    A future direction for enhanced document features is to create a
  317.    directory structure of recipient capabilities, deployed, for example,
  318.    through LDAP or DNS. The directory would provide a mechanism by which
  319.    a sender could determine a recipient's capabilities before message
  320.    construction or transmission, using a directory lookup. Such
  321.    mechanisms are not defined in this document.
  322.  
  323.    There is active investigation within the IETF to develop a solution
  324.    to this problem, which would resolve a wide range of issues with
  325.    store-and-forward messaging.
  326.  
  327. 3.3.  Capabilities Returned in MDN or DSN
  328.  
  329.    As outlined in section 2 of this document, a sender may request a
  330.    positive DSN or an MDN.
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Masinter & Wing             Standards Track                     [Page 6]
  339.  
  340. RFC 2532                 Extended Internet Fax                March 1999
  341.  
  342.  
  343.    If the recipient implements [RFC2530], the DSN or MDN that is
  344.    returned can contain information describing the recipient's
  345.    capabilities.  The sender can use this information for subsequent
  346.    communications with that recipient.
  347.  
  348.    The advantage of this approach is that additional infrastructure is
  349.    not required (unlike section 3.2), and the information is acquired
  350.    automatically (unlike section 3.1).
  351.  
  352. 3.3.1.  Restrictions and Recommendations
  353.  
  354.    A sender MUST NOT send a message with no processable content to
  355.    attempt to elicit an MDN/DSN capability response.  Doing so with a
  356.    message with no processable content (such as a message containing
  357.    only a request for capabilities or a blank message) will confuse a
  358.    recipient not already designed to understand the semantics of such a
  359.    message.
  360.  
  361.    A recipient SHOULD indicate the profiles and features supported, even
  362.    if the recipient supports only Tiff Profile S (the minimum set for
  363.    fax as defined by [RFC2305]) [RFC2531].  This allows a sender to
  364.    determine that the recipient is compliant with this Extended
  365.    Facsimile Using Internet Mail specification.
  366.  
  367. 4. Security Considerations
  368.  
  369.    As this document is an extension of [RFC2305], the Security
  370.    Considerations section of [RFC2305] applies to this document.
  371.  
  372.    The following additional security considerations are introduced by
  373.    the new features described in this document.
  374.  
  375. 4.1.  Inaccurate Capabilities Information
  376.  
  377.    Inaccurate capability information (section 3) could cause a denial of
  378.    service.  The capability information could be inaccurate due to many
  379.    reasons, including compromised or improperly configured directory
  380.    server, improper manual configuration of sender, compromised DNS, or
  381.    spoofed MDN.  If a sender is using cached capability information,
  382.    there SHOULD be a mechanism to allow the cached information to be
  383.    ignored or overridden if necessary.
  384.  
  385. 4.2.  Forged MDNs or DSNs
  386.  
  387.    Forged DSNs or MDNs, as described in [RFC1892, RFC1894, RFC2298] can
  388.    provide incorrect information to a sender.
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Masinter & Wing             Standards Track                     [Page 7]
  395.  
  396. RFC 2532                 Extended Internet Fax                March 1999
  397.  
  398.  
  399. 5.  Implementation Notes
  400.  
  401.    This section contains notes to implementors.
  402.  
  403. 5.1.  Submit Mailer Does Not Support DSN
  404.  
  405.    In some installations the generally available submit server may not
  406.    support DSNs.  In such circumstances, it may be useful for the sender
  407.    to implement [RFC974] mail routing as well as additional submission
  408.    server functions [RFC2476] so that the installation is not
  409.    constrained by limitations of the incumbent submission server.
  410.  
  411. 5.2.  Recipient Recommendations
  412.  
  413.    To provide a high degree of reliability, it is desirable for the
  414.    sender to know that a recipient could not process a message.  The
  415.    inability to successfully process a message may be detectable by the
  416.    recipient's MTA or MUA.
  417.  
  418.    If the recipient's MTA determines the message cannot be processed,
  419.    the recipient's MTA is strongly encouraged to reject the message with
  420.    a [RFC1893] status code of 5.6.1.  This status code may be returned
  421.    in response to the end-of-mail-data indicator if the MTA supports
  422.    reporting of enhanced error codes [RFC2034], or after message
  423.    reception by generating a delivery failure DSN ("bounce").
  424.  
  425.    Note:  Providing this functionality in the MTA, via either of the
  426.           two mechanisms described above, is superior to providing the
  427.           function using MDNs because MDNs must generally be requested
  428.           by the sender (and the request may, at any time, be ignored by
  429.           the receiver).  Message rejection performed by the MTA can
  430.           always occur without the sender requesting such behavior and
  431.           without the receiver circumventing the behavior.
  432.  
  433.    If the message contains an MDN request and the recipient's MUA
  434.    determines the message cannot be processed, the recipient's MUA is
  435.    strongly encouraged to repond to an MDN request and indicate that
  436.    processing failed with the disposition-type "processed" or
  437.    "displayed" and disposition-modifier "error" or "warning" [RFC2298].
  438.  
  439. 6.  Acknowledgements
  440.  
  441.    The authors would like to acknowledge the members of the IETF
  442.    Internet Fax working group, and especially the following contributors
  443.    who provided assistance and input during the development of this
  444.    document:
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Masinter & Wing             Standards Track                     [Page 8]
  451.  
  452. RFC 2532                 Extended Internet Fax                March 1999
  453.  
  454.  
  455.    Vivian Cancio, Richard Coles, David Crocker, Ned Freed, Graham Klyne,
  456.    MAEDA Toru, Geoff Marshall, Lloyd McIntyre, Keith Moore, George
  457.    Pajari, James Rafferty, Mike Ruhl, Richard Shockey, Brian Stafford,
  458.    and Greg Vaudreuil.
  459.  
  460. 7.  References
  461.  
  462.    [RFC2533] Klyne, G., "A Syntax for Describing Media Feature Sets",
  463.              RFC 2533, March 1999.
  464.  
  465.    [RFC2531] McIntyre, L. and G. Klyne, "Content Feature Schema for
  466.              Internet Fax", RFC 2531, March 1999.
  467.  
  468.    [RFC2530] Wing, D., "Indicating Supported Media Features Using
  469.              Extensions to DSN and MDN", RFC 2530, March 1999.
  470.  
  471.    [RFC1891] Moore, K. "SMTP Service Extensions for Delivery Status
  472.              Notifications", RFC 1891, January 1996.
  473.  
  474.    [RFC1893] Vaudreuil, G., "Enhanced Mail System Status Codes", RFC
  475.              1893, January 1996.
  476.  
  477.    [RFC1894] Moore, K. and G. Vaudreuil, "An Extensible Message Format
  478.              for Delivery Status Notifications", RFC 1894, January 1996.
  479.  
  480.    [RFC2034] Freed, N, "SMTP Service Extension for Returning Enhanced
  481.              Error Codes", RFC 2034, October 1996.
  482.  
  483.    [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
  484.              Requirement Levels", BCP 14, RFC 2119, March 1997.
  485.  
  486.    [RFC2298] Fajman, R., "An Extensible Message Format for Message
  487.              Disposition Notifications", RFC 2298, March 1998.
  488.  
  489.    [RFC2301] McIntyre, L., Zilles, S., Buckley, R., Venable, D.,
  490.              Parsons, G. and J. Rafferty, "File Format for Internet
  491.              Fax", RFC 2301, March 1998.
  492.  
  493.    [RFC2305] Toyoda, K., Ohno, H., Murai, J. and  D. Wing, "A Simple
  494.              Mode of Facsimile Using Internet Mail", RFC 2305, March
  495.              1998.
  496.  
  497.    [RFC974]  Partridge. C.,  "Mail routing and the domain system", STD
  498.              14, RFC 974, January 1986.
  499.  
  500.    [RFC2476] Gellens, R. and J. Klensin, "Message Submission", RFC 2476,
  501.              December 1998.
  502.  
  503.  
  504.  
  505.  
  506. Masinter & Wing             Standards Track                     [Page 9]
  507.  
  508. RFC 2532                 Extended Internet Fax                March 1999
  509.  
  510.  
  511.    [RFC2542] Masinter, L., "Terminology and Goals for Internet Fax", RFC
  512.              2542, March 1999.
  513.  
  514.    [T.30]    "Procedures for Document Facsimile Transmission in the
  515.              General Switched Telephone Network", ITU-T (CCITT),
  516.              Recommendation T.30, July, 1996.
  517.  
  518.    [RFC1939] Myers, J. and M. Rose, "Post Office Protocol - Version 3",
  519.              STD 53, RFC 1939, May 1996.
  520.  
  521.    [RFC2060] Crispin, M., "Internet Message Access Protocol - Version
  522.              4Rev1", RFC 2060, December 1996.
  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. Masinter & Wing             Standards Track                    [Page 10]
  563.  
  564. RFC 2532                 Extended Internet Fax                March 1999
  565.  
  566.  
  567. 8. Authors' Addresses
  568.  
  569.    Larry Masinter
  570.    Xerox Palo Alto Research Center
  571.    3333 Coyote Hill Road
  572.    Palo Alto, CA 94304  USA
  573.  
  574.    Fax:    +1 650 812 4333
  575.    EMail:  masinter@parc.xerox.com
  576.  
  577.    Dan Wing
  578.    Cisco Systems, Inc.
  579.    101 Cooper Street
  580.    Santa Cruz, CA 95060  USA
  581.  
  582.    Phone:  +1 831 457 5200
  583.    Fax:    +1 831 457 5208
  584.    EMail:  dwing@cisco.com
  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.  
  614.  
  615.  
  616.  
  617.  
  618. Masinter & Wing             Standards Track                    [Page 11]
  619.  
  620. RFC 2532                 Extended Internet Fax                March 1999
  621.  
  622.  
  623. 9.  Full Copyright Statement
  624.  
  625.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  626.  
  627.    This document and translations of it may be copied and furnished to
  628.    others, and derivative works that comment on or otherwise explain it
  629.    or assist in its implementation may be prepared, copied, published
  630.    and distributed, in whole or in part, without restriction of any
  631.    kind, provided that the above copyright notice and this paragraph are
  632.    included on all such copies and derivative works.  However, this
  633.    document itself may not be modified in any way, such as by removing
  634.    the copyright notice or references to the Internet Society or other
  635.    Internet organizations, except as needed for the purpose of
  636.    developing Internet standards in which case the procedures for
  637.    copyrights defined in the Internet Standards process must be
  638.    followed, or as required to translate it into languages other than
  639.    English.
  640.  
  641.    The limited permissions granted above are perpetual and will not be
  642.    revoked by the Internet Society or its successors or assigns.
  643.  
  644.    This document and the information contained herein is provided on an
  645.    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  646.    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  647.    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  648.    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  649.    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674. Masinter & Wing             Standards Track                    [Page 12]
  675.  
  676.