home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12674 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.5 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!sgi!nimrod.wpd.sgi.com!roberts
  2. From: roberts@nimrod.wpd.sgi.com (roberts)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re:  4.0.5 and mail
  5. Message-ID: <oqhglg8@sgi.sgi.com>
  6. Date: 20 Aug 92 16:17:46 GMT
  7. Sender: roberts@nimrod.wpd.sgi.com
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. Lines: 49
  10.  
  11. suhonen@jalka.jyu.fi (Timo Suhonen) writes:
  12. > Just got 4.0.5 and installed it. Release Notes says that IRIX is now
  13. > 8-bit system with Latin-1 as default.
  14.  
  15. What release note says that?  I write the release notes for mail/Mail/sendmail
  16. and I never wrote anything of the sort.  In any event, IRIX sendmail is 
  17. not an 8-bit system.  It strips the 8th bit from all incoming and outgoing
  18. mail.
  19.  
  20. >                     Why does mail clear the 8:th bit?
  21. > I know that RFCs allow mail to do it, but here in Finland I'd like
  22. > to use the Latin-1 character set in my mails.
  23.  
  24. The RFCs do not *allow* sendmail to do it, they *require* it.  Check the
  25. RFC 822 definition for CHAR from which the entire message is composed.  It
  26. specifically forbids 8-bit characters anywhere within a message.
  27.  
  28. >                                                The international mails
  29. > also seems to accept 8-bit. At least mails to HP at California (?) and
  30. > mails to Iceland survives full 8-bit. 
  31.  
  32. You've been lucky.  There is no way to guarantee that 8-bit data will
  33. always survive the trip from point A to point B.  There's no way of telling
  34. whether or not some machine in between will strip the 8-th bit.  There are
  35. *LOTS* of machines out there that do.
  36.  
  37. Worse yet, deep in the guts of the address parsing mechanism for sendmail
  38. really really nasty things can happen if certain control characters (or what
  39. *look* like control characters after the 8th bit is stripped) turn up.  I
  40. had to write special code for IRIX sendmail to guard against such dangerous
  41. characters in addresses sent by naive "8-bit clean" implementations.
  42.  
  43. Note that a number of IETF working groups have been studying the problem of
  44. transporting 8-bit data via mail.  Just this week, several new RFCs have been
  45. published:
  46.  
  47. RFC 1341: MIME  (Multipurpose Internet Mail Extensions):
  48.           Mechanisms for Specifying and Describing
  49.           the Format of Internet Message Bodies
  50. RFC 1342: Representation of Non-ASCII Text in Internet
  51.           Message Headers
  52. RFC 1343: A User Agent Configuration Mechanism
  53.           For Multimedia Mail Format Information
  54. RFC 1344: Implications of MIME for Internet Mail Gateways
  55.  
  56.  
  57.     - Robert Stephens
  58.       Silicon Graphics Inc.
  59.