home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / mail / sendmail / 2227 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!gossip.pyramid.com!decwrl!pa.dec.com!decuac!decuac!avolio
  3. From: avolio@dco.DEC.COM (Frederick M. Avolio)
  4. Subject: Re: Nested mail?
  5. Message-ID: <1992Sep8.204030.12703@decuac.dec.com>
  6. Lines: 25
  7. Sender: news@decuac.dec.com (USENET News System)
  8. Nntp-Posting-Host: gildor.dco.dec.com
  9. Reply-To: avolio@dco.DEC.COM (Frederick M. Avolio)
  10. Organization: Digital Equipment Corp., Washington ULTRIX Resource Center
  11. References:  <peter.715977755@merlin>
  12. Date: Tue, 8 Sep 1992 20:40:30 GMT
  13.  
  14.  
  15. It means that in the middle of sending one mail message -- in the conversation
  16. with sendmail -- another mail command showed up before the first one was 
  17. finished.
  18.  
  19. For example, in sending mail to another host, your local sendmail might
  20. issues commands in this order:
  21.  
  22. Helo
  23.  
  24. Mail From: <some address>  (This is the MAIL command telling the sendmail to
  25.                 which you are connected that you are sendin
  26.                 mail)
  27. rcpt to: <the to address>
  28.  
  29. data
  30.  
  31.  
  32. And then the mail goes here up to a line with a period only in the
  33. first position.  this signals the foreign sendmail that the mail is completed.
  34.  
  35. Perhaps the foreign sendmail is seeing another mail command before it is 
  36. seeing a data command.
  37.  
  38. Fred
  39.