home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / sendmail / 2177 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: SMTP mail to IBM VM system
  5. Message-ID: <1992Aug31.224442.9969@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <1745@ernohb.UUCP> <17ttinINNt8l@grasp1.univ-lyon1.fr>
  8. Date: Mon, 31 Aug 1992 22:44:42 GMT
  9. Lines: 25
  10.  
  11. In article <17ttinINNt8l@grasp1.univ-lyon1.fr> Christophe.Wolfhugel@grasp.insa-lyon.fr (Christophe Wolfhugel) writes:
  12. >In article <1745@ernohb.UUCP> blaes@ernohb.UUCP (Rainer Blaes) writes:
  13. >> we want to mail from a SPARC system to our IBM VM computer running TCP/IP.
  14. >                                             ^^^^^^
  15. >        That seems to be the problem!
  16. >
  17. >> >>> MAIL FROM: <blaes@sparc_s>
  18. >
  19. >Which is, according to the RFC-822 a legal address. The underscore is not
  20. >considered as a special character, except for IBM!
  21.  
  22. Actually, RFC does not define what is a legal address.  If gives only a
  23. syntactic definition.  But the hostname portion is supposed to be a
  24. legal hostname, whicy 'sparc_s' is not.
  25.  
  26. Firstly, 'sparc_s' is not a fully qualified domain name.  Secondly, the
  27. syntax for host names, as defined in RFC952, requires:
  28.  
  29.    1. A "name" (Net, Host, Gateway, or Domain name) is a text string up
  30.    to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus
  31.    sign (-), and period (.).
  32.  
  33. I do think the IBM software is being unnecessarily picky.  But, strictly
  34. speaking, it is correct in this case.
  35.  
  36.