home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / mh / 1485 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.1 KB  |  50 lines

  1. Newsgroups: comp.mail.mh
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: MH and Solaris 2.x sendmail
  5. Message-ID: <1993Jan11.155727.11219@fwi.uva.nl>
  6. Sender: news@fwi.uva.nl
  7. Nntp-Posting-Host: adam.fwi.uva.nl
  8. Organization: FWI, University of Amsterdam
  9. References: <ANDYS.93Jan8161348@shlepper.sbi.com> <2B4E0FF6.9321@ics.uci.edu>
  10. Date: Mon, 11 Jan 1993 15:57:27 GMT
  11. Lines: 37
  12.  
  13. jromine@binky.ics.uci.edu (John Romine) writes:
  14.  
  15. >andys@flatline.sbi.com (Andy Sherman) writes:
  16. >>We are running Solaris 2.1 and I've noticed a change in sendmail.  To better
  17. >>integrate with the multimedia mailtool, sendmail makes sure there are
  18. >>Content-Type and Content-Length headers in every message.  Since it
  19. >>now *knows* the body length of a message, it has no need to prepend a
  20. >>'>' to every line beginning with \nFrom.  So it doesn't.  The result is
  21. >>that when my boss forwards a message to me, inc splits it into two
  22.  
  23. >What happens if a message already has a content-length header, but
  24. >Sun's sendmail doesn't agree with the length given?  TOPS20 used
  25. >a mailbox format which included file lengths... it sure was a pain
  26. >to edit those mailbox files.
  27.  
  28. First of all, it isn't sendmail that adds the Content-Length: header,
  29. it is the local mailer. It fixes the Content-length header if you
  30. send a wrong one, as it should. (Or it simply always replaces it).
  31.  
  32. >As for MH, it supports the UUCP-style (From user date ...) and
  33. >MMDF-style (ctrl-A) mailbox formats.  It doesn't support the newly-
  34. >discovered Solaris-broken-UUCP-style mailbox format.
  35.  
  36. Ah. The ``ugly hack with >From'' is better? Bullshit. A Content-Length:
  37. header seems the only right way (no need to escape anything in any message).
  38.  
  39. >It seems likely that other UAs will also not understand the
  40. >Solaris-broken-UUCP-style mailbox format.  Perhaps fixing
  41. >/bin/mail to write the '>' characters is the right thing to do?
  42.  
  43. Elm does understand Content-Length: headers. MH is the only other
  44. mail agent we have installed that doesn't come with the system. All
  45. Solaris UA understant Content-Length: headers.
  46.  
  47. Fixing MH would be the proper thing to do.
  48.  
  49. Casper
  50.