home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / mh / 980 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.6 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!bull.nl!jos
  2. From: jos@bull.nl (Jos Vos)
  3. Newsgroups: comp.mail.mh
  4. Subject: Re: /bin/mail for MH?
  5. Message-ID: <9207281942.AA27716@nlbull.bull.nl>
  6. Date: 28 Jul 92 21:42:14 GMT
  7. References: <9207281753.AA24306@alex.lcs.mit.edu>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 26
  12.  
  13. > We use MH with sendmail.  To deliver local mail, sendmail calls
  14. > /bin/mail, which does the necessary locking and appends to the
  15. > user's mail spool file.  Unfortunately, /bin/mail also has the
  16. > anachronistic feature of changing "From " lines to ">From ".
  17. > Is there an MH program we could have sendmail use instead of
  18. > /bin/mail for local delivery that would not mung our mail?
  19. > Any other suggestions?
  20.  
  21. When you use a standard UNIX mailbox format (in /usr/spool/mail or
  22. in /usr/mail on some System V systems), mail messages are stored
  23. using the convention that each message starts with "From ".
  24. So, each local mail delivery program MUST change existing "From "
  25. lines into something else, unfortunately, to keep it this format.
  26.  
  27. When using programs to store messages in another way, any mail
  28. utility operating on those mailboxes do NOT work anymore.
  29.  
  30. BUT: you can use slocal (MH) to call in your personal .forward file.
  31. Then you store incoming mail messages immediately in MH mailbox
  32. format, not passing any local mail delivery tool (and thus also
  33. bypassing the mailbox format with "From "). 
  34.  
  35. -- 
  36. --    Jos Vos <jos@bull.nl>   (UUCP: ...!{uunet,mcsun,sun4nl}!nlbull!jos)
  37. --    Bull Nederland NV, Product Support Unix, Amsterdam, The Netherlands
  38.