home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / mh / 1388 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.mail.mh
  2. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!sirius.ctr.columbia.edu!seth
  3. From: seth@sirius.ctr.columbia.edu (Seth Robertson)
  4. Subject: Re: Problem with MH address parser
  5. References: <1992Dec16.071847.3949@sol.ctr.columbia.edu>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: Columbia University Center for Telecommunications Research
  8. Date: Wed, 16 Dec 1992 09:54:22 GMT
  9. Message-ID: <1992Dec16.095422.6331@sol.ctr.columbia.edu>
  10. X-Posted-From: sirius.ctr.columbia.edu
  11. NNTP-Posting-Host: sol.ctr.columbia.edu
  12. Lines: 26
  13.  
  14. The short form is that it is not a valid address.  The long form,
  15. which follows, was sent to me by Owen Rees.
  16.  
  17.                          Thanks!
  18.                         -Seth
  19.  
  20. ======================================================================
  21. From: Owen Rees <rtor@ansa.co.uk>
  22.  
  23. Seth Robertson <seth@startide.ctr.columbia.edu> writes:
  24. > repl: bad addresses:
  25. >     N. R. "Norm" Lunde <norm> -- no at-sign after local-part (Lunde)
  26. >     testformail
  27. > As far as I can tell, this is a valid address per 822
  28.  
  29. It isn't a valid RFC822 address - 
  30.   see 3.3 Lexical Tokens - N. is the 'word' N followed by 'special' .
  31.   see 6.1 [Address] Syntax - the dots make N.R."Norm" a 'local-part'
  32.       which must be followed by an at sign. The error message is
  33.       telling you what if found instead of an at.
  34.   see 3.1.4 Structured Field Bodies - linear white space is permitted
  35.       between lexical tokens, it (including parenthesized comments)
  36.       just gets stripped out when converting to canonical form.
  37.  
  38. RFC1123 modifies the rules slightly but not so as to affect the above.
  39.