home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / sendmail / 2183 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.8 KB

  1. Path: sparky!uunet!bcstec!ced
  2. From: ced@bcstec.ca.boeing.com (Charles Derykus)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: SMTP mail to IBM VM
  5. Message-ID: <3530@bcstec.ca.boeing.com>
  6. Date: 1 Sep 92 17:20:36 GMT
  7. Distribution: na
  8. Organization: Boeing
  9. Lines: 38
  10.  
  11.  
  12. | In article <17ttinINNt8l@grasp1.univ-lyon1.fr> Christophe.Wolfhugel) writes:
  13. | In article <1745@ernohb.UUCP> blaes@ernohb.UUCP (Rainer Blaes) writes:
  14. |> we want to mail from a SPARC system to our IBM VM computer running TCP/IP.
  15. |                                             ^^^^^^
  16. |        That seems to be the problem!
  17. |
  18. |> >>> MAIL FROM: <blaes@sparc_s>
  19. |
  20.  
  21. Neill Rickert responded:
  22.  
  23. >Which is, according to the RFC-822 a legal address. The underscore is not
  24. > considered as a special character, except for IBM!...
  25. > Firstly, 'sparc_s' is not a fully qualified domain name.  Secondly, the
  26. > syntax for host names, as defined in RFC952, requires:
  27. >   1. A "name" (Net, Host, Gateway, or Domain name) is a text string up
  28. >   to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus
  29. >   sign (-), and period (.).
  30.  
  31. > ...is not a fully qualified domain name. Secondly, the
  32. > syntax for host names, as defined in RFC952, requires:
  33.  
  34. >  1. A "name" (Net, Host, Gateway, or Domain name) is a text
  35. >     string up to 24 characters drawn from the alphabet (A-Z),
  36. >     digits (0-9), minus sign (1), and period (.).
  37.  
  38. RFC1033 also cites a legal name definition - exactly the same
  39. but including an underscore: 
  40.  
  41.    The domain system allows a label to contain any 8-bit character...
  42.    Because of other protocols restrictions, only the following characters
  43.    are recommended for use in a host name (besides the dot separator):
  44.      
  45.        "A-Z", "a-z", "0-9", dash and underscore
  46.  
  47. What is the reason for RFC952/1033 difference on this point?
  48.