[Mailman-Users] Problem with Mailman 2.0beta2

Christopher P. Lindsey lindsey at mallorn.com
Tue Jun 20 18:53:32 CEST 2000


> > Hi, I'm not sure if this is the right forum, but we've got email
> > addresses of the form:
> 
> >    A.l'Ange at ru.ac.za 
> >       F.O'Keeffe at ru.ac.za
> 
> Those addresses violate RFC 822.  

Actually they're perfectly fine...  RFC 822 says that an address 
should be of the form 'word * "@" domain'.  A word is defined as

   1*<any CHAR except specials, SPACE and CTLs>

or a quoted string (which isn't relevant here).  

   specials    =  "(" / ")" / "<" / ">" / "@"  ; Must be in quoted-
               /  "," / ";" / ":" / "\" / <">  ;  string, to use
               /  "." / "[" / "]"              ;  within a word.

   CTL         =  <any ASCII control           ; (  0- 37,  0.- 31.)
                   character and DEL>          ; (    177,     127.)

Since the ASCII value of ' is 39, it falls within the acceptable
range.

If Mailman is bombing on these, it's definitely Mailman's problem.

Chris




More information about the Mailman-Users mailing list