home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / misc / 4027 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!cs.cmu.edu!Karl_Kleinpaste
  2. From: Karl_Kleinpaste@cs.cmu.edu
  3. Newsgroups: comp.mail.misc
  4. Subject: Re: e-mail headers
  5. Message-ID: <BzGwuK.AFD.2@cs.cmu.edu>
  6. Date: 18 Dec 92 18:29:31 GMT
  7. Article-I.D.: cs.BzGwuK.AFD.2
  8. References: <1992Dec17.181501.1@evax0.eng.fsu.edu>
  9. Sender: news@cs.cmu.edu (Usenet News System)
  10. Organization: Carnegie-Mellon Univ, Nectar Project
  11. Lines: 26
  12. Nntp-Posting-Host: godiva.nectar.cs.cmu.edu
  13.  
  14. willis@evax0.eng.fsu.edu writes:
  15.     <921217155244.22202e59@EVAX0.ENG.FSU.EDU> 
  16.        I know that 921217 is the date and that 155244 is the time the message 
  17.        was sent/received, but I don't know what .22202e59 means (given - I 
  18.        knew the name of the sender from the other header information that was 
  19.        excluded).  If there is some documentation or books around that 
  20.        describe this example as well as other aspects of e-mail and e-mail 
  21.        headers, I would be glad to find out how to access it.  Thanks in 
  22.        advance.
  23.  
  24. You can ftp to nic.ddn.mil and look in the "rfc" directory, where you
  25. should pick up RFC822, which is the overall reference for Internet-
  26. compliant mail.
  27.  
  28. On the other hand, the exact contents of Message-Id headers are
  29. implementation-dependent.  There is no reason why a Message-Id must
  30. contain time-of-day or anything else that's readily identifiable.  As
  31. a practical matter, and since the goal of a Message-Id is to give a
  32. guaranteed-unique identifier, a combination of the date/time plus some
  33. process identification information, for the process which created the
  34. message, is typically used.  Hence, if you're on a UNIX system running
  35. (e.g.) sendmail as a mail transport, the "22202" is probably the UNIX
  36. process id of the sendmail invocation which took care of the message.
  37. I can't place the "e59" portion, however.
  38.  
  39. --karl
  40.