home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / misc / 3636 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.4 KB  |  37 lines

  1. Newsgroups: comp.mail.misc
  2. Path: sparky!uunet!ukma!netsys!decwrl!pa.dec.com!decprl!decprl!boyd
  3. From: boyd@prl.dec.com (Boyd Roberts)
  4. Subject: Re: How to interpret when the end of piece of mail is reached?
  5. Message-ID: <1992Nov10.204505.5061@prl.dec.com>
  6. Sender: news@prl.dec.com (USENET News System)
  7. Nntp-Posting-Host: prl313.prl.dec.com
  8. Organization: Digital Equipment Corporation - Paris Research Laboratory
  9. References: <1992Nov8.205909.21877@u.washington.edu> <1992Nov8.214458.17317@prl.dec.com> <1992Nov10.124824.10744@mks.com>
  10. Date: Tue, 10 Nov 1992 20:45:05 GMT
  11. Lines: 24
  12.  
  13. In article <1992Nov10.124824.10744@mks.com>, davidf@mks.com (David J. Fiander) writes:
  14. > Of course you meant "transfer agents" in that sentence, since a
  15. > user agent can only work with what the TA gives it.
  16.  
  17. To be absolutely correct I should have said `delivery/user agents'.
  18.  
  19. > The best format for a mailbox is a directory of files, each of
  20. > which contains a single message (wow!  something that VM/CMS
  21. > got right!).
  22.  
  23. Provided you have `append directories' that allocate unique names to
  24. each message on creation.  Very do-able on Plan 9 where you could:
  25.  
  26.    open /mail/<user>/new
  27.  
  28. And this gives you a descriptor to a unique file for your message.
  29. The file created would have to be of the Plan 9 (auto) locking type.
  30.  
  31.  
  32. Boyd Roberts            boyd@prl.dec.com
  33.  
  34. ``Not only is UNIX dead, it's starting to smell really bad.''  -- Rob Pike
  35.