home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rfc1211.zip / RFC1211.TXT < prev   
Text File  |  1991-04-03  |  98KB  |  3,129 lines

  1. Request for Comments:  1211                                    J. Postel
  2.                                                                      ISI
  3.                                                               March 1991
  4.  
  5.  
  6.           Problems with the Maintenance of Large Mailing Lists
  7.  
  8. Status of this Memo
  9.  
  10.    This RFC discusses problems with maintaining large mailing lists,
  11.    especially the processing of error reports.  This memo provides
  12.    information for the Internet community.  It does not specify an
  13.    Internet standard.  Distribution of this memo is unlimited.
  14.  
  15. Table of Contents
  16.  
  17.    1.   Introduction..............................................   1
  18.    2.   Discussion................................................   1
  19.    3.   Typical Problems..........................................   3
  20.    3.1. Misdirected Error Reports.................................   3
  21.    3.2. Sublists..................................................   3
  22.    3.3. Misdirected Requests......................................   5
  23.    3.4. Misdirected Messages......................................   5
  24.    4.   Summary...................................................   5
  25.    APPENDIX A - I used to be on the List..........................   6
  26.    APPENDIX B - Changing Addresses and Sublists...................   8
  27.    APPENDIX C - Sublists and Other Protocol Worlds................   9
  28.    APPENDIX D - Errors from Hidden Hosts..........................  10
  29.    APPENDIX E - No Postmaster.....................................  12
  30.    APPENDIX F - Examples of Error Messages........................  14
  31.    5.   Security Considerations...................................  53
  32.    6.   Authors' Addresses........................................  54
  33.  
  34. 1.  Introduction
  35.  
  36.    Maintaining large mailing lists, especially the processing of error
  37.    reports, poses many problems.  Most of the examples come from the
  38.    experience of managing the Internet Engineering Task Force (IETF)
  39.    mailing list.  Many examples are presented in this memo.  Most of the
  40.    specific problems shown have already been corrected.
  41.  
  42. 2. Discussion
  43.  
  44.    At USC - Information Sciences Institute (ISI) we maintain mailing
  45.    lists for the Internet Research Groups, the IETF, and other Internet
  46.    groups; about 25 lists altogether.  We receive about 400 messages a
  47.    month requesting additions or deletions to these lists.  There are
  48.  
  49.  
  50.  
  51. Westine & Postel                                                [Page 1]
  52.  
  53. RFC 1211              Problems with Mailing Lists             March 1991
  54.  
  55.  
  56.    about 20 messages a day requesting changes to the lists.
  57.  
  58.    We also receive about 300 error messages a month due to mail delivery
  59.    problems.  Many of these are duplicates, but the net result is that
  60.    about 10 cases per day need to be investigated.
  61.  
  62.    Many of the error reports are for "soft errors", primarily delayed
  63.    delivery notices, such as "not delivered for 2 days, will try for 3
  64.    more days".  These just waste the list maintainer's time and are
  65.    otherwise ignored.  This is especially wasteful when such messages
  66.    are repeated every day.  However, if the same host is a cause of such
  67.    messages for many days in a row, the list maintainer may investigate.
  68.  
  69.    Please note that ignoring the soft errors is not always easy, since
  70.    error messages often contain error reports on several mailboxes,
  71.    requiring the error message to be read carefully to pick out the hard
  72.    errors.
  73.  
  74.    The error reports that indicate hard errors, such as "no such user"
  75.    require the list maintainer to take action.  In many cases the
  76.    appropriate action is to simply delete the user mailbox from the
  77.    list.  However, if the mailbox in question is someone known to be
  78.    active as a working group chair, or such, further investigation is
  79.    necessary.  The more general case of "no such host" may be a
  80.    temporary condition, but if it continues for several days it must be
  81.    investigated.
  82.  
  83.    Since the error conditions do not have standardized names (for
  84.    example, "no such user" vs. "user unknown") it is sometimes difficult
  85.    to understand whether a soft or hard error is being reported, and
  86.    what one should do about it.  For example, what does "Can't Find Mail
  87.    Center!" mean, or what should one do about "mailll:%MAIL-E-OPENOUT,
  88.    error opening SYS$USER2:[STGEORGE.LONGMAIL]MAIL$00040093BE236612.MAI;
  89.    as outputI)"?
  90.  
  91.    The first step in investigating a problem with a user mailbox is to
  92.    see if it is on the list.  If so, the next step is to see if there
  93.    really is a problem with it.  This is done by using the SMTP VRFY and
  94.    EXPN features, Finger, or Whois.  This often develops information
  95.    suggesting that the user has recently changed his address.  This has
  96.    to be confirmed through an exchange of messages (with the postmaster)
  97.    and then the mailing list must be updated.
  98.  
  99.    If the user is not on the list, then it is likely the mail is sent
  100.    via an exploder or sublist.  So the investigation focuses on finding
  101.    which exploder may be involved, usually this is found by looking at
  102.    the path (from the received lines) of the error report.  The exploder
  103.    that is the source of the error can sometimes be checked using the
  104.  
  105.  
  106.  
  107. Westine & Postel                                                [Page 2]
  108.  
  109. RFC 1211              Problems with Mailing Lists             March 1991
  110.  
  111.  
  112.    SMTP EXPN feature.  Then the postmaster is notified.
  113.  
  114.    If the error report is about a host being unknown, the programs
  115.    "whathost", "dig", "ping", and "traceroute" may be used to find the
  116.    problem.  However, getting the problem fixed may require
  117.    communication with host and domain administrators.
  118.  
  119.    What to do if problems can't be resolved: Delete the offending entry
  120.    from the list that may eventually cause the following response: "I
  121.    used to be on the ietf list, how come I am not getting the messages
  122.    any more?" (See Appendix A.)
  123.  
  124. 3.  Typical Problems
  125.  
  126.    In this section we discuss typical and frequent problems that occur
  127.    with large mailing lists.
  128.  
  129. 3.1  Misdirected Error Reports
  130.  
  131.    The most frequent problem is that error reports are sent to the
  132.    author of the message rather than the list owner.  One way this can
  133.    happen is when there is trouble with the author's host not connecting
  134.    to another host along the route before it reaches ISI where the
  135.    mailing list is.
  136.  
  137.    At ISI the SMTP "from" information is added when the message is
  138.    distributed to the list so that hosts following the SMTP protocol
  139.    will send their error reports to the list owner.  However, not all
  140.    hosts do this properly.
  141.  
  142.    Another problem is that some machines do not pay attention to the
  143.    SMTP information about where to send error reports.
  144.  
  145. 3.2  Sublists
  146.  
  147.    What is a sublist?  It is a mailbox with an alias-name that expands
  148.    to a mailing-list or group of recipients.  There are many sublists on
  149.    our mailing lists.
  150.  
  151.    When a user requests that a mailbox be added to a list that looks
  152.    like an exploder, the following message is sent:
  153.  
  154.       We ask that all list maintainters of exploder mailboxes (an
  155.       alias-name that expands to a mailing-list or group of recipients)
  156.       set up some sort of ownership at their site, for their list.  What
  157.       this means is, is any mailbox on your list is invalid, the error
  158.       message will go to you (the list owner), and you can delete that
  159.       mailbox from your list.
  160.  
  161.  
  162.  
  163. Westine & Postel                                                [Page 3]
  164.  
  165. RFC 1211              Problems with Mailing Lists             March 1991
  166.  
  167.  
  168.       An example of an entry in your aliases file would be:
  169.  
  170.          owner-ietf-local:  stev@vax.ftp.com,
  171.  
  172.             (or your list maintainer/postmaster)
  173.  
  174.    It appears that few people understand the concept of list ownership,
  175.    or they do not set it up correctly.  There is ample evidence of
  176.    problems in this area.
  177.  
  178.    When investigating "user unknown" messages it is often the case that
  179.    the user is not individually listed on our list.  The next step is to
  180.    check received lines and hunt for an exploder list with a host
  181.    similar to the one that the error came from or points to.  At that
  182.    point we attempt to use SMTP EXPN or VRFY to check that the user is
  183.    on a sublist.  Since many hosts do not implement EXPN or VRFY, the
  184.    result of our check is inconclusive.  We then contact the list
  185.    maintainer and ask him to delete the invalid mailbox if it is on his
  186.    sublist.
  187.  
  188.    Another problem occurs when someone on a sublist wants to change the
  189.    name of his mailbox.  We look through the main list to make the
  190.    correction and if that mailbox is not on the list we check the
  191.    received lines and look for clues to determine which host this user
  192.    may be on.  More than likely it is a sublist.  (See Appendix B.)
  193.  
  194.    When the mailbox is in another protocol world (like UUCP or BITNET)
  195.    there are often problems with the handling and direction of error
  196.    reports. (See Appendix C.)
  197.  
  198.    Sometimes we are unable to find the addresses reported in the error
  199.    message on the mailing list in question.  In such a case we check the
  200.    mailing list for a host name also named in the received lines of a
  201.    message in error.  If we find a match then we look for an exploder on
  202.    that host and expand the sublist there to see if the mailbox in
  203.    question is on that sublist.  (See Appendix D.)
  204.  
  205.    At the time a sublist is entered into our list we record the name of
  206.    the requestor and consider him the sublist owner.  As people change
  207.    roles or companies this contact sometimes fails, in that case we fall
  208.    back to contacting the postmaster.  However, not every site has a
  209.    "postmaster" mailbox. (See Appendix E.)
  210.  
  211.    Most users send their requests and changes to the IETF-Request
  212.    mailbox, when they are on, in fact, a sublist, usually at their own
  213.    company.  This creates a problem for us trying to determine which
  214.    exploder they're on.
  215.  
  216.  
  217.  
  218.  
  219. Westine & Postel                                                [Page 4]
  220.  
  221. RFC 1211              Problems with Mailing Lists             March 1991
  222.  
  223.  
  224.    In this case, the request message is forwarded to the sublist owner
  225.    so he can make changes to his list.  However, sometimes hosts may be
  226.    somewhat similar in name (from the same organization, but in a
  227.    different department, in a different building, off campus, etc.) and
  228.    it's hard to know if this person should really be on that particular
  229.    sublist, or listed individually.  Occasionally, we examine the main
  230.    file to see if there are individual addresses that could be
  231.    incorporated in a sublist.
  232.  
  233. 3.3  Misdirected Requests
  234.  
  235.    Some users don't know that mailing lists usually have a "request"
  236.    mailbox, so they mistakenly send their requests to the main list.
  237.    When this happens, several people will resend the request to the list
  238.    maintainer and then want to know if the request was completed.
  239.  
  240. 3.4  Misdirected Messages
  241.  
  242.    There are also messages that go to the request mailbox when they are
  243.    intended for the main list.  These messages get forwarded to the main
  244.    list and a message is sent to the user notifying him of the
  245.    correction and the proper way to address his message.
  246.  
  247. 4.  Summary
  248.  
  249.    Running a mailing list should be easy, and with small lists it is.
  250.    The number of changes and errors are small and infrequent.  But when
  251.    lists get large and traffic gets heavy, the number of changes and
  252.    errors grow to many a day.  The level of effort to manage a mailing
  253.    list of substantial size and use becomes significant.
  254.  
  255.    An additional problem is the creativity shown by mail program
  256.    developers in inventing numerous different error reports.  We present
  257.    a large sample of such messages in Appendix F.  We hope that these
  258.    examples will be of help to other mailing list maintainers.
  259.  
  260.    Our experience with maintaining large lists suggests the following:
  261.  
  262.    Users:  Please be considerate and try to work problems out locally.
  263.  
  264.    Sublist owners:  Please do everything you can to get the error
  265.    messages related to your sublist to go to you.  Please try to get
  266.    users on your system to talk to you about additions and deletions.
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. Westine & Postel                                                [Page 5]
  276.  
  277. RFC 1211              Problems with Mailing Lists             March 1991
  278.  
  279.  
  280.                                 APPENDIX A
  281.  
  282. A.1.  Inquiry Message From User Regarding His Mailbox
  283.  
  284.    Date: Tue, 6 Nov 90 03:02:09 PST
  285.    From: "Stewart Bryant, RE02-G/H2, DTN: 830 4682"
  286.          <bryant@janus.enet.dec.com>
  287.    To: ietf-request@ISI.EDU
  288.    Subject: dist list
  289.  
  290.    Please will you check that I have not been deleted from this
  291.    distribution list.
  292.  
  293.    My email address is : bryant@janus.enet.dec.com
  294.  
  295.    Thanks
  296.  
  297.    Stewart
  298.  
  299. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  300.  
  301. A.2.  Message To User - His Mailbox Was Re-added
  302.  
  303.    To: "Stewart Bryant, RE02-G/H2,
  304.        DTN: 830 4682" <bryant@janus.enet.dec.com>
  305.    cc: ietf-request@ISI.EDU
  306.    Reply-To: westine@isi.edu
  307.    Subject: Re: dist list
  308.    In-reply-to: Your message of Tue, 06 Nov 90 03:02:09 -0800.
  309.                 <9011061056.AA11777@decpa.pa.dec.com>
  310.    Date: Tue, 06 Nov 90 13:54:23 PST
  311.    From: Ann Westine <westine@venera.isi.edu>
  312.  
  313.    Hi Stewart,
  314.  
  315.    > Please will you check that I have not been deleted from this
  316.    > distribution. list.
  317.    >
  318.    > My email address is:  bryant@janus.enet.dec.com
  319.  
  320.            I readded you to the list.
  321.  
  322.    --Ann
  323.  
  324. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331. Westine & Postel                                                [Page 6]
  332.  
  333. RFC 1211              Problems with Mailing Lists             March 1991
  334.  
  335.  
  336. A.3.  User Name Readded and It Bounced
  337.  
  338.    Date:    Tue, 06 Nov 90 17:25:15 -0800
  339.    From:    MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  340.    To:      westine@ISI.EDU
  341.    Subject: Returned mail: User unknown
  342.  
  343.        ----- Transcript of session follows -----
  344.    mail11: Error from DECnet MAIL object on node "janus",
  345.             during mail delivery to <JANUS::BRYANT>.
  346.             Remote error code is 0x7e81d2, message is:
  347.    %MAIL-E-ERRACTRNS, error activating transport NM
  348.             (can't decypher error code)
  349.    550 <bryant@janus.enet.dec.com>... User unknown
  350.  
  351.       ----- Recipients of this delivery -----
  352.    <bryant@janus.enet.dec.com> (bounced)
  353.  
  354.       ----- Unsent message follows -----
  355.    Received: by decpa.pa.dec.com; id AA21747; Tue, 6 Nov 90 13:54:38
  356.    Received: from LOCALHOST by venera.isi.edu (5.61/5.61+local)
  357.             id <AA24660>; Tue, 6 Nov 90 13:54:25 -0800
  358.    To: "Stewart Bryant, RE02-G/H2,
  359.         DTN: 830 4682" <bryant@janus.enet.dec.com>
  360.    Cc: ietf-request@venera.isi.edu
  361.    Reply-To: westine@venera.isi.edu
  362.    Subject: Re: dist list
  363.    In-Reply-To: Your message of Tue, 06 Nov 90 03:02:09 -0800.
  364.          <9011061056.AA11777@decpa.pa.dec.com>
  365.    Date: Tue, 06 Nov 90 13:54:23 PST
  366.    From: Ann Westine <westine@venera.isi.edu>
  367.  
  368.    Hi Stewart,
  369.  
  370.    > Please will you check that I have not been deleted from this
  371.    > distribution list.
  372.    >
  373.    > My email address is
  374.    >
  375.    > bryant@janus.enet.dec.com
  376.  
  377.    I readded you to the list.
  378.  
  379.    --Ann
  380.  
  381. ************************************************************************
  382.  
  383.  
  384.  
  385.  
  386.  
  387. Westine & Postel                                                [Page 7]
  388.  
  389. RFC 1211              Problems with Mailing Lists             March 1991
  390.  
  391.  
  392.                                APPENDIX B
  393.  
  394. In this example, the old mailbox "kent@ssbell.IMD.Sterling.COM" was to
  395. be deleted and the new mailbox "kent@sparky.IMD.Sterling.COM" was to
  396. be added.  However, when checking the mailing list the old address was
  397. not found.  Further checking for anything that resembled the hostname
  398. still did not turn up anything.  Then checking the full header
  399. information of the sender's message showed that the message came
  400. through UUNET.UU.NET.  There is a sublist on UUNET called
  401. "post-ietf@UUNET.UU.NET".  By using the SMTP feature EXPN on the
  402. sublist the mailbox was found in the form "ssbell!kent".  Finally, a
  403. message was sent to the postmaster at UUNET and asked him to delete
  404. the mailbox.
  405.  
  406. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407.  
  408. B.1.  Error Report
  409.  
  410.    Date:    Mon, 22 Oct 90 14:05:38 -0500
  411.    From:    kent@ssbell.IMD.Sterling.COM (Kent Landfield)
  412.    To:      ietf-request@ISI.EDU
  413.    Subject: E-mail address change
  414.  
  415.    Hello,
  416.  
  417.    I am currently receiving ietf related email at
  418.    kent@ssbell.IMD.Sterling.COM.  I am moving to sparky.IMD.Sterling.COM
  419.    as the ssbell system is going away.  Could you please change my
  420.    address to kent@sparky.IMD.Sterling.COM so that I can stay on the
  421.    list ? Thanks.
  422.  
  423. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424.  
  425. B.2.  Message Sent to Postmaster
  426.  
  427.    To: postmaster@uunet.uu.net
  428.    Subject: Address -  <ssbell!kent>
  429.    Date: Thu, 25 Oct 90 13:44:24 PDT
  430.    From: Ann Westine <westine@venera.isi.edu>
  431.  
  432.    Hi,
  433.  
  434.    Please delete the mailbox ssbell!kent from the "post-ietf" list.  I
  435.    will add his new address "kent@sparky.IMD.Sterling.COM" directly to
  436.    the ietf list.  Thanks. Ann
  437.  
  438. ************************************************************************
  439.  
  440.  
  441.  
  442.  
  443. Westine & Postel                                                [Page 8]
  444.  
  445. RFC 1211              Problems with Mailing Lists             March 1991
  446.  
  447.  
  448.                               APPENDIX C
  449.  
  450. Another problem comes up when a sublist happens to be located in another
  451. protocol world such as BITNET or UUCP and that mail is forwarded through
  452. a mail relay.  Experience shows that proper implementation of the list
  453. ownership concept is even less likely.
  454.  
  455. SIGNET is a host in the UUCP world receiving mail forwarded through
  456. the mail relay THINK.COM.
  457.  
  458. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  459.  
  460. C.1.  Error Report
  461.  
  462.    To: owner-ietf@venera.isi.edu
  463.    Date:    Fri, 05 Oct 90 23:45:26 -0400
  464.    From:    uucp@Think.COM
  465.    Subject: Warning From uucp
  466.  
  467.    We have been unable to contact machine 'signet' since you
  468.    queued your job.
  469.  
  470.            mail signet!ietf-interest    (Date 10/04)
  471.  
  472.    Attempts will continue for a few more days.
  473.  
  474.            Sincerely,
  475.            early-bird!uucp
  476.  
  477. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  478.  
  479. C.2.  Message Sent to Postmaster
  480.  
  481.    To: postmaster@think.com
  482.    Subject: unable to contact machine 'signet'
  483.    Reply-To: westine@isi.edu
  484.    Date: Mon, 08 Oct 90 09:42:54 PDT
  485.    From: Ann Westine <westine@venera.isi.edu>
  486.  
  487.    Hi,
  488.  
  489.    We have a mailbox on the ietf list that gets relayed through your
  490.    host THINK.COM. We will have to delete this mailbox if a connection
  491.    cannot be corrected.   Thanks, Ann
  492.  
  493. ************************************************************************
  494.  
  495.  
  496.  
  497.  
  498.  
  499. Westine & Postel                                                [Page 9]
  500.  
  501. RFC 1211              Problems with Mailing Lists             March 1991
  502.  
  503.  
  504.                                APPENDIX D
  505.  
  506. Sometimes, the addresses reported in error can't be found on the IETF
  507. list.  In this example, "GATORCORP" is not on the IETF list.  In
  508. checking the received lines there is a host called VITALINK.COM.  We
  509. have an exploder on our list at VITALINK called "ietf-
  510. interest@vitalink.com".  The program DIG shows that VITALINK.COM MXs to
  511. UUNET.UU.NET.  Since VITALINK is not directly on the Internet the EXPN
  512. and VRFY features of SMTP don't apply, the sublist on VITALINK can't be
  513. checked.  However, there are enough clues to make an educated guess that
  514. the mailboxes on the host GATORCORP are on the exploder sublist at
  515. VITALINK.  In this situation a message was sent to the Postmaster of
  516. VITALINK.COM to ask him to delete the invalid addresses from his
  517. sublist.
  518.  
  519. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  520.  
  521. D.1.  Error Report
  522.  
  523.    Return-Path: vitam6!MAILER-DAEMON@uunet.UU.NET
  524.    Received-Date: Wed, 7 Nov 90 14:34:51 PST
  525.    Received: from venera.isi.edu by zephyr.isi.edu (4.1/4.0.3-4)
  526.            id <AA16502>; Wed, 7 Nov 90 14:34:51 PST
  527.    Posted-Date: Wed, 7 Nov 90 13:54:08 -0800
  528.    Received: from UUNET.UU.NET by venera.isi.edu (5.61/5.61+local)
  529.            id <AA27149>; Wed, 7 Nov 90 14:34:34 -0800
  530.    Received: from vitam6.UUCP by uunet.uu.net (5.61/1.14) with UUCP
  531.            id AA12926; Wed, 7 Nov 90 17:34:28 -0500
  532.    Received: by vitam6.ENG.Vitalink.COM (5.61/1.35)
  533.            id AC03235; Wed, 7 Nov 90 13:54:08 -0800
  534.    Date: Wed, 7 Nov 90 13:54:08 -0800
  535.    From: vitam6!MAILER-DAEMON@uunet.UU.NET (Mail Delivery Subsystem)
  536.    Subject: Returned mail: Host unknown
  537.    To: uunet!venera.isi.edu!owner-ietf@uunet.UU.NET
  538.    To: uunet!venera.isi.edu!owner-ietf@uunet.UU.NET
  539.  
  540.       ----- Transcript of session follows -----
  541.  
  542.    550 andrew_greenfield.safari@gatorcorp,
  543.        melinda_le_baron.safari@gatorcorp...Host unknown
  544.  
  545. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555. Westine & Postel                                               [Page 10]
  556.  
  557. RFC 1211              Problems with Mailing Lists             March 1991
  558.  
  559.  
  560. D.2.  Message Sent to Postmaster
  561.  
  562.    To: postmaster@vitalink.com
  563.    Cc: westine@ISI.EDU
  564.    Subject: andrew_greenfield.safari@gatorcorp,
  565.             melinda_le_baron.safari@gatorcorp... Host unknown
  566.    Reply-To: westine@ISI.EDU
  567.    Date: Thu, 08 Nov 90 15:30:24 PST
  568.    From: Ann Westine <westine@ISI.EDU>
  569.  
  570.    Hi,
  571.  
  572.    We have an exploder mailbox on the IETF list called
  573.    "ietf-interest@vitalink.com".  I'm not sure, but I think the
  574.    following addresses may be on that list.  Please look into this
  575.    "host unknown" problem.  If these addresses need to be deleted,
  576.    please do so.
  577.  
  578.    Thanks,
  579.    Ann
  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. Westine & Postel                                               [Page 11]
  612.  
  613. RFC 1211              Problems with Mailing Lists             March 1991
  614.  
  615.  
  616.                                APPENDIX E
  617.  
  618. Every host on the Internet that processes mail is required to have a
  619. "postmaster" mailbox to receive error reports and trouble inquiries.
  620. In this case, the "postmaster" mailbox was not recognized.
  621.  
  622. E.1.  Message Sent to IETF-Request
  623.  
  624.    To:       (ietf-request@venera.isi.edu)
  625.    From:     Caralyn Brown (CBROWN@ENR)
  626.    Date:     10 Jan 91  8:24 AM
  627.    Subject:  please remove me from this list
  628.  
  629.    Please remove me from this list.  I'm changing companies and I'd like
  630.    to keep the mailbox from getting out of hand.  If it's not too much
  631.    trouble, could you just send me a confirmation that I was deleted?
  632.    Thanks.
  633.  
  634.    caralyn
  635.  
  636. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  637.  
  638. E.2.  Message Sent to Postmaster
  639.  
  640.    To: postmaster@list.prime.com
  641.    Cc: CBROWN@enr.prime.com, ietf-request@venera.isi.edu
  642.    Subject: Please delete from "ietf@list.prime.com" - Carolyn Brown
  643.    Reply-To: westine@venera.isi.edu
  644.    Date: Thu, 10 Jan 91 09:50:15 PST
  645.    From: Ann Westine <westine@venera.isi.edu>
  646.  
  647.    Hi,
  648.  
  649.    Please delete Carolyn from your sublist.   We do not have her address
  650.    listed individually on the main IETF list.
  651.  
  652.    Thanks, Ann
  653.  
  654. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667. Westine & Postel                                               [Page 12]
  668.  
  669. RFC 1211              Problems with Mailing Lists             March 1991
  670.  
  671.  
  672. E.3.  Error Report
  673.  
  674.    From: postmaster-request@List.Prime.COM (List Service version
  675.          1.0.x463)
  676.    Subject: returned mail
  677.    Message-Type: Return
  678.    To: <westine@ISI.EDU>
  679.  
  680.    Your mail addressed to "postmaster" could not be processed: There is
  681.    no mailing list named "postmaster" at this site.
  682.  
  683.    For help, send to help@List.Prime.COM; to receive an index of
  684.    available lists, send to index@List.Prime.COM; to reach a List
  685.    Administrator, send to admin@List.Prime.COM.
  686.  
  687. ************************************************************************
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723. Westine & Postel                                               [Page 13]
  724.  
  725. RFC 1211              Problems with Mailing Lists             March 1991
  726.  
  727.  
  728.                 APPENDIX F - Examples of Error Messages
  729.  
  730. F.1. Delayed Delivery Notices
  731.  
  732.    From: MAILER-DAEMON@ISI.EDU (Mail Delivery Subsystem)
  733.    Subject: Returned mail: Deferred: Connection timed out during user
  734.             open with uiucdcsm-uiuc-dcs-net.cs.uiuc.edu
  735.    Posted-Date: Fri, 4 Jan 91 12:46:51 -0800
  736.    Received: by venera.isi.edu (5.61/5.61+local)
  737.            id <AA08435>; Fri, 4 Jan 91 12:46:51 -0800
  738.    To: owner-ietf@ISI.EDU
  739.  
  740.       ----- Transcript of session follows -----
  741.    >>> RCPT To:<laird@BBN.COM>
  742.    <<< 550 (USER) Unknown user name in "laird@BBN.COM"
  743.    550 laird@BBN.COM... User unknown
  744.    451 avri@CLEARPOINT.COM... reply: read error
  745.    avri@CLEARPOINT.COM... reply: read error
  746.    421 dockmaster.ncsc.mil.tcp... Deferred: Connection timed out during
  747.        user open with DOCKMASTER.NCSC.MIL
  748.    421 va.nkw.ac.uk.tcp... Deferred: Connection timed out during
  749.        user open with nsfnet-relay.ac.uk
  750.    421 nsl.dec.com.tcp... Deferred: Connection timed out during user
  751.        open with jove.pa.dec.com
  752.    451 drawson@HOBBES.TYMNET.COM... timeout waiting for input
  753.        drawson@HOBBES.TYMNET.COM... timeout waiting for input
  754.    451 drawson@HOBBES.TYMNET.COM... reply: read error
  755.        drawson@HOBBES.TYMNET.COM... reply: read error
  756.    421 sccgate.scc.com.tcp... Deferred: Connection timed out during
  757.        user open with sccgate.scc.com
  758.    421 a.isi.edu.tcp... Deferred: Connection refused by a.ISI.EDU
  759.    421 cs.ucl.ac.uk.tcp... Deferred: Connection timed out during user
  760.        open with nsfnet-relay.ac.uk
  761.    421 oasys.dt.navy.mil.tcp... Deferred: Connection timed out during
  762.        user open with oasys.dt.navy.mil
  763.    421 peocu1.navy.mil.tcp... Deferred: Connection timed out during user
  764.        open with PEOCU1.NAVY.MIL
  765.    421 enh.nist.gov.tcp... Deferred: Connection timed out during user
  766.        open with enh.nist.gov
  767.    421 mickey.imsd.contel.com.tcp... Deferred: Connection refused by
  768.        MICKEY.IMSD.CONTEL.COM
  769.    421 uv4.eglin.af.mil.tcp..Deferred: Connection timed out during user
  770.        open with uv6.eglin.af.mil
  771.    421 ima.isc.com.tcp... Deferred: Connection timed out during user
  772.        open with ima.ima.isc.com
  773.    421 huachuca-emh8.army.mil.tcp... Deferred: Connection refused by
  774.        HUACHUCA-EMH8.ARMY.MIL
  775.    421 vaxa.nerc-keyworth.ac.uk.tcp... Deferred: Connection timed out
  776.  
  777.  
  778.  
  779. Westine & Postel                                               [Page 14]
  780.  
  781. RFC 1211              Problems with Mailing Lists             March 1991
  782.  
  783.  
  784.        during user open with nsfnet-relay.ac.uk
  785.    421 gdr.bath.ac.uk.tcp... Deferred: Connection timed out during user
  786.        open with nsfnet-relay.ac.uk
  787.    421 ccint1.rsre.mod.uk.tcp... Deferred: Connection timed out during
  788.        user open with ccint1.rsre.mod.uk
  789.    550 m_ellison@TOOK.LKG.DEC.COM... Host unknown
  790.    421 hqafsc-vax.af.mil.tcp... Deferred: Connection timed out during
  791.        user open with HQAFSC-VAX.AF.MIL
  792.    421 nic.nordu.net.tcp... Deferred: Connection timed out during user
  793.        open with nic.nordu.net
  794.    421 aedc-vax.af.mil.tcp... Deferred: Connection timed out during user
  795.        open with AEDC-VAX.AF.MIL
  796.    421 letterkenn-emh1.army.mil.tcp... Deferred: Connection timed out
  797.        during user open with LETTERKENN-EMH1.ARMY.MIL
  798.    421 dumle.kommhuset.se.tcp... Deferred: Connection timed out during
  799.        user open with sunic.sunet.se
  800.    421 cis.uab.edu.tcp... Deferred: Connection timed out during user
  801.        open with cisa.CIS.UAB.EDU
  802.    421 server.af.mil.tcp... Deferred: Connection timed out during user
  803.        open with server.af.mil
  804.    421 issun3.stc.nl.tcp... Deferred: Connection timed out during user
  805.        open with issun3.stc.nl
  806.    421 cs.uiuc.edu.tcp... Deferred: Connection timed out during user
  807.        open with uiucdcsm-uiuc-dcs-net.cs.uiuc.edu
  808.  
  809.               -------------
  810. ************************************************************************
  811.  
  812. F.2. Failed Mail
  813.  
  814.    Date:     Tue, 30 Oct 90 5:00:40 EST
  815.    From: BBN Mail System (MMDF) <mmdf@BBN.COM>
  816.    Sender: mmdf@BBN.COM
  817.    Subject:  Failed mail  (msg.aa09055)
  818.    To: owner-ietf@ISI.EDU
  819.  
  820.    After 12 days (276 hours), your message could not be fully delivered.
  821.  
  822.    It failed to be received by the following address(es):
  823.  
  824.        mfidelma@cc5.bbn.com (host: cc5.bbn.com) (queue: smtp)
  825.  
  826.    Problems usually are due to service interruptions at the receiving
  827.    machine.  Less often, they are caused by the communication system.
  828.  
  829. ************************************************************************
  830.  
  831.  
  832.  
  833.  
  834.  
  835. Westine & Postel                                               [Page 15]
  836.  
  837. RFC 1211              Problems with Mailing Lists             March 1991
  838.  
  839.  
  840. F.3.  Waiting Mail
  841.  
  842.    To: RELAY Mail System (MMDF) <mmdf@RELAY.CS.NET>
  843.    Cc: owner-ietf <@RELAY.CS.NET:owner-ietf@VENERA.ISI.EDU>
  844.    Reply-To: westine@ISI.EDU
  845.    Subject: Re: Waiting mail (msg.aa00720)
  846.    In-Reply-To: Your message of Tue, 02 Oct 90 07:45:14 -0400.
  847.                 <9010021201.AA06288@venera.isi.edu>
  848.    Date: Mon, 08 Oct 90 10:11:03 PDT
  849.    From: Ann Westine <westine@ISI.EDU>
  850.  
  851.    > After 5 days (105 hours), your message has not yet been
  852.    > fully delivered.  Attempts to deliver the message will continue
  853.    > for 2 more days.  No further action is required by you.
  854.    >
  855.    > Delivery attempts are still pending for the following address(es):
  856.    >
  857.    >       @zix.gmd.dbp.de:weidenhammer@vax.hmi.dbp.de
  858.    >       (host: zix.gmd.dbp.de)(queue: dfn)
  859.    >
  860.    > Problems usually are due to service interruptions at the receiving
  861.    > machine.  Less often, they are caused by the communication system.
  862.  
  863. ************************************************************************
  864.  
  865. F.4.  What Started Out as a Sublist with No Active Users
  866.  
  867.    a.  Error Report
  868.  
  869.    Date: Tue, 4 Sep 90 22:13:12 +0200
  870.    From: MAILER-DAEMON@inria.inria.fr (Mail Delivery Subsystem)
  871.    Subject: Returned mail: User unknown
  872.    To: owner-ietf
  873.  
  874.       ----- Transcript of session follows -----
  875.    While talking to mailhost.Gipsi.FR:
  876.    >>> RCPT To:<ietf@GIPSI.FR>
  877.    <<< 550 <ietf@GIPSI.FR>... User unknown
  878.    550 <ietf@GIPSI.FR>... User unknown
  879.  
  880.               ----------
  881.  
  882. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891. Westine & Postel                                               [Page 16]
  892.  
  893. RFC 1211              Problems with Mailing Lists             March 1991
  894.  
  895.  
  896.    b.  Message Sent to Postmaster
  897.  
  898.    TO:  Postmaster@gisi.gipsi.fr
  899.    Subject: 550 <ietf@GIPSI.FR>... User unknown
  900.    Reply-To: westine@isi.edu
  901.    Date: Tue, 11 Sep 90 09:56:20 PDT
  902.    From: Ann Westine <westine@venera.isi.edu>
  903.  
  904.    Hi,
  905.  
  906.    I have received numerous error messages like this for over a week.
  907.    There appears to be a mailbox on your exploder that is invalid,
  908.    please delete it.
  909.  
  910.    Thanks, --Ann
  911.  
  912. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  913.  
  914.    c.  Reply From Postmaster
  915.  
  916.    From: edmonde@ubu.gipsi.fr (Edmonde Duteurtre)
  917.    To: westine
  918.    In-Reply-To: Ann Westine's message of Tue,
  919.                 11 Sep 90 09:56:20 PDT
  920.    <9009111656.AA19730@venera.isi.edu>
  921.    Subject: 550 <ietf@GIPSI.FR>... User unknown
  922.  
  923.    Hello
  924.  
  925.    On our site, the bind@gipsi.fr, snmp@gipsi.fr, ietf@gipsi.fr and the
  926.    nameddroppers@gipsi.fr mailed only one person: prindevi@gipsi.fr but
  927.    this person has leaved our company, and you should cancel this
  928.    addresses.
  929.  
  930.    I think we get enough informations through the news.  I think you
  931.    should cancel us (ietf@Gipsi.FR) on the mailing list ietf.
  932.  
  933. ************************************************************************
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947. Westine & Postel                                               [Page 17]
  948.  
  949. RFC 1211              Problems with Mailing Lists             March 1991
  950.  
  951.  
  952. F.5.  Sublists without local ownership
  953.  
  954.    In this error message there was not much to go on except the
  955.    words IETF and the name of the host from where the mailer-daemon
  956.    sent the error.  Using that clue the mailing list was searched for
  957.    that host name (SATURN).  It was a sublist. It appears that there is
  958.    something internally wrong with the sublist and this error should
  959.    have gone to the postmaster or owner of the IETF@SATURN.ACC.COM list
  960.    instead of the IETF owner.  A message was sent to the postmaster.  No
  961.    reply was received, but the condition was fixed.
  962.  
  963. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  964.  
  965.    a.  Error Report
  966.  
  967.    Date: Wed, 3 Oct 90 14:42:57 EDT
  968.    From: MAILER-DAEMON%saturn.ACC.COM@salt.acc.com (Mail Delivery
  969.                                                     Subsystem)
  970.    Subject: Returned mail: unknown mailer error 13
  971.    To: <owner-ietf@ISI.EDU>
  972.  
  973.       ----- Transcript of session follows -----
  974.    /p/news/ietf/21770: Permission denied
  975.    554 "| /usr/local/news -s ietf"... unknown mailer error 13
  976.  
  977.  
  978. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  979.  
  980.    b. Message Sent to Postmaster
  981.  
  982.    To: Postmaster@saturn.acc.com
  983.    cc: ietf-request
  984.    Reply-To: westine@isi.edu
  985.    Subject: 554 "| /usr/local/news -s ietf"
  986.        ... unknown mailer error 13
  987.    In-reply-to: Your message of Wed, 03 Oct 90 14:42:57 -0400.
  988.          <9010031842.AA01601@saturn.acc.com>
  989.    Date: Mon, 08 Oct 90 10:53:02 PDT
  990.    From: Ann Westine <westine@venera.isi.edu>
  991.  
  992.    Hi,
  993.  
  994.    Please fix the problem with the following mailbox
  995.    "ietf@SATURN.ACC.COM".
  996.  
  997.    Thanks, Ann
  998.  
  999. ************************************************************************
  1000.  
  1001.  
  1002.  
  1003. Westine & Postel                                               [Page 18]
  1004.  
  1005. RFC 1211              Problems with Mailing Lists             March 1991
  1006.  
  1007.  
  1008. F.6.  Repetitive Error Every Couple of Months from Same Host
  1009.  
  1010.    a.  Message Dated August 90
  1011.  
  1012.    Date: Tue, 21 Aug 90 09:21:26 -0700
  1013.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  1014.    Subject: Returned mail: Host unknown
  1015.    To: <@decpa.pa.dec.com:owner-ietf@venera.isi.edu>
  1016.  
  1017.       ----- Transcript of session follows -----
  1018.    mail11: connect: Connect failed, Unrecognized object
  1019.    (permanent failure)
  1020.  
  1021.    554 <netrix::gillin>... 550 Host unknown (Authoritative
  1022.      answer from name server)
  1023.  
  1024.       ----- Recipients of this delivery -----
  1025.    <erlang::chiu> (sent)
  1026.    <netrix::gillin> (bounced)
  1027.    <erlang::rama> (sent)
  1028.  
  1029. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1030.  
  1031.    b.  Message Dated October 90
  1032.  
  1033.    Date: Mon, 29 Oct 90 05:02:53 -0800
  1034.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  1035.    Subject: Returned mail: Host unknown
  1036.    To: <@decpa.pa.dec.com:owner-ietf@venera.isi.edu>
  1037.  
  1038.       ----- Transcript of session follows -----
  1039.    mail11: Error from DECnet MAIL object on node "erlang",
  1040.            during mail delivery to <ERLANG::CHIU>.
  1041.            Remote error code is 0x7e803a, message is:
  1042.    %MAIL-E-LOGLINK, error creating network link to node CHIU
  1043.    -SYSTEM-F-NOSUCHNODE, remote node is unknown
  1044.    554 <erlang::chiu>... 550 Host unknown (Authoritative
  1045.      answer from name server)
  1046.  
  1047.       ----- Recipients of this delivery -----
  1048.    <erlang::chiu> (bounced)
  1049.    <netrix::gillin> (sent)
  1050.    <erlang::rama> (sent)
  1051.  
  1052. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059. Westine & Postel                                               [Page 19]
  1060.  
  1061. RFC 1211              Problems with Mailing Lists             March 1991
  1062.  
  1063.  
  1064.    c.  Message Dated December 90
  1065.  
  1066.    Date: Sun, 16 Dec 90 21:40:47 -0800
  1067.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  1068.    Subject: Returned mail: Host unknown
  1069.    To: owner-ietf@ISI.EDU
  1070.  
  1071.  
  1072.       ----- Transcript of session follows -----
  1073.    mail11: connect: Connect failed, Unrecognized object
  1074.    (permanent failure)
  1075.  
  1076.    554 <bansal@NETRIX.ENET.DEC.COM>... 550 Host unknown (Authoritative
  1077.    answer from name server)
  1078.  
  1079.       ----- Recipients of this delivery -----
  1080.  
  1081.    <bansal@NETRIX.ENET.DEC.COM> (bounced)
  1082.  
  1083. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1084.  
  1085.    d.  Message Dated December 90
  1086.  
  1087.    Date: Sun, 16 Dec 90 23:01:21 -0800
  1088.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  1089.    Subject: Returned mail: Host unknown
  1090.    To: owner-ietf@ISI.EDU
  1091.  
  1092.       ----- Transcript of session follows -----
  1093.    mail11: connect: Connect failed, Unrecognized object
  1094.    (permanent failure)
  1095.  
  1096.    554 <gillin%netrix.DEC@DECWRL.DEC.COM>... 550 Host unknown
  1097.    (Authoritative answer from name server)
  1098.  
  1099.       ----- Recipients of this delivery -----
  1100.  
  1101.    <mogul@DECWRL.DEC.COM> (sent)
  1102.    mogul@acetes (sent)
  1103.    <gillin%netrix.DEC@DECWRL.DEC.COM> (bounced)
  1104.    <chiu%erlang.dec@DECWRL.DEC.COM> (sent)
  1105.  
  1106. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115. Westine & Postel                                               [Page 20]
  1116.  
  1117. RFC 1211              Problems with Mailing Lists             March 1991
  1118.  
  1119.  
  1120.    e.  Message Dated January 91
  1121.  
  1122.    Date: Sun, 6 Jan 91 17:05:53 -0800
  1123.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  1124.    Subject: Returned mail: User unknown
  1125.    To: owner-ietf@ISI.EDU
  1126.  
  1127.       ----- Transcript of session follows -----
  1128.    mail11: Error from DECnet MAIL object on node "bigfut",
  1129.      during mail delivery to <BIGFUT::CALLON>.
  1130.      Remote error code is 0x7e81fa, message is:(can't decypher error
  1131.      code)
  1132.    550 <Callon@BIGFUT.ENET.DEC.COM>... User unknown
  1133.  
  1134. ************************************************************************
  1135.  
  1136. F.7.  Host Unknown or Sublist
  1137.  
  1138.    The address "lucb-ml@OPUS" is not an Internet style domain name. The
  1139.    exploder ietf@CS.McGILL.CA has this address on its sublist, and
  1140.    CSA.McGILL.CA does not recognize this host.  (This error should have
  1141.    gone to the sublist owner at CS.MCGILL.CA).
  1142.  
  1143.    Date: Tue, 9 Oct 90 19:45:14 -0400
  1144.    From: Mail Delivery Subsystem  <MAILER-DAEMON@oliver.cs.mcgill.ca>
  1145.    Subject: Returned mail: Host unknown
  1146.    To: <owner-ietf@ISI.EDU>
  1147.  
  1148.       ----- Transcript of session follows -----
  1149.    550 "Luc Boulianne"     <lucb-ml@opus>... Host unknown
  1150.  
  1151. ************************************************************************
  1152.  
  1153. F.8.  "HOST UNKNOWN" and the Host Really Is Known
  1154.  
  1155.    Usually a "host unknown" report is not acted on unless it is repeated
  1156.    over a period of several days.  In many cases the hosts really do
  1157.    exist, but they're just down for a couple of days, or there are
  1158.    network problems reaching it (or it's name serrver).
  1159.  
  1160.    Date: Fri, 2 Nov 90 08:45:56 -0800
  1161.    From: MAILER-DAEMON@ISI.EDU (Mail Delivery Subsystem)
  1162.    Subject: Returned mail: Host unknown
  1163.    To: owner-los-nettos@ISI.EDU
  1164.  
  1165.            ----- Transcript of session follows -----
  1166.      550 nrc.com.tcp... 550 Host unknown
  1167.      550 IHM@NRC.COM... Host unknown
  1168.  
  1169.  
  1170.  
  1171. Westine & Postel                                               [Page 21]
  1172.  
  1173. RFC 1211              Problems with Mailing Lists             March 1991
  1174.  
  1175.  
  1176. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1177.  
  1178.    WHATHOST CHECK
  1179.  
  1180.            westine 28%  whathost nrc.com
  1181.            Host: nrc.com  ==>  129.216.200.51
  1182.  
  1183.            westine 82% whathost 129.216.200.51
  1184.            Host: aztec.NRC.COM  ==>  129.216.200.51
  1185.  
  1186. ************************************************************************
  1187.  
  1188. F.9.  Host Unknown and MXed to Another Host.
  1189.  
  1190.    DNS says AMES will forward mail for ADAPT, but mailer at AMES says
  1191.    ADAPT is unknown.  Should ask postmaster at AMES to fix either mailer
  1192.    or DNS data.
  1193.  
  1194.    Date: Wed, 31 Oct 90 09:39:35 PST
  1195.    From: unet!Mailer-Daemon@ames.arc.nasa.gov
  1196.    Subject: Returned mail: Host unknown
  1197.    To: owner-ietf@ISI.EDU
  1198.  
  1199.       ----- Transcript of session follows -----
  1200.    bad system name: ADAPT
  1201.    uux failed ( 68 )
  1202.    550 george@ADAPT.NET.COM... Host unknown
  1203.  
  1204. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1205.  
  1206.    westine 86% dig adapt.net.com any
  1207.  
  1208.    ; <<>> DiG <<>> adapt.net.com any
  1209.    ;; ->>HEADER<<- opcode: QUERY , status: NOERROR, id: 6
  1210.    ;; flags: qr aa rd ra  Ques: 1, Ans: 2, Auth: 0, Addit: 2
  1211.  
  1212.    ;; QUESTIONS:
  1213.    ;;      adapt.net.com, type = ANY, class = IN
  1214.  
  1215.    ;; ANSWERS:
  1216.    adapt.net.com   IN  MX  10 ames.arc.nasa.gov   ; 84029
  1217.    adapt.net.com   IN  MX  20 tymix.tymnet.com    ; 84029
  1218.  
  1219.    ;; ADDITIONAL RECORDS:
  1220.    ames.arc.nasa.gov       IN  A   128.102.18.3   ; 158777
  1221.    tymix.tymnet.com        IN  A   131.146.2.1    ; 86400
  1222.  
  1223. ************************************************************************
  1224.  
  1225.  
  1226.  
  1227. Westine & Postel                                               [Page 22]
  1228.  
  1229. RFC 1211              Problems with Mailing Lists             March 1991
  1230.  
  1231.  
  1232. F.10.  User Unknown
  1233.  
  1234.    Most "User Unknown" error messages listed individually on the main
  1235.    list get deleted.  Those on a sublist, require a message to the
  1236.    postmaster or list maintainer.  They are asked to delete the
  1237.    invalid user mailbox from their local list.
  1238.  
  1239. ************************************************************************
  1240.  
  1241. F.10.1.  Add User but Address Fails
  1242.  
  1243.    This is a case where the recipient was checking to see if his mailbox
  1244.    was already on the list and if not to readd him.  He was readded to
  1245.    the list.  A "user unknown" error message was received on the
  1246.    confirming message that was sent notifying recipient that he had been
  1247.    added.
  1248.  
  1249. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1250.  
  1251.    a.  Message Sent to User And Postmaster
  1252.  
  1253.    To: postmaster@janus.enet.decl.com, postmaster@decwrl.dec.com
  1254.    Cc: westine, bryant@janus.enet.dec.com
  1255.    Subject: RE: <bryant@janus.enet.dec.com>
  1256.    Date: Wed, 07 Nov 90 10:15:40 PST
  1257.    From: Ann Westine <westine@venera.isi.edu>
  1258.  
  1259.    Hi Stewart and Postmaster,
  1260.  
  1261.    I readded your name to the IETF list but there seems to be problems
  1262.    with connections to DECnet hosts right now.  I have seen lots of
  1263.    errors like this lately.  Postmaster, please check into this.  JANUS
  1264.    is not the only host with an error, there are other hosts like this
  1265.    in trouble.
  1266.  
  1267.    For example.
  1268.  
  1269.        From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  1270.        Subject: Returned mail: Host unknown
  1271.        To: <@decpa.pa.dec.com:owner-ietf@venera.isi.edu>
  1272.  
  1273.            ----- Transcript of session follows -----
  1274.        mail11: Error from DECnet MAIL object on node "erlang",
  1275.                 during mail delivery to <ERLANG::CHIU>.
  1276.                 Remote error code is 0x7e803a, message is:
  1277.        %MAIL-E-LOGLINK, error creating network link to node CHIU
  1278.        -SYSTEM-F-NOSUCHNODE, remote node is unknown
  1279.        554 <erlang::chiu>... 550 Host unknown (Authoritative answer
  1280.  
  1281.  
  1282.  
  1283. Westine & Postel                                               [Page 23]
  1284.  
  1285. RFC 1211              Problems with Mailing Lists             March 1991
  1286.  
  1287.  
  1288.               from name server)
  1289.  
  1290.            ----- Recipients of this delivery -----
  1291.         <erlang::chiu> (bounced)
  1292.         <netrix::gillin> (sent)
  1293.         <erlang::rama> (sent)
  1294.                 -------
  1295.        Thank you, Ann
  1296.  
  1297.             To: "Stewart Bryant, RE02-G/H2,
  1298.                 DTN: 830 4682" <bryant@janus.enet.dec.com>
  1299.             Cc: ietf-request@ISI.EDU
  1300.             Subject: Re: dist list
  1301.             In-Reply-To: Your message of Tue, 06 Nov 90 03:02:09 0800.
  1302.                        <9011061056.AA11777@decpa.pa.dec.com>
  1303.             Date: Tue, 06 Nov 90 13:54:23 PST
  1304.             From: Ann Westine <westine@ISI.EDU>
  1305.  
  1306.             Hi Stewart,
  1307.  
  1308.             > Please will you check that I have not been deleted
  1309.             > from this distribution list.
  1310.             >
  1311.             > My email address is > bryant@janus.enet.dec.com
  1312.  
  1313.          I readded you to the list.  Thanks, Ann
  1314.  
  1315.             ------- Forwarded Message
  1316.  
  1317.             Date:    Tue, 06 Nov 90 17:25:15 -0800
  1318.             From:    MAILER-DAEMON@decwrl.dec.com
  1319.             To:      westine@ISI.EDU
  1320.             Subject: Returned mail: User unknown
  1321.  
  1322.                ----- Transcript of session follows -----
  1323.  
  1324.             mail11: Error from DECnet MAIL object on node "janus",
  1325.                     during mail delivery to <JANUS::BRYANT>.
  1326.                     Remote error code is 0x7e81d2, message is:
  1327.             %MAIL-E-ERRACTRNS, error activating transport NM
  1328.                     (can't decypher error code)
  1329.                550 <bryant@janus.enet.dec.com>... User unknown
  1330.  
  1331.                 ----- Recipients of this delivery -----
  1332.             <bryant@janus.enet.dec.com> (bounced)
  1333.  
  1334. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1335.  
  1336.  
  1337.  
  1338.  
  1339. Westine & Postel                                               [Page 24]
  1340.  
  1341. RFC 1211              Problems with Mailing Lists             March 1991
  1342.  
  1343.  
  1344. b.  Message From Postmaster
  1345.  
  1346.    Return-path: vixie@wrl.dec.com
  1347.    Date:    Wed, 07 Nov 90 16:24:37 PST
  1348.    To:      westine@ISI.EDU
  1349.    cc:      postmaster@janus.enet.dec.com, postmaster@wrl.dec.com,
  1350.             bryant@janus.enet.dec.com
  1351.    Subject: Re: <bryant@janus.enet.dec.com>
  1352.    From:    Paul A Vixie <vixie@wrl.dec.com>
  1353.  
  1354.    Anne,
  1355.  
  1356.    This was a transient.  Please let me know if any other .enet.dec.com
  1357.    nodes are still unreachable.
  1358.  
  1359.    Paul
  1360.  
  1361. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1362.  
  1363. c.  Another Message to Postmaster
  1364.  
  1365.    To: Paul A Vixie <vixie@wrl.dec.com>
  1366.    cc: postmaster@janus.enet.dec.com, postmaster@wrl.dec.com,
  1367.        bryant@janus.enet.dec.com
  1368.    Reply-To: westine@isi.edu
  1369.    Subject: Re: <bryant@janus.enet.dec.com>
  1370.    In-reply-to: Your message of Wed, 07 Nov 90 16:24:37 -0800.
  1371.        <9011080024.AA28353@volition.pa.dec.com>
  1372.    Date: Thu, 08 Nov 90 11:23:39 PST
  1373.    From: Ann Westine <westine@venera.isi.edu>
  1374.  
  1375.    Hi Paul,
  1376.  
  1377.    There are a few other error message that I received last week and
  1378.    they seem to reoccur every couple of months.  Here is an example.
  1379.    What does this error mean?
  1380.  
  1381.    Date: Mon, 29 Oct 90 05:02:53 -0800
  1382.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  1383.    Subject: Returned mail: Host unknown
  1384.    To: <@decpa.pa.dec.com:owner-ietf@venera.isi.edu>
  1385.  
  1386.       ----- Transcript of session follows -----
  1387.    mail11: Error from DECnet MAIL object on node "erlang",
  1388.            during mail delivery to <ERLANG::CHIU>.
  1389.            Remote error code is 0x7e803a, message is:
  1390.    %MAIL-E-LOGLINK, error creating network link to node CHIU
  1391.    -SYSTEM-F-NOSUCHNODE, remote node is unknown
  1392.  
  1393.  
  1394.  
  1395. Westine & Postel                                               [Page 25]
  1396.  
  1397. RFC 1211              Problems with Mailing Lists             March 1991
  1398.  
  1399.  
  1400.    554 <erlang::chiu>... 550 Host unknown (Authoritative
  1401.      answer from name server)
  1402.  
  1403.       ----- Recipients of this delivery -----
  1404.    <erlang::chiu> (bounced)
  1405.    <netrix::gillin> (sent)
  1406.    <erlang::rama> (sent)
  1407.    <netrix::gillin> (sent)
  1408.    <erlang::rama> (sent)
  1409.  
  1410.               ----------
  1411.  
  1412. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1413.  
  1414. d.  Message From Postmaster
  1415.  
  1416. Date:    Thu, 08 Nov 90 17:10:02 PST
  1417. To:      westine@ISI.EDU
  1418. Subject: Re: <bryant@janus.enet.dec.com>
  1419. From:    Paul A Vixie <vixie@wrl.dec.com>
  1420.  
  1421. Anne,
  1422.  
  1423. This error:
  1424.            ----- Transcript of session follows -----
  1425.         mail11: Error from DECnet MAIL object on node "erlang",
  1426.                 during mail delivery to <ERLANG::CHIU>.
  1427.                 Remote error code is 0x7e803a, message is:
  1428.         %MAIL-E-LOGLINK, error creating network link to node CHIU
  1429.         -SYSTEM-F-NOSUCHNODE, remote node is unknown
  1430.         554 <erlang::chiu>... 550 Host unknown (Authoritative
  1431.                           answer from name server)
  1432.  
  1433.  ...means that the person on ERLANG:: has forwarded their mail to a
  1434. system that ERLANG does not know about.  Decnet mail is not store-and-
  1435. forward, so decwrl (as smtp-to-decnet gateway) sees the end-system
  1436. error.  Trying to be helpful, it sends it back to you.
  1437.  
  1438. My advice is to delete any addresses you have trouble with, if they are
  1439. in the .enet.dec.com subdomain.
  1440.  
  1441. paul
  1442.  
  1443. ************************************************************************
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451. Westine & Postel                                               [Page 26]
  1452.  
  1453. RFC 1211              Problems with Mailing Lists             March 1991
  1454.  
  1455.  
  1456. F.10.2.  No Such User
  1457.  
  1458.    Date: Wed, 10 Oct 90 18:05 CDT
  1459.    From: PMDF Mail Server <Postmaster@crcvms.unl.edu>
  1460.    Subject: Undeliverable mail
  1461.    To: westine@ISI.EDU
  1462.  
  1463.    The message could not be delivered to:
  1464.  
  1465.    Addressee: gale
  1466.    Reason:
  1467.      %MAIL-E-NOSUCHUSR, no such user GALE at node CRCVMS
  1468.  
  1469. ************************************************************************
  1470.  
  1471. F.11.  No Transcript
  1472.  
  1473.    Date: Wed, 8 Aug 90 13:21:03 -0700
  1474.    From: MAILER-DAEMON (Mail Delivery Subsystem)
  1475.    Subject: Returned mail: Deferred: Host Name Lookup Failure
  1476.    To: owner-ietf
  1477.    To: owner-ietf
  1478.    To: westine
  1479.  
  1480.                            --------------
  1481.    <text deleted>
  1482.  
  1483. ************************************************************************
  1484.  
  1485. F.12.  Looping - Too Many Hops
  1486.  
  1487.    Date: Wed, 7 Nov 90 18:08:59 PDT
  1488.    From: Mail Delivery Subsystem <MAILER-DAEMON@jessica.stanford.edu>
  1489.    Subject: Returned mail: Unable to deliver mail
  1490.    To:<@jessica.stanford.edu,@jessica.stanford.edu,@jessica.stanford.edu,
  1491.      @jessica.stanford.edu,@jessica.stanford.edu,@jessica.stanford.edu,
  1492.      @jessica.stanford.edu:owner-ietf@venera.isi.edu>
  1493.  
  1494.       ----- Transcript of session follows -----
  1495.    554 sendall: too many hops (17 max)
  1496.  
  1497.    Received: from Jessica.Stanford.EDU by Ahwahnee.Stanford.EDU
  1498.       (5.59/inc-1.0) id AA09128; Wed, 7 Nov 90 18:08:36 PDT
  1499.    Received: from Ahwahnee.Stanford.EDU by jessica.stanford.edu
  1500.       (5.59/25-eef) id AA17687; Wed, 7 Nov 90 18:08:31 PDT
  1501.    Received: from Jessica.Stanford.EDU by Ahwahnee.Stanford.EDU
  1502.       (5.59/inc-1.0)id AA09124; Wed, 7 Nov 90 18:08:28 PDT
  1503.    Received: from Ahwahnee.Stanford.EDU by jessica.stanford.edu
  1504.  
  1505.  
  1506.  
  1507. Westine & Postel                                               [Page 27]
  1508.  
  1509. RFC 1211              Problems with Mailing Lists             March 1991
  1510.  
  1511.  
  1512.       (5.59/25-eef) id AA17674; Wed, 7 Nov 90 18:08:22 PDT
  1513.    Received: from Jessica.Stanford.EDU by Ahwahnee.Stanford.EDU
  1514.       (5.59/inc-1.0) id AA09120; Wed, 7 Nov 90 18:08:19 PDT
  1515.    Received: from Ahwahnee.Stanford.EDU by jessica.stanford.edu
  1516.       (5.59/25-eef) id AA17658; Wed, 7 Nov 90 18:08:13 PDT
  1517.  
  1518.  
  1519.    Received: from Jessica.Stanford.EDU by Ahwahnee.Stanford.EDU
  1520.       (5.59/inc-1.0) id AA09116; Wed, 7 Nov 90 18:08:11 PDT
  1521.    Received: from Ahwahnee.Stanford.EDU by jessica.stanford.edu
  1522.       (5.59/25-eef) id AA17645; Wed, 7 Nov 90 18:08:05 PDT
  1523.    Received: from Jessica.Stanford.EDU by Ahwahnee.Stanford.EDU
  1524.       (5.59/inc-1.0) id AA09112; Wed, 7 Nov 90 18:08:03 PDT
  1525.    Received: from VENERA.ISI.EDU by jessica.stanford.edu
  1526.       (5.59/25-eef) id AA17625;
  1527.  
  1528.    Wed, 7 Nov 90 18:07:50 PDT
  1529.    Received: by venera.isi.edu (5.61/5.61+local)
  1530.            id <AA29996>; Wed, 7 Nov 90 15:45:49 -0800
  1531.    Received-Date: Wed, 7 Nov 90 15:45:45 -0800
  1532.    Received: from NRI.RESTON.VA.US by venera.isi.edu (5.61/5.61+local)
  1533.            id <AA29992>; Wed, 7 Nov 90 15:45:45 -0800
  1534.    Received: from nri by NRI.NRI.Reston.VA.US id aa13139;7 Nov 90 18:26
  1535.    To: Frank Kastenholz <kasten%europa.interlan.com@relay.cs.net>
  1536.    Cc: ietf@venera.isi.edu
  1537.    Subject: Re: IETF mailing list
  1538.    Date: Wed, 07 Nov 90 18:26:53 -0500
  1539.    From: vcerf@NRI.Reston.VA.US
  1540.  
  1541. ************************************************************************
  1542.  
  1543. F.13.  No Postmaster
  1544.  
  1545.    a.  Error Message
  1546.  
  1547.    Date: Mon, 5 Nov 90 18:40:58 EST
  1548.    From: Mailer-Daemon@osi.ncsl.nist.gov
  1549.    Subject: Returned mail: User unknown
  1550.    To: owner-ietf@ISI.EDU
  1551.  
  1552.       ----- Transcript of session follows -----
  1553.  
  1554.    421 osi3: Host osi3 is down
  1555.    550 Postmaster... User unknown
  1556.  
  1557. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563. Westine & Postel                                               [Page 28]
  1564.  
  1565. RFC 1211              Problems with Mailing Lists             March 1991
  1566.  
  1567.  
  1568.    b.  Checking Hostname and Address
  1569.  
  1570.    westine 37% dig osi3.ncsl.nist.gov any
  1571.  
  1572.    ;; QUESTIONS:
  1573.    ;;      osi3.ncsl.nist.gov, type = ANY, class = IN
  1574.  
  1575.    ;; ANSWERS:
  1576.    osi3.ncsl.nist.gov      IN      A       129.6.48.108    ; 86400
  1577.    osi3.ncsl.nist.gov      IN      A       129.6.51.1      ; 86400
  1578.  
  1579. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1580.  
  1581.    c.  Checking For Users
  1582.  
  1583.    westine 49% mconnect OSI3.NCSL.NIST.GOV
  1584.    connecting to host OSI3.NCSL.NIST.GOV (0x6c300681), port 0x1900
  1585.    connection open
  1586.    220 osi3.ncsl.nist.gov sendmail 4.0/NIST(rbj/dougm) ready at
  1587.      Thu, 8 Nov 90 13:58:49 EST
  1588.    expn ietf
  1589.    250-Dale Walters <walters>
  1590.    250-Richard Colella <colella@emu.ncsl.nist.gov>
  1591.    250 Doug Montgomery <dougm@warthog.ncsl.nist.gov>
  1592.  
  1593. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1594.  
  1595.    d.  Checking For Administrators
  1596.  
  1597.    westine 44% whois osi3.ncsl.nist.gov
  1598.    National Bureau of Standards (ICST-OSI3)
  1599.  
  1600.       Hostname: OSI3.NCSL.NIST.GOV
  1601.       Nicknames: OSI3.ICST.NBS.GOV,ICST-OSI3.ARPA
  1602.       Address: 129.6.48.108
  1603.       System: SUN-3/160 running UNIX
  1604.  
  1605.       Coordinator:
  1606.          Montgomery, Douglas C.  (DCM5)  dougm@OSI.NCSL.NIST.GOV
  1607.          (301) 975-3630
  1608.  
  1609.       Record last updated on 17-May-89.
  1610.  
  1611. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619. Westine & Postel                                               [Page 29]
  1620.  
  1621. RFC 1211              Problems with Mailing Lists             March 1991
  1622.  
  1623.  
  1624.    e.  Message Sent to Coordinator
  1625.  
  1626.    From westine@venera.isi.edu Thu Nov  8 13:58:40 1990
  1627.    Posted-Date: Thu, 08 Nov 90 10:59:30 PST
  1628.    To: dougm@osi.ncsl.nist.gov
  1629.    Cc: westine@venera.isi.edu
  1630.    Subject: RE:  421 osi3: Host osi3 is down
  1631.        550 Postmaster... User unknown
  1632.    Reply-To: westine@venera.isi.edu
  1633.    Date: Thu, 08 Nov 90 10:59:30 PST
  1634.    From: Ann Westine <westine@venera.isi.edu>
  1635.  
  1636.    Hi Doug,
  1637.  
  1638.    If the Postmaster is "unknown" please delete him from your exploder
  1639.    list "ietf@osi3.ncsl.nist.gov".  I have been receiving error messages
  1640.    like this one for several days now.  If I don't hear from you, I will
  1641.    have to delete the above mailbox.
  1642.  
  1643.    Ann
  1644.  
  1645.    >    ----- Transcript of session follows -----
  1646.    > 421 osi3: Host osi3 is down
  1647.    > 550 Postmaster... User unknown
  1648.  
  1649. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1650.  
  1651.    f.  Message From Coordinator
  1652.  
  1653.    Date: Thu, 8 Nov 90 15:34:02 EST
  1654.    From: Doug Montgomery <dougm@warthog.ncsl.nist.gov>
  1655.    Organization: National Institute of Standards and Technology (NIST)
  1656.    Sub-Organization: National Computer Systems Laboratory
  1657.    To: westine@ISI.EDU
  1658.    Subject: RE:  421 osi3: Host osi3 is down
  1659.             550 Postmaster... User unknown
  1660.    Cc: staff@osi3.ncsl.nist.gov
  1661.  
  1662.    I think I have found out what is wrong.  For some reason (we can
  1663.    discuss this below)  your exploder is sending IETF mail to our
  1664.    exploder (ietf@osi3.ncsl.nist.gov) through the machine
  1665.    osi.ncsl.nist.gov.  Now due to a recent subnet reconfiguration and
  1666.    subsequent lack of update to our DNS servers, the DNS was returning
  1667.    an incorrect address for osi3. Thus IETF mail would be sent to OSI,
  1668.    which would try to forward it to OSI3 (using the wrong address).
  1669.    OSI would think that OSI3 was down and dump the message, trying to
  1670.     send a notice to Postmaster.  OSI doesn't have an aliase for
  1671.    Postmaster and thus the second error message that you saw.
  1672.  
  1673.  
  1674.  
  1675. Westine & Postel                                               [Page 30]
  1676.  
  1677. RFC 1211              Problems with Mailing Lists             March 1991
  1678.  
  1679.  
  1680.     These two problems have been fixed on OSI.  Now the question is what
  1681.    address you have in your distribution list that would cause this
  1682.    mail to go through OSI in the first place.  I guess you might have
  1683.    something like "ietf%osi3@osi.ncsl.nist.gov." The other interesting
  1684.    point about your list is that we receive IETF mail to our exploder
  1685.     directly from venera.
  1686.  
  1687.     Thus I suspect that there are two entries for OSI3 on your
  1688.    distribution list.  One that gets relayed through OSI and one that
  1689.    points directly to OSI3.  If this is the case  please deleted
  1690.     everything except the "ietf@osi3.ncsl.nist.gov." address.
  1691.  
  1692.     If this is not the case or if there are other problems let me know.
  1693.  
  1694. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1695.  
  1696.    g.  My Reply Back
  1697.  
  1698.    Here are all the addresses I have on the IETF list under NIST.GOV.
  1699.  
  1700.    ietf@OSI3.NCSL.NIST.GOV,
  1701.    mills@OSI.NCSL.NIST.GOV
  1702.  
  1703.    I'll deleted "mills@osi.ncsl.nist.gov".
  1704.  
  1705.    Here are two others at NIST
  1706.  
  1707.    hunt@ENH.NIST.GOV,
  1708.    sting@CAM.NIST.GOV
  1709.  
  1710.    By the way, on the following message, it looks like the Mailer-Daemon
  1711.    message went from OSI.ncsl.nist.gov to enh.nist.gov to venera.isi.edu.
  1712.  
  1713.    --Ann
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731. Westine & Postel                                               [Page 31]
  1732.  
  1733. RFC 1211              Problems with Mailing Lists             March 1991
  1734.  
  1735.  
  1736.        Return-Path: Mailer-Daemon@osi.ncsl.nist.gov
  1737.        Received-Date: Thu, 8 Nov 90 12:44:11 PST
  1738.        Received: from venera.isi.edu by zephyr.isi.edu (4.1/4.0.3-4)
  1739.                id <AA19131>; Thu, 8 Nov 90 12:44:11 PST
  1740.        Posted-Date: Thu, 8 Nov 90 15:39:54 EST
  1741.        Received: from enh.nist.gov by venera.isi.edu (5.61/5.61+local)
  1742.                id <AA03448>; Thu, 8 Nov 90 12:44:01 -0800
  1743.        Received: from OSI.NCSL.NIST.GOV by ENH.NIST.GOV;
  1744.                Thu, 8 Nov 90 15:43 EDT
  1745.        Received: by osi.ncsl.nist.gov (4.1/SMI-4.1) id AB14654;
  1746.                Thu, 8 Nov 90 15:39:54 EST
  1747.        Date: Thu, 8 Nov 90 15:39:54 EST
  1748.        From: Mailer-Daemon@osi.ncsl.nist.gov
  1749.        Subject: Returned mail: User unknown
  1750.        To: owner-ietf@ISI.EDU
  1751.        Message-Id: <9011082039.AB14654@osi.ncsl.nist.gov>
  1752.        X-Envelope-To: owner-ietf@venera.isi.edu
  1753.  
  1754.           ----- Transcript of session follows -----
  1755.        421 osi3: Host osi3 is down
  1756.        550 Postmaster... User unknown
  1757.  
  1758.           ----- Unsent message follows -----
  1759.  
  1760. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1761.  
  1762.    h. Another Problem  .Forward
  1763.  
  1764.    From: Doug Montgomery <dougm@warthog.ncsl.nist.gov>
  1765.    Organization: National Institute of Standards and Technology (NIST)
  1766.    To: westine@ISI.EDU
  1767.    Subject: Re: 421 osi3:Host osi3 is down 550 Postmaster.. User unknown
  1768.  
  1769.    Deleting the mills@osi.ncsl.nist.gov entry should fix your problems.
  1770.    Mills has a .forward to osi3, thus explaining why IETF mail was going
  1771.    ---> OSI ---> OSI3.
  1772.  
  1773.    I checked OSI's sendmail.cf and it is relaying through enh.  This,
  1774.    though has nothing to do with the previous problem.
  1775.  
  1776.    I flushed the queue of IETF mail on OSI waiting to go to OSI3.  I
  1777.    don't think you should see anymore bounced messages.
  1778.  
  1779.    Sorry that our local problems were causing you grief .... let me know
  1780.    if it happens again.
  1781.  
  1782. ************************************************************************
  1783.  
  1784.  
  1785.  
  1786.  
  1787. Westine & Postel                                               [Page 32]
  1788.  
  1789. RFC 1211              Problems with Mailing Lists             March 1991
  1790.  
  1791.  
  1792. F.14.  File Over Allocation
  1793.  
  1794.    Date: Tue, 4 Sep 90 10:35:49 -0700
  1795.    From: MAILER-DAEMON (Mail Delivery Subsystem)
  1796.    Subject: Returned mail: Deferred: Connection timed out during user
  1797.             open with ames.arc.nasa.gov
  1798.    Posted-Date: Tue, 4 Sep 90 10:35:49 -0700
  1799.    To: owner-ietf
  1800.  
  1801.        ----- Transcript of session follows -----
  1802.    >>> QUIT
  1803.    <<< 421 sage.acc.com SMTP Service not available:
  1804.        insufficient disk space.
  1805.    451 bboard.ietf@SAGE.ACC.COM... reply: read error
  1806.         bboard.ietf@SAGE.ACC.COM... reply: read error
  1807.  
  1808. ************************************************************************
  1809.  
  1810. F.15.  File Deleted
  1811.  
  1812.    Date: Fri, 10 Aug 90 14:21:57 EDT
  1813.    From: Daemon <daemon@ccj.bbn.com>
  1814.    Subject: Undeliverable mail
  1815.    To: westine
  1816.  
  1817.    Mail could not be delivered to the following address(es):
  1818.  
  1819.    /usr/databases/bugs/vaxmail@ccj.bbn.com: No such file
  1820.         or directory
  1821.  
  1822. ************************************************************************
  1823.  
  1824. F.16.  Strange Postmaster
  1825.  
  1826.    a.  Message Forwarded to IETF-Request
  1827.  
  1828.    Forwarded: Thu, 21 Feb 91 14:31:09 PST
  1829.    Forwarded: westine
  1830.    Forwarded: postmaster@mbunix.mitre.org
  1831.    Forwarded: galvin@TIS.COM
  1832.    Return-Path: galvin@TIS.COM
  1833.    Received-Date: Sun, 17 Feb 91 17:48:07 PST
  1834.    Received: from venera.isi.edu by zephyr.isi.edu (4.1/4.0.3-4)
  1835.            id <AA03679>; Sun, 17 Feb 91 17:48:07 PST
  1836.    Posted-Date: Sun, 17 Feb 91 20:48:12 -0500
  1837.    Received: from TIS.COM by venera.isi.edu (5.61/5.61+local)
  1838.            id <AA26292>; Sun, 17 Feb 91 17:48:01 -0800
  1839.    Received: from TIS.COM by TIS.COM (4.1/SUN-5.64DB)
  1840.  
  1841.  
  1842.  
  1843. Westine & Postel                                               [Page 33]
  1844.  
  1845. RFC 1211              Problems with Mailing Lists             March 1991
  1846.  
  1847.  
  1848.            id AA04098; Sun, 17 Feb 91 20:48:13 EST
  1849.    Reply-To: James M Galvin <galvin@TIS.COM>
  1850.    To: ietf-request@ISI.EDU
  1851.    Subject: Failed Mail to IETF
  1852.    Date: Sun, 17 Feb 91 20:48:12 -0500
  1853.    From: James M Galvin <galvin@TIS.COM>
  1854.  
  1855.    ------- Forwarded Message
  1856.    Message-ID: <9102160528.AA27189@mbunix.mitre.org>
  1857.    From:       galvin@tis.com <galvin@TIS.COM>
  1858.    To:         Bill_Anderson.G113_MAIL@qmgate.mitre.org
  1859.    Date:       15 Feb 91 21:28:28
  1860.    Subject:    Can't Find MailCenter!
  1861.  
  1862.                    <text deleted>
  1863.  
  1864. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1865.  
  1866.    b.  Problem Reported to MITRE
  1867.  
  1868.    To: postmaster@mbunix.mitre.org
  1869.    Cc: westine, galvin@TIS.COM
  1870.    Subject: RE:    Can't Find MailCenter!
  1871.    Reply-To: westine@isi.edu
  1872.    Date: Thu, 21 Feb 91 14:31:01 PST
  1873.    From: Ann Westine <westine@venera.isi.edu>
  1874.  
  1875.    Hi,
  1876.  
  1877.    We're getting this problem again.  Please fix.
  1878.  
  1879.    Thank you.
  1880.    Ann
  1881.  
  1882.    ------- Forwarded Message
  1883.  
  1884.    Date:    Sun, 17 Feb 91 20:48:12 -0500
  1885.    From:    James M Galvin <galvin@TIS.COM>
  1886.    To:      ietf-request@ISI.EDU
  1887.    Subject: Failed Mail to IETF
  1888.  
  1889.       ------- Forwarded Message
  1890.  
  1891.       Message-ID: <9102160528.AA27189@mbunix.mitre.org>
  1892.       From:       galvin@tis.com <galvin@TIS.COM>
  1893.       To:         Bill_Anderson.G113_MAIL@qmgate.mitre.org
  1894.       Date:       15 Feb 91 21:28:28
  1895.       Subject:    Can't Find MailCenter!
  1896.  
  1897.  
  1898.  
  1899. Westine & Postel                                               [Page 34]
  1900.  
  1901. RFC 1211              Problems with Mailing Lists             March 1991
  1902.  
  1903.  
  1904.       GatorMail-Q                   Re: 1st PRELIMINARY AGENDA/
  1905.       Received: by qmgate; 15 Feb 91 21:28:25
  1906.       Received: by mbunix.mitre.org (5.57/4.7)
  1907.               id AA25128; Fri, 15 Feb 91 21:26:46 EST
  1908.       Received: by venera.isi.edu (5.61/5.61+local)
  1909.               id <AA17839>; Fri, 15 Feb 91 08:45:12 -0800
  1910.       Posted-Date: Fri, 15 Feb 91 11:45:16 -0500
  1911.       Received-Date: Fri, 15 Feb 91 08:45:09 -0800
  1912.       Received: from TIS.COM by venera.isi.edu (5.61/5.61+local)
  1913.               id <AA17833>; Fri, 15 Feb 91 08:45:09 -0800
  1914.       Message-Id: <9102151645.AA26445@TIS.COM>
  1915.       Reply-To: James M Galvin <galvin@tis.com>
  1916.       To: Megan Davies <mdavies@nri.reston.va.us>
  1917.       Cc: ietf@venera.isi.edu
  1918.       Subject: Re: 1st PRELIMINARY AGENDA/ST. LOUIS
  1919.       In-Reply-To: Your message of Thu, 14 Feb 91 17:44:13 EST.
  1920.                    <9102141744.aa15663@NRI.NRI.Reston.VA.US>
  1921.       Date: Fri, 15 Feb 91 11:45:16 -0500
  1922.       From: James M Galvin <galvin@tis.com>
  1923.  
  1924.                       <text deleted>
  1925.  
  1926. ************************************************************************
  1927.  
  1928. F.17.  Message Too Large
  1929.  
  1930.    Date: Wed, 10 Oct 90 17:50:10 MDT
  1931.    From: MAILER-DAEMON@ncar.UCAR.EDU (Mail Delivery Subsystem)
  1932.    Subject: Returned mail: Service unavailable
  1933.    To: <westine@ISI.EDU>
  1934.  
  1935.       ----- Transcript of session follows ----- 554
  1936.    olear@niwot.scd.ucar.edu... Message is too large; 50000 bytes max 554
  1937.    olear@niwot.scd.ucar.edu... Service unavailable
  1938.  
  1939. ************************************************************************
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955. Westine & Postel                                               [Page 35]
  1956.  
  1957. RFC 1211              Problems with Mailing Lists             March 1991
  1958.  
  1959.  
  1960. F.18.  Vacation Messages
  1961.  
  1962.    a.  Case 1
  1963.  
  1964.    Date: Mon, 8 Oct 90 15:28:30 PDT
  1965.    From: David Wasley <dlw@violet.berkeley.edu>
  1966.    Subject: I am away from e-mail
  1967.    This_Message_Brought_To_You_By: the vacation program
  1968.    Apparently-To: owner-ietf@venera.isi.edu
  1969.  
  1970.    I am away from e-mail until October 13. If your message requires
  1971.    immediate attention, please contact one of the people below:
  1972.  
  1973.    Network problems:     Austin Shelton <austins@violet.Berkeley.EDU>
  1974.  
  1975.    Network information:  Bill Wells <netinfo@violet.Berkeley.EDU>
  1976.      Network installation: Jim Allison <jca@violet.Berkeley.EDU> If
  1977.    you're really desparate, leave me voice-mail at (415) 642-3478.
  1978.    Thanks for your patience! David Wasley, U C Berkeley
  1979.  
  1980. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1981.  
  1982.    b.  Case 2
  1983.  
  1984.    Date: Fri, 2 Nov 90 18:17:12 EST
  1985.    From: MAILER-DAEMON@dsl.cis.upenn.edu (Mail Delivery Subsystem)
  1986.    Subject: Returned mail: unknown mailer error 1
  1987.    To: <mmm-people-request@ISI.EDU>
  1988.  
  1989.       ----- Transcript of session follows -----
  1990.    sh: vacation: not found
  1991.    554 "|vacation farber"... unknown mailer error 1
  1992.  
  1993. ************************************************************************
  1994.  
  1995. F.19.  LocaL Configuration Errors
  1996.  
  1997.    Date: Tue, 14 Aug 90 00:36:51 -0400
  1998.    From: MAILER-DAEMON@nyu.edu
  1999.    Subject: Returned mail: Local configuration error
  2000.    To: <owner-ietf>
  2001.  
  2002.       ----- Transcript of session follows -----
  2003.    554 <russell@NYU.EDU>,<ittai@NYU.EDU>...
  2004.        Local configuration error
  2005.  
  2006. ************************************************************************
  2007.  
  2008.  
  2009.  
  2010.  
  2011. Westine & Postel                                               [Page 36]
  2012.  
  2013. RFC 1211              Problems with Mailing Lists             March 1991
  2014.  
  2015.  
  2016. F.20.  Service Unavailable
  2017.  
  2018.    Date: Wed, 8 Aug 90 13:00:39 EDT
  2019.    From: Mailer-Daemon@omni.eng.clemson.edu
  2020.    Subject: Returned mail: Service unavailable
  2021.    To: <owner-ietf>
  2022.  
  2023.       ----- Transcript of session follows -----
  2024.    Connected to eng.clemson.edu:
  2025.    >>> HELO omni
  2026.    <<< 553 omni host name configuration error
  2027.    554 <gkrishn@ENG.CLEMSON.EDU>... Service unavailable
  2028.  
  2029.       ----- Unsent message follows -----
  2030.  
  2031. ************************************************************************
  2032.  
  2033. F.21.  "Bad File Number"
  2034.  
  2035.    To: <owner-ietf>
  2036.    From: The UTCS Post Office <postmaster@gpu.utcs.utoronto.ca>
  2037.    Subject: Delivery problems with your mail
  2038.  
  2039.    Your message has been received by the University of Toronto Computing
  2040.    Services Postal System. A copy of it has been returned to you because
  2041.    of difficulties encountered while attempting to deliver your mail.
  2042.  
  2043.    The following errors occurred while attempting delivery:
  2044.  
  2045.    <smtp madhaus.utcs.utoronto.ca oattes@madhaus.utcs.utoronto.ca 1609>:
  2046.     128.100.102.10: 550 <nsr@madhaus.utcs.utoronto.ca>... User unknown:
  2047.     Bad file number
  2048.  
  2049. ************************************************************************
  2050.  
  2051. F.22.   Cannot Append
  2052.  
  2053.    Date: Sat, 11 Aug 90 14:51:57 PDT
  2054.    From: MAILER-DAEMON@uunet.uu.net (Mail Delivery Subsystem)
  2055.    Subject: Returned mail: Service unavailable
  2056.    To: uunet!venera.isi.edu!owner-ietf@uunet.UU.NET
  2057.  
  2058.       ----- Transcript of session follows -----
  2059.    mail: /var/spool/mail/cslater: cannot append
  2060.    Mail saved in dead.letter
  2061.    554 cslater... Service unavailable
  2062.  
  2063. ************************************************************************
  2064.  
  2065.  
  2066.  
  2067. Westine & Postel                                               [Page 37]
  2068.  
  2069. RFC 1211              Problems with Mailing Lists             March 1991
  2070.  
  2071.  
  2072. F.23.   Error Creating Network Link
  2073.  
  2074.    "erlang::chang... Host unknown"
  2075.  
  2076.    Date: Thu, 1 Nov 90 12:34:20 -0800
  2077.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  2078.    Subject: Returned mail: Deferred
  2079.    To: <@decpa.pa.dec.com:owner-ietf@venera.isi.edu>
  2080.  
  2081.       ----- Transcript of session follows -----
  2082.    mail11: Error from DECnet MAIL object on node "erlang",
  2083.            during mail delivery to <ERLANG::CHIU>.
  2084.            Remote error code is 0x7e803a, message is:
  2085.    %MAIL-E-LOGLINK, error creating network link to node CHIU
  2086.    -SYSTEM-F-NOSUCHNODE, remote node is unknown
  2087.    554 <erlang::chiu>... 550 Host unknown (Authoritative answer from
  2088.        name server)
  2089.    mail11: connect: Connect failed, Node unreachable
  2090.    (temporary failure)
  2091.  
  2092.       ----- Recipients of this delivery -----
  2093.    <erlang::chiu> (bounced)
  2094.    <netrix::gillin> (queued, will retry)
  2095.    <erlang::rama> (sent)
  2096.  
  2097.       ----- Unsent message follows -----
  2098.  
  2099. ************************************************************************
  2100.  
  2101. F.24.  Not a Typewriter
  2102.  
  2103.    Date: Wed, 8 Aug 90 19:36:47 -0700
  2104.    From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  2105.    Subject: Returned mail: Host unknown
  2106.    To: owner-ietf
  2107.  
  2108.       ----- Transcript of session follows -----
  2109.    get_status: Not a typewriter
  2110.    (mail11 operating system error)
  2111.  
  2112.    451 <gray@netrix.enet.dec.com>... Operating system error
  2113.    mail11: connect: Connect failed, Unrecognized object
  2114.    (permanent failure)
  2115.  
  2116.    554 <bansal@NETRIX.ENET.DEC.COM>... 550 Host unknown
  2117.       (Authoritative answer from name server)
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123. Westine & Postel                                               [Page 38]
  2124.  
  2125. RFC 1211              Problems with Mailing Lists             March 1991
  2126.  
  2127.  
  2128.       ----- Recipients of this delivery -----
  2129.    <gray@netrix.enet.dec.com> (bounced)
  2130.    <bansal@NETRIX.ENET.DEC.COM> (bounced)
  2131.  
  2132.       ----- Unsent message follows -----
  2133.  
  2134. ************************************************************************
  2135.  
  2136. F.25.  "MTA Congestion"
  2137.  
  2138.    Date: Tue, 7 Aug 90 22:37:48 -0700
  2139.    To: ietf-request
  2140.    From: DFN Gateway <postmaster%zix.gmd.dbp.de@RELAY.CS.NET>
  2141.    Subject: DFN Mail Network -- failed mail
  2142.  
  2143.    Mail Failure Diagnostics:
  2144.  
  2145.    Message Recipients:
  2146.       weidenhammer@vax.hmi.dbp.de: MTA congestion
  2147.  
  2148. ************************************************************************
  2149.  
  2150. F.26.  Local Forwarding Not Working
  2151.  
  2152.    To: postmaster@ALLSPICE.LCS.MIT.EDU
  2153.    Subject: dukach@PTT.LCS.MIT.EDU... User unknown
  2154.    Date: Thu, 01 Nov 90 13:20:53 PST
  2155.    From: Ann Westine <westine@ISI.EDU>
  2156.  
  2157.    Hi,
  2158.  
  2159.    Would you mind checking into this error message before I delete this
  2160.    person from our list.  I think it may be an internal forwarding
  2161.    problem at MIT.  If not let me know if there is a new address or if I
  2162.    should delete this one.
  2163.  
  2164.    --Ann
  2165.  
  2166.       ------- Forwarded Message
  2167.  
  2168.       Date:    Thu, 01 Nov 90 12:34:01 -0800
  2169.       From:    MAILER-DAEMON@ISI.EDU (Mail Delivery Subsystem)
  2170.       To:      owner-dartnet@ISI.EDU
  2171.       Subject: Returned mail: User unknown
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179. Westine & Postel                                               [Page 39]
  2180.  
  2181. RFC 1211              Problems with Mailing Lists             March 1991
  2182.  
  2183.  
  2184.          ----- Transcript of session follows -----
  2185.       >>> RCPT To:<dukach@ALLSPICE.LCS.MIT.EDU>
  2186.       <<< 550 /u/dukach/.forward:
  2187.           line 0: tabasco.lcs.mit.edu... User unknown
  2188.       550 dukach@PTT.LCS.MIT.EDU... User unknown
  2189.  
  2190.          ----- Unsent message follows -----
  2191.  
  2192.       To: westine@ISI.EDU
  2193.       Cc: postmaster@ALLSPICE.LCS.MIT.EDU
  2194.       Subject: Re: dukach@PTT.LCS.MIT.EDU... User unknown
  2195.       In-Reply-To: Your message of Thu, 01 Nov 90 13:20:53 -0800.
  2196.                    <9011012120.AA19211@venera.isi.edu>
  2197.       Date: Thu, 01 Nov 90 17:16:44 -0500
  2198.       From: jrd@ALLSPICE.LCS.MIT.EDU
  2199.  
  2200.       Ann,
  2201.  
  2202.       Please don't delete Semyon. I'll get him to fix his
  2203.       configuration.
  2204.  
  2205.       Thanks,
  2206.       Chuck
  2207.  
  2208. ************************************************************************
  2209.  
  2210. F.27. No Such File or Directory
  2211.  
  2212.    Date: Tue, 11 Dec 90 17:57:08 -0800
  2213.    From: MAILER-DAEMON@quake.stanford.edu (Mail Delivery Subsystem)
  2214.    Subject: Returned mail: unknown mailer error 2
  2215.    To: <westine@ISI.EDU>
  2216.  
  2217.       ----- Transcript of session follows -----
  2218.    <<< RCPT To:<phil@quake.stanford.edu>
  2219.    <<< RCPT To:<rick@quake.stanford.edu>
  2220.    <<< DATA
  2221.    mail: Creating /usr/spool/mail/phil -: No such file or directory
  2222.    mail: Creating /usr/spool/mail/rick -: No such file or directory
  2223.    Mail saved in dead.letter
  2224.    554 <phil@quake.stanford.edu>,<rick@quake.stanford.edu>... unknown
  2225.    mailer error
  2226.  
  2227. ************************************************************************
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235. Westine & Postel                                               [Page 40]
  2236.  
  2237. RFC 1211              Problems with Mailing Lists             March 1991
  2238.  
  2239.  
  2240. F.28.  User Account Terminated
  2241.  
  2242.    Date: Wed, 10 Oct 90 18:21:23 EDT
  2243.    From: MAILER-DAEMON@theory.TN.CORNELL.EDU
  2244.    Subject: Returned mail: User unknown
  2245.    To: <westine@ISI.EDU>
  2246.  
  2247.       ----- Transcript of session follows -----
  2248.    Connected to DEVVAX.TN.CORNELL.EDU:
  2249.    >>> RCPT To:<alison@devvax.tn.cornell.edu>
  2250.    <<< 550 <alison@devvax.tn.cornell.edu>... User unknown
  2251.    550 alison@devvax.tn.cornell.edu... User unknown
  2252.  
  2253. ************************************************************************
  2254.  
  2255. F.29.  Machine Terminated
  2256.  
  2257.    Date: Wed, 10 Oct 90 19:33:26 EDT
  2258.    From: Mail Delivery Subsystem <MAILER-DAEMON@edn-vax.dca.mil>
  2259.    Subject: Returned mail: Host unknown
  2260.    To: <westine@ISI.EDU>
  2261.  
  2262.       ----- Transcript of session follows -----
  2263.    550 edn-unix.dca.mil.tcp... 550 Host unknown
  2264.    550 jsl@edn-unix.dca.mil... Host unknown
  2265.  
  2266.       ----- Unsent message follows -----
  2267.  
  2268. ************************************************************************
  2269.  
  2270. F.30.  Couldn't Make Final Delivery.
  2271.  
  2272.    a.  Case 1
  2273.  
  2274.    Date: 29 Aug 90 13:17:34 EST
  2275.    From: "SMTP MAILER" <postmaster@ecf.ncsl.nist.gov>
  2276.    Subject: Mail Delivery Problem
  2277.    To: "owner-ietf" <owner-ietf>
  2278.  
  2279.     ----Reason for mail failure follows----
  2280.    Sending mail to recipient(s) Nakassis :
  2281.      Couldn't make final delivery.
  2282.  
  2283.    %MAIL-E-OPENOUT, error opening USER2:[000000]NAKASSIS.DIR as output
  2284.  
  2285. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291. Westine & Postel                                               [Page 41]
  2292.  
  2293. RFC 1211              Problems with Mailing Lists             March 1991
  2294.  
  2295.  
  2296.    b.  Case 2
  2297.  
  2298.    Date:  8 Oct 90 20:24:32 EDT
  2299.    From: "SMTP MAILER" <postmaster@imo-uvax.dca.mil>
  2300.    Subject: Mail Delivery Problem
  2301.    To: "owner-ietf" <owner-ietf@ISI.EDU>
  2302.  
  2303.     ----Reason for mail failure follows----
  2304.    Sending mail to recipient(s) morrisd :
  2305.      Couldn't make final delivery.
  2306.  
  2307.    %MRGATE-E-MRFROMVMS, Error transferring message to Message Router
  2308.  
  2309. ************************************************************************
  2310.  
  2311. F.31.  Unknown ".ARPA" Hosts Without Updated Hostname
  2312.  
  2313.    WHATHOST and DIG show nothing for DCA-EMS.ARPA.  There is no referral
  2314.    to the new hostname.  "WHOIS" DCA-EMS came up with the new hostname.
  2315.  
  2316.    From: MAILER-DAEMON@ISI.EDU (Mail Delivery Subsystem)
  2317.    Subject: Returned mail: Deferred: Host Name Lookup Failure
  2318.    Posted-Date: Tue, 13 Nov 90 15:59:34 -0800
  2319.    To: owner-internet-research-group@ISI.EDU
  2320.  
  2321.       ----- Transcript of session follows -----
  2322.    Coviello@DCA-EMS.ARPA,Elliott@DCA-EMS.ARPA,
  2323.      Hingorani@DCA-EMS.ARPA... Host unknown
  2324.  
  2325.    westine 45% whathost dca-ems.arpa
  2326.    Unknown Host: dca-ems.arpa, errno 0, h_errno 1 : Unknown host
  2327.  
  2328. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347. Westine & Postel                                               [Page 42]
  2348.  
  2349. RFC 1211              Problems with Mailing Lists             March 1991
  2350.  
  2351.  
  2352.    westine 44% whois dca-ems
  2353.    Defense Communications Agency (DCA) (DCA-EMS)
  2354.       Office Automation Division
  2355.       Code H610
  2356.       Washington, DC 20305-2000
  2357.  
  2358.       Hostname: DCA-EMS.DCA.MIL
  2359.       Address: 26.1.0.76
  2360.       System: BBN-C/70 running UNIX
  2361.  
  2362.       Host Administrator:
  2363.          Wilkinson, Avis D.  (ADW)  AWilkins@DDN-CONUS.DDN.MIL
  2364.          (703) 848-4867
  2365.  
  2366.       DCA-EMS.DCA.MIL users send E-Mail to AWilkins@DCA-EMS.DCA.MIL
  2367.  
  2368.       Record last updated on 10-Sep-90.
  2369.  
  2370. ************************************************************************
  2371.  
  2372. F.32.  Messages From an Internet Relay to Commercial Mail Systems
  2373.  
  2374.    a.  Message Too Large
  2375.  
  2376.    Date: 13 Feb 91 04:15:22 EST
  2377.    From: Electronic Postmaster <POSTMASTER@CompuServe.COM>
  2378.    To: Ann Westine <westine@ISI.EDU>
  2379.    Subject: Undeliverable message
  2380.  
  2381.  
  2382.    Re: ? EMDITB - Mail Delivery Failure. Message too large.
  2383.         >EPX [74360,3202]
  2384.  
  2385.    Internet Monthly Report
  2386.  
  2387.    Your message could not be delivered as addressed.
  2388.  
  2389.    --- Returned message ---
  2390.  
  2391. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403. Westine & Postel                                               [Page 43]
  2404.  
  2405. RFC 1211              Problems with Mailing Lists             March 1991
  2406.  
  2407.  
  2408.    b.  Invalid Parameters
  2409.  
  2410.    Date: 13 Feb 91 05:34 UT
  2411.    From: "X.400 Gateway" <MAILER-DAEMON@sprint.com>
  2412.    Subject: MHS NonDelivery Report
  2413.    To: owner-ietf@ISI.EDU
  2414.  
  2415.    Report from domain /PRMD=/ADMD=telemail/C=us/:
  2416.  
  2417.    FAILED delivery to:
  2418.  
  2419.   1 Recipient ORName:
  2420. /PN=tony.y.mazraani/DD.TS=SM55/O=SPRINTINTL/ADMD=TELEMAIL/C=US/
  2421.     Translates to:
  2422. /PN=tony.y.mazraani/DD.TS=SM55/O=SPRINTINTL/ADMD=TELEMAIL/C=US
  2423.                                                          /@sprint.com
  2424.     Reason: unable to transfer
  2425.     Diagnostic: invalid parameters
  2426.  
  2427. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2428.  
  2429.    c.  Looping
  2430.  
  2431.    From: Allan.Cargille@pilot.cs.wisc.edu
  2432.    To: owner-ietf@ISI.EDU
  2433.    Subject: Delivery Report (failure) for
  2434.             Allan.Cargille@pilot.cs.wisc.edu
  2435.    Message-Type: Delivery Report
  2436.    Date: Wed, 12 Dec 1990 15:34:41 +0000
  2437.    Content-Identifier: Why WAN multi...
  2438.  
  2439.    This report relates to your message: Why WAN multi...
  2440.            of Wed, 12 Dec 1990 15:22:56 +0000
  2441.  
  2442.    Your message was not delivered to
  2443.            Allan.Cargille@pilot.cs.wisc.edu for the following reason:
  2444.            Message looping detected (please contact local administrator)
  2445.  
  2446.    *** The following information is directed towards the local
  2447.    *** administrator and is not intended for the end user
  2448.    *
  2449.    * DR generated by mta pilot.cs.wisc.edu
  2450.    *         in /PRMD=xnren/ADMD= /C=us/
  2451.    *         at Wed, 12 Dec 1990 15:34:35 +0000
  2452.    *
  2453.    * Converted to RFC 822 at pilot.cs.wisc.edu
  2454.    *         at Wed, 12 Dec 1990 15:34:41 +0000
  2455.    *
  2456.  
  2457.  
  2458.  
  2459. Westine & Postel                                               [Page 44]
  2460.  
  2461. RFC 1211              Problems with Mailing Lists             March 1991
  2462.  
  2463.  
  2464.    * Delivery Report Contents:
  2465.    *
  2466.    * Subject-Submission-Identifier: [/PRMD=xnren/ADMD=
  2467.    /C=us/;<9012121704.AA08993@decpa.pa.dec]
  2468.    * Content-Identifier: Why WAN multi...
  2469.    * Subject-Intermediate-Trace-Information:  /PRMD=xnren/ADMD= /C=us/;
  2470.    *          arrival Wed, 12 Dec 1990 15:22:56 +0000 action Relayed
  2471.    * Subject-Intermediate-Trace-Information:  /PRMD=xnren/ADMD= /C=us/;
  2472.    *          arrival Wed, 12 Dec 1990 15:22:47 +0000 action Relayed
  2473.    * Subject-Intermediate-Trace-Information:  /PRMD=xnren/ADMD= /C=us/;
  2474.    *          arrival Wed, 12 Dec 1990 15:21:48 +0000 action Relayed
  2475.    * Subject-Intermediate-Trace-Information:  /PRMD=xnren/ADMD= /C=us/;
  2476.    *          arrival Wed, 12 Dec 1990 11:05:55 +0000 action Relayed
  2477.    * Subject-Intermediate-Trace-Information:  /PRMD=xnren/ADMD= /C=us/;
  2478.    *          arrival Wed, 12 Dec 1990 11:05:46 +0000 action Relayed
  2479.    * Subject-Intermediate-Trace-Information:  /PRMD=xnren/ADMD= /C=us/;
  2480.    *          arrival Wed, 12 Dec 1990 15:22:57 +0000 action Relayed
  2481.    * Subject-Intermediate-Trace-Information:  /PRMD=xnren/ADMD= /C=us/;
  2482.    *          arrival Wed, 12 Dec 1990 11:04:50 +0000 action Relayed
  2483.    * Recipient-Info: Allan.Cargille@pilot.cs.wisc.edu,
  2484.    *         /G=Allan/S=Cargille/OU=cs/O=uw-madison/PRMD=xnren/ADMD=
  2485.    *         /C=us/;
  2486.    *         FAILURE reason Unable-To-Transfer (1);
  2487.    *         diagnostic Loop-Detected (3);
  2488.    *         last trace () Wed, 12 Dec 1990 11:04:50 +0000;
  2489.  
  2490.    ****** End of administration information
  2491.  
  2492. ************************************************************************
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515. Westine & Postel                                               [Page 45]
  2516.  
  2517. RFC 1211              Problems with Mailing Lists             March 1991
  2518.  
  2519.  
  2520. F.33.  Incomplete DNS Data on Host
  2521.  
  2522.    Date: Fri, 14 Dec 90 19:37:51 -0500
  2523.    From: Mail Delivery Subsystem <MAILER-DAEMON@shark.cs.fau.edu>
  2524.    To: owner-ietf@ISI.EDU
  2525.    Subject: Returned mail: Host unknown
  2526.  
  2527.       ----- Transcript of session follows -----
  2528.    550 megasys.com (TCP)... 550 Host unknown
  2529.    550 <pax@MEGASYS.COM>... Host unknown (Valid name but no data
  2530.        [address])
  2531.  
  2532.  
  2533.    westine 27% dig megasys.com any
  2534.  
  2535.    ; <<>> DiG <<>> megasys.com any
  2536.    ;; ->>HEADER<<- opcode: QUERY , status: NOERROR, id: 6
  2537.    ;; flags: qr rd ra  Ques: 1, Ans: 2, Auth: 2, Addit: 3
  2538.  
  2539.    ;; QUESTIONS:
  2540.    ;;      megasys.com, type = ANY, class = IN
  2541.  
  2542.    ;; ANSWERS:
  2543.    megasys.com     IN      NS      UUNET.UU.NET    ; 172786
  2544.    megasys.com     IN      NS      seismo.CSS.GOV  ; 172786
  2545.  
  2546.    ;; AUTHORITY RECORDS:
  2547.    MEGASYS.COM     IN      NS      UUNET.UU.NET    ; 172786
  2548.    MEGASYS.COM     IN      NS      seismo.CSS.GOV  ; 172786
  2549.  
  2550.    ;; ADDITIONAL RECORDS:
  2551.    UUNET.UU.NET    IN      A       192.48.96.2     ; 447968
  2552.    UUNET.UU.NET    IN      A       137.39.1.2      ; 170920
  2553.    seismo.CSS.GOV  IN      A       192.12.141.25   ; 172786
  2554.  
  2555. ************************************************************************
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571. Westine & Postel                                               [Page 46]
  2572.  
  2573. RFC 1211              Problems with Mailing Lists             March 1991
  2574.  
  2575.  
  2576. F.34.  Sublist Problem
  2577.  
  2578.    From: fischer@math.ufl.edu
  2579.    Posted-Date: Mon, 17 Dec 90 12:28:23 EST
  2580.    Received: from gimme.math.ufl.edu by venera.isi.edu (5.61/5.61+local)
  2581.            id <AA15131>; Mon, 17 Dec 90 09:28:24 -0800
  2582.    Received:  by gimme.math.ufl.edu (4.1/4.03)
  2583.            id AA05948; Mon, 17 Dec 90 12:28:23 EST
  2584.    Date: Mon, 17 Dec 90 12:28:23 EST
  2585.    To: ietf-request@ISI.EDU, postmaster@ISI.EDU
  2586.    Subject: here we go again: please release me, let me go...
  2587.  
  2588.  
  2589.    Fifth time now(?) I try this every couple of months now,
  2590.    figuring you may be hoplesslly backed up.
  2591.  
  2592.    Can you remove me from the ietf list?  I may be there as
  2593.    either:
  2594.  
  2595.            fischer@math.ufl.edu
  2596.    or
  2597.            netadm@math.ufl.edu
  2598.  
  2599.    I would appreciate a confirmation message: I'm ready to use
  2600.    crontab for these mailings.
  2601.  
  2602.    Many Thanks,
  2603.  
  2604.    Randy Fischer
  2605.  
  2606. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2607.  
  2608.    To: fischer@math.ufl.edu
  2609.    cc: ietf-request@ISI.EDU, postmaster@ISI.EDU
  2610.    Reply-To: westine@isi.edu
  2611.    Subject: Re: here we go again: please release me, let me go...
  2612.    In-reply-to: Your message of Mon, 17 Dec 90 12:28:23 -0500.
  2613.                 <9012171728.AA05948@gimme.math.ufl.edu>
  2614.    Date: Mon, 17 Dec 90 10:15:36 PST
  2615.    From: Ann Westine <westine@venera.isi.edu>
  2616.  
  2617.    Hi Randy,
  2618.  
  2619.    I remember your request, and I also remember telling you that you are
  2620.    not on our list (at least individually).  There is an exploder
  2621.    "netadm@MATH.UFL.EDU" maintained at UFL.EDU.  You need to check with
  2622.    the postmaster to see if you are on their list.  If this is not the
  2623.    case, here are the only other addresses I have from UFL.EDU
  2624.  
  2625.  
  2626.  
  2627. Westine & Postel                                               [Page 47]
  2628.  
  2629. RFC 1211              Problems with Mailing Lists             March 1991
  2630.  
  2631.  
  2632.    ceben@NERVM.NERDC.UFL.EDU,
  2633.    esj@UFL.EDU,
  2634.    FCLA@NERVM.NERDC.UFL.EDU,
  2635.    netadm@MATH.UFL.EDU,
  2636.    POKE@NERVM.NERDC.UFL.EDU,
  2637.  
  2638.    There is another possibility, perhaps you have a pointer to a mailbox
  2639.    somewhere else?
  2640.  
  2641.    Regards,
  2642.    Ann
  2643.  
  2644. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2645.  
  2646.    From: Operator <root@math.ufl.edu>
  2647.    To: ietf-request@ISI.EDU, westine@ISI.EDU
  2648.    Subject: re: done at last: please release me, let me go...
  2649.  
  2650.    Many, many thanks for the reply: I did not, somehow, see your
  2651.    previous reply -- perhaps you forwarded it to someone at UFL.EDU
  2652.    instead of MATH.UFL.EDU?  Or I missed it in the flow of mail I am
  2653.    trying to abate.
  2654.    No matter.
  2655.  
  2656.    At any rate "netadm@math.ufl.edu" is indeed a local exploder, aliased
  2657.    at the moment to myself and one of my assistants.  It is local to the
  2658.    "math.ufl.edu" subdomain, and not to "ufl.edu" as your records
  2659.    indicate.  I am the postmaster of the "math.ufl.edu", and you should
  2660.    be able to verify "math.ufl.edu" has an MX record pointing to
  2661.    "mathlab.math.ufl.edu".  I am therefore mailing to you as root from
  2662.    that machine.
  2663.  
  2664.    Please remove "netadm@math.ufl.edu" from your list.  I have quite
  2665.    enjoyed the discussions,  but the volume been overwhelming.
  2666.  
  2667.    Thanks very much for your prompt reply,
  2668.    Appreciatively,
  2669.  
  2670.    -Randy Fischer <root@math.ufl.edu> <fischer@math.ufl.edu>
  2671.  
  2672. ************************************************************************
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683. Westine & Postel                                               [Page 48]
  2684.  
  2685. RFC 1211              Problems with Mailing Lists             March 1991
  2686.  
  2687.  
  2688. F.35.  File Protection Problem
  2689.  
  2690.    From: "Raj Jain, LKG1-2/A19, DTN: 226-7642, 508-486-7642
  2691.           09-Feb-1991 0904"
  2692.    <jain@erlang.enet.dec.com>
  2693.    To: owner-ietf@ISI.EDU
  2694.    Subject: Request to add to IETF
  2695.  
  2696.    I seem to have suddenly dropped off the IETF distribution list. I
  2697.    have not received any IETF mail since 9-Jan-91. Could you please
  2698.    ensure that I am still in the distribution list.
  2699.  
  2700.    -Raj Jain
  2701.  
  2702. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2703.  
  2704.    To: "Raj Jain, LKG1-2/A19, DTN: 226-7642,
  2705.        508-486-7642 09-Feb-1991 0904" <jain@erlang.enet.dec.com>
  2706.    cc: owner-ietf@ISI.EDU, ietf-request
  2707.    Reply-To: westine@isi.edu
  2708.    Subject: Re: Request to add to IETF
  2709.    In-reply-to: Your message of Sat, 09 Feb 91 06:07:15 -0800.
  2710.                 <9102091407.AA06473@decpa.pa.dec.com>
  2711.    Date: Tue, 12 Feb 91 11:17:41 PST
  2712.    From: Ann Westine <westine@rwa.isi.edu>
  2713.  
  2714.    Hi Raj,
  2715.  
  2716.    I will readd you to the IETF list.  However, if I receive more error
  2717.    messages like this, then I must take your name off the list again.
  2718.    I've sent messages to the postmaster at DEC but the problem isn't
  2719.    corrected.  Your address isn't the only one, there's CALLON and a few
  2720.    others.
  2721.  
  2722.  
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739. Westine & Postel                                               [Page 49]
  2740.  
  2741. RFC 1211              Problems with Mailing Lists             March 1991
  2742.  
  2743.  
  2744.    Maybe you can check into this.  Here's the header from one of the
  2745.    many error messages I received.
  2746.  
  2747.    Regards, --Ann
  2748.  
  2749.       Date: Wed, 9 Jan 91 17:04:41 -0800
  2750.       From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  2751.       Subject: Returned mail: User unknown
  2752.       To: owner-ietf@ISI.EDU
  2753.  
  2754.  
  2755.          ----- Transcript of session follows -----
  2756.       mail11: Error from DECnet MAIL object on node "erlang",
  2757.               during mail delivery to <ERLANG::JAIN>.
  2758.               Remote error code is 0x7e81fa, message is:
  2759.       %MAIL-E-OPENOUT, error opening !AS as output
  2760.       -RMS-E-PRV, insufficient privilege or file protection violation
  2761.               (can't decypher error code)
  2762.       550 <jain@ERLANG.DEC.COM>... User unknown
  2763.  
  2764.          ----- Recipients of this delivery -----
  2765.       <jain@ERLANG.DEC.COM> (bounced)
  2766.  
  2767. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2768.  
  2769.    Date: Tue, 12 Feb 91 17:54:20 EST
  2770.    From: "Raj Jain, LKG1-2/A19, DTN: 226-7642, 508-486-7642
  2771.           12-Feb-1991 1751"
  2772.    <jain@erlang.enet.dec.com>
  2773.    To: westine@ISI.EDU
  2774.    Subject: Re: Request to add to IETF
  2775.  
  2776.    The error message that you sent is unfortunately my mistake and has
  2777.    nothing to do with DECWRL. One day I reset protection on all my files
  2778.    and directories and didn't realize that even the system did not have
  2779.    the privilege to write mail messages on my disk. I discovered it only
  2780.    after several people sent phone messages to me. Thanks for adding my
  2781.    name again. I will try to be careful.  -Raj
  2782.  
  2783. ************************************************************************
  2784.  
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.  
  2791.  
  2792.  
  2793.  
  2794.  
  2795. Westine & Postel                                               [Page 50]
  2796.  
  2797. RFC 1211              Problems with Mailing Lists             March 1991
  2798.  
  2799.  
  2800. F.36.  User Unknown
  2801.  
  2802.    a.  Request to be Readded to IETF List
  2803.  
  2804.    Date: Mon, 11 Feb 91 10:03:54 PST
  2805.    From: "Paul Ciarfella DTN 227-3548 Outside 508 952-3548
  2806.          11-Feb-1991 1301"
  2807.    <ciarfella@levers.enet.dec.com>
  2808.    To: ietf-request@ISI.EDU
  2809.    Subject: add me to the ietf list (again)
  2810.  
  2811.    Hi -
  2812.  
  2813.    Could I be added to the ietf distribution list (again). I must have
  2814.    been dropped from the list somehow.  This happened to me before the
  2815.    last ietf - I had to get my name reregistered then, too.
  2816.  
  2817.    Thanks,
  2818.  
  2819.    Paul Ciarfella ciarfella@levers.enet.dec.com
  2820.  
  2821. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2822.  
  2823.    b.  Message to User Regarding Readd and Previous Problems
  2824.  
  2825.    To: "Paul Ciarfella DTN 227-3548 Outside 508 952-3548  11-Feb-1991
  2826.        1301" <ciarfella@levers.enet.dec.com>
  2827.    Cc: ietf-request@ISI.EDU
  2828.    Reply-To: westine@ISI.EDU
  2829.    Subject: Re: add me to the ietf list (again)
  2830.    In-Reply-To: Your message of Mon, 11 Feb 91 10:03:54 -0800.
  2831.                 <9102111803.AA11116@decpa.pa.dec.com>
  2832.    Date: Wed, 13 Feb 91 11:05:46 PST
  2833.    From: Ann Westine <westine@ISI.EDU>
  2834.  
  2835.    Hi Paul,
  2836.  
  2837.    Every couple of months I have lots of error messags from several
  2838.    individual mailboxes on ENET.DEC.COM.  Here is a typical one.  Since
  2839.    I cannot reach you I am forced to delete your mailbox.
  2840.  
  2841.    I have sent several messages to the postmaster at DEC but nothing has
  2842.    been corrected.  Perhaps you can look into this.
  2843.  
  2844.    --Ann
  2845.  
  2846.  
  2847.  
  2848.  
  2849.  
  2850.  
  2851. Westine & Postel                                               [Page 51]
  2852.  
  2853. RFC 1211              Problems with Mailing Lists             March 1991
  2854.  
  2855.  
  2856.       Return-Path: MAILER-DAEMON@decwrl.dec.com
  2857.       Received-Date: Tue, 11 Dec 90 19:53:19 PST
  2858.       Received: from venera.isi.edu by zephyr.isi.edu (4.1/4.0.3-4)
  2859.               id <AA11360>; Tue, 11 Dec 90 19:53:19 PST
  2860.       Posted-Date: Tue, 11 Dec 90 19:42:03 -0800
  2861.       Received: from decpa.pa.dec.com by venera.isi.edu
  2862.               (5.61/5.61+local)
  2863.               id <AA08309>; Tue, 11 Dec 90 19:53:17 -0800
  2864.       Received: by decpa.pa.dec.com; id AA12106; Tue, 11 Dec 90 19:42:03
  2865.       Date: Tue, 11 Dec 90 19:42:03 -0800
  2866.       From: MAILER-DAEMON@decwrl.dec.com (Mail Delivery Subsystem)
  2867.       Subject: Returned mail: User unknown
  2868.       Message-Id: <9012120342.AA12106@decpa.pa.dec.com>
  2869.       To: owner-ietf@ISI.EDU
  2870.  
  2871.          ----- Transcript of session follows -----
  2872.       mail11: input timeout reading remote object
  2873.       get_status: Connection timed out
  2874.       (temporary failure)
  2875.  
  2876.       mail11: Error from DECnet MAIL object on node "levers",
  2877.               during mail delivery to <LEVERS::CIARFELLA>.
  2878.               Remote error code is 0x7e81fa, message is:
  2879.       %MAIL-E-OPENOUT, error opening !AS as output
  2880.       -RMS-E-CRE, ACP file create failed
  2881.       -SYSTEM-W-DIRALLOC, allocation failure on directory file
  2882.               (can't decypher error code)
  2883.       550 <ciarfella@LEVERS.ENET.DEC.COM>... User unknown
  2884.  
  2885.          ----- Recipients of this delivery -----
  2886.       <hayden@LEVERS.ENET.DEC.COM> (queued, will retry)
  2887.       <ciarfella@LEVERS.ENET.DEC.COM> (bounced)
  2888.       <anil@LEVERS.ENET.DEC.COM> (sent)
  2889.  
  2890. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907. Westine & Postel                                               [Page 52]
  2908.  
  2909. RFC 1211              Problems with Mailing Lists             March 1991
  2910.  
  2911.  
  2912.    c.  Response from User Regarding Problem
  2913.  
  2914.    Return-Path: ciarfella@levers.enet.dec.com
  2915.    Received-Date: Wed, 13 Feb 91 13:51:25 PST
  2916.    Received: from venera.isi.edu by zephyr.isi.edu (4.1/4.0.3-4)
  2917.            id <AA26215>; Wed, 13 Feb 91 13:51:25 PST
  2918.    Posted-Date: Wed, 13 Feb 91 13:51:02 PST
  2919.    Received: from decpa.pa.dec.com by venera.isi.edu (5.61/5.61+local)
  2920.            id <AA04585>; Wed, 13 Feb 91 13:51:22 -0800
  2921.    Received: by decpa.pa.dec.com; id AA14420; Wed, 13
  2922.              Feb 91 13:51:00 -0800
  2923.    Received: from levers.enet; by decwrl.enet; Wed, 13 Feb 91 13:51:02 PST
  2924.    Date: Wed, 13 Feb 91 13:51:02 PST
  2925.    From: "I'll die for my country but I won't kill for Texaco
  2926.    13-Feb-1991 1641"
  2927.    <ciarfella@levers.enet.dec.com>
  2928.    To: westine@ISI.EDU
  2929.    Subject: re: add me to the ietf list (again)
  2930.  
  2931.    Hi Ann,
  2932.  
  2933.    Could we try another address for me?  The old address has been
  2934.    plagued by disk problems which might explain why the mail is not
  2935.    getting delivered.
  2936.  
  2937.    The new address to register is:
  2938.  
  2939.       ciarfella@quiver.enet.dec.com
  2940.  
  2941.    I will check into the problem on this end.  Sorry about the tone of
  2942.    my first message but this has been a never-ending problem for over 8
  2943.    months.
  2944.  
  2945.    Thank you,
  2946.  
  2947.    Paul C
  2948.  
  2949. ************************************************************************
  2950.  
  2951. 5.  Security Considerations
  2952.  
  2953.    Security issues are not discussed in this memo.
  2954.  
  2955.  
  2956.  
  2957.  
  2958.  
  2959.  
  2960.  
  2961.  
  2962.  
  2963. Westine & Postel                                               [Page 53]
  2964.  
  2965. RFC 1211              Problems with Mailing Lists             March 1991
  2966.  
  2967.  
  2968. 6.  Authors' Addresses
  2969.  
  2970.    Ann Westine
  2971.    USC - Information Sciences Institute
  2972.    4676 Admiralty Way
  2973.    Marina del Rey, CA 90292-6695
  2974.  
  2975.    Phone: 213-822-1511
  2976.  
  2977.    EMail: Westine@ISI.EDU
  2978.  
  2979.  
  2980.    Jon Postel
  2981.    USC - Information Sciences Institute
  2982.    4676 Admiralty Way
  2983.    Marina del Rey, CA 90292-6695
  2984.  
  2985.    Phone: 213-822-1511
  2986.  
  2987.    EMail: Postel@ISI.EDU
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019. Westine & Postel                                               [Page 54]
  3020.  
  3021. *  c.  Response from User Regarding Problem
  3022.  
  3023.    Return-Path: ciarfella@levers.enet.dec.com
  3024.    Received-Date: Wed, 13 Feb 91 13:51:25 PST
  3025.    Received: from venera.isi.edu by zephyr.isi.edu (4.1/4.0.3-4)
  3026.            id <AA26215>; Wed, 13 Feb 91 13:51:25 PST
  3027.    Posted-Date: Wed, 13 Feb 91 13:51:02 PST
  3028.    Received: from decpa.pa.dec.com by venera.isi.edu (5.61/5.61+local)
  3029.            id <AA04585>; Wed, 13 Feb 91 13:51:22 -0800
  3030.    Received: by decpa.pa.dec.com; id AA14420; Wed, 13
  3031.              Feb 91 13:51:00 -0800
  3032.    Received: from levers.enet; by decwrl.enet; Wed, 13 Feb 91 13:51:02 PST
  3033.    Date: Wed, 13 Feb 91 13:51:02 PST
  3034.    From: "I'll die for my country but I won't kill for Texaco
  3035.    13-Feb-1991 1641"
  3036.    <ciarfella@levers.enet.dec.com>
  3037.    To: westine@ISI.EDU
  3038.    Subject: re: add me to the ietf list (again)
  3039.  
  3040.    Hi Ann,
  3041.  
  3042.    Could we try another address for me?  The old address has been
  3043.    plagued by disk problems which might explain why the mail is not
  3044.    getting delivered.
  3045.  
  3046.    The new address to register is:
  3047.  
  3048.       ciarfella@quiver.enet.dec.com
  3049.  
  3050.    I will check into the problem on this end.  Sorry about the tone of
  3051.    my first message but this has been a never-ending problem for over 8
  3052.    months.
  3053.  
  3054.    Thank you,
  3055.  
  3056.    Paul C
  3057.  
  3058. ************************************************************************
  3059.  
  3060. 5.  Security Considerations
  3061.  
  3062.    Security issues are not discussed in this memo.
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068.  
  3069.  
  3070.  
  3071.  
  3072. Westine & Postel                                               [Page 53]
  3073.  
  3074. RFC 1211              Problems with Mailing Lists             March 1991
  3075.  
  3076.  
  3077. 6.  Authors' Addresses
  3078.  
  3079.    Ann Westine
  3080.    USC - Information Sciences Institute
  3081.    4676 Admiralty Way
  3082.    Marina del Rey, CA 90292-6695
  3083.  
  3084.    Phone: 213-822-1511
  3085.  
  3086.    EMail: Westine@ISI.EDU
  3087.  
  3088.  
  3089.    Jon Postel
  3090.    USC - Information Sciences Institute
  3091.    4676 Admiralty Way
  3092.    Marina del Rey, CA 90292-6695
  3093.  
  3094.    Phone: 213-822-1511
  3095.  
  3096.    EMail: Postel@ISI.EDU
  3097.  
  3098.  
  3099.  
  3100.  
  3101.  
  3102.  
  3103.  
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128. Westine & Postel                                               [Page 54]
  3129.