home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / mail / headers / 257 < prev    next >
Encoding:
Text File  |  1992-08-21  |  2.6 KB  |  62 lines

  1. Newsgroups: comp.mail.headers
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!mips!mips!munnari.oz.au!comp.vuw.ac.nz!asjl
  3. From: Andy.Linton@comp.vuw.ac.nz (Andy Linton)
  4. Subject: Re: can an @domain be numeric?
  5. Nntp-Posting-Host: bats.comp.vuw.ac.nz
  6. Message-ID: <BtDKBo.n42@comp.vuw.ac.nz>
  7. Organization: Dept. of Comp. Sci., Victoria Uni. of Wellington, New Zealand.
  8. Sender: news@comp.vuw.ac.nz (News Admin)
  9. References: <9208211741.AA28843@cognition.pa.dec.com>
  10. Date: Sat, 22 Aug 1992 07:47:47 GMT
  11. Lines: 49
  12.  
  13. In article <9208211741.AA28843@cognition.pa.dec.com> vixie@PA.dec.com (Paul A Vixie) writes:
  14. >rfc822 implies "yes".  many IBM/VM/SMTP mailers seem to say "no" in that
  15. >if they see
  16. >
  17. >    From: user@10.977.enet.dec.com
  18. >
  19. >they yell about the "1" following the "@".
  20.  
  21. It seems pretty clear to me that this address is 100%. RFC 1123 has
  22. this to say - the emphasis is not mine, it comes straight from the RFC
  23. text. 
  24.  
  25.    2.1  Host Names and Numbers
  26.  
  27.       The syntax of a legal Internet host name was specified in RFC-952
  28.       [DNS:4].  One aspect of host name syntax is hereby changed: the
  29.       restriction on the first character is relaxed to allow either a
  30.       letter or a digit.  Host software MUST support this more liberal
  31.       syntax.
  32.  
  33.       Host software MUST handle host names of up to 63 characters and
  34.       SHOULD handle host names of up to 255 characters.
  35.  
  36.       Whenever a user inputs the identity of an Internet host, it SHOULD
  37.       be possible to enter either (1) a host domain name or (2) an IP
  38.       address in dotted-decimal ("#.#.#.#") form.  The host SHOULD check
  39.       the string syntactically for a dotted-decimal number before
  40.       looking it up in the Domain Name System.
  41.  
  42.       DISCUSSION:
  43.            This last requirement is not intended to specify the complete
  44.            syntactic form for entering a dotted-decimal host number;
  45.            that is considered to be a user-interface issue.  For
  46.            example, a dotted-decimal number must be enclosed within
  47.            "[ ]" brackets for SMTP mail (see Section 5.2.17).  This
  48.            notation could be made universal within a host system,
  49.            simplifying the syntactic checking for a dotted-decimal
  50.            number.
  51.  
  52.            If a dotted-decimal number can be entered without such
  53.            identifying delimiters, then a full syntactic check must be
  54.            made, because a segment of a host domain name is now allowed
  55.            to begin with a digit and could legally be entirely numeric
  56.            (see Section 6.1.2.4).  However, a valid host name can never
  57.            have the dotted-decimal form #.#.#.#, since at least the
  58.            highest-level component label will be alphabetic.
  59.  
  60.  
  61.  
  62.