home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / mail / sendmail / 3054 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.6 KB

  1. Path: sparky!uunet!spool.mu.edu!hri.com!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!seunet!comm!news.nexus.comm.se!news!Thomas.Tornblom
  2. From: Thomas.Tornblom@nexus.comm.se (Thomas Tornblom)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: Re: BUG in 5.65c8/IDA-1.4.4 Sendmail
  5. Message-ID: <THOMAS.TORNBLOM.92Dec22124849@beck.nexus.comm.se>
  6. Date: 22 Dec 92 11:48:49 GMT
  7. References: <1h5s28INN9ia@smurf.sub.org>
  8. Sender: news@nexus.comm.se
  9. Organization: Communicator Nexus AB
  10. Lines: 58
  11. In-Reply-To: urlichs@smurf.sub.org's message of 22 Dec 1992 02: 46:48 +0100
  12.  
  13. In article <1h5s28INN9ia@smurf.sub.org> urlichs@smurf.sub.org (Matthias Urlichs) writes:
  14.  
  15.  
  16.    There's a rather deadly bug in the sendmail which says "5.65c8/IDA-1.4.4"
  17.    when I SMTP to it. I don't know if that bug has been reported, and frankly
  18.    I don't care, not runing sendmail myself.
  19.  
  20.    % telnet amiga.physik.unizh.ch 25
  21.    220 amiga.physik.unizh.ch 5.65c8/IDA-1.4.4 Sendmail [...]
  22.    HELO smurf.sub.org
  23.    250 Hello smurf.sub.org, pleased to meet you
  24.    MAIL From:<anybody-at-all>
  25.    250 postmaster... Sender ok
  26.    RCPT To:<another-anybody>
  27.    250 <another-anybody>... Recipient ok
  28.    DATA
  29.    354 Enter mail, end with "." on a line by itself
  30.    X-Charset: Dead
  31.  
  32.    .
  33.    554 getchout: open of charset output translation file //usr/local/lib/mail/char/DEAD
  34.    quit
  35.    221 amiga.physik.unizh.ch closing connection
  36.  
  37.    Very neat. An undocumented and optional header causes my mail to fail.
  38.    NOT GOOD:
  39.  
  40.    Now, we replace the word "Dead" with the empty string. Guess what? The mailer
  41.    hangs.
  42.  
  43.    Very nice. Very nice indeed.
  44.  
  45.    !!! Test your software before letting it loose on the Internet !!!
  46.  
  47.  
  48.    Disclaimer1: This may be a local hack by amiga.physik.unizh.ch.
  49.         If so, sorry to annoy the rest of the world with this.
  50.    Disclaimer2: I'm sorry if this looks like a flame. It's not. Not really,
  51.         anyway. Well, let's assume it isn't.  ;-)
  52.  
  53.  
  54. So if you don't care, why bother? And why are you using "undocumented"
  55. headers if you don't know how to use them? What is the proper
  56. behaviour if you use an optional header in a manner not intended?
  57.  
  58. I myself find these additions very useful (thanks Keld) as they allow
  59. me to use ISO-8859-1 (or about any other character set) and still
  60. conform to RFC-822 (7 bit SMTP).
  61.  
  62. One could perhaps expect sendmail to accept and deliver the mail
  63. without character set translations of no translation set is found.
  64.  
  65. Thomas
  66. --
  67. Real life:      Thomas Tvrnblom           Email:  Thomas.Tornblom@Nexus.Comm.SE
  68. Snail mail:     Communicator Nexus AB     Phone:  +46 18 171814
  69.                 Box 857                   Fax:    +46 18 696516
  70.                 S - 751 08 Uppsala, Sweden
  71.