Hajimu UMEMOTO <ume@...> wrote:
> Ah, yes, I thought it. However, # should not apper in email address
> nor domain name. So, it is workaround. :-)
According to the revelant RFC, it is legal. I copied the regex from the
RFC:
atext [A-Za-z0-9!#$%&'*+/=?$^_`}{|~.-]{1,}
qtext "\""[!-~]{1,}"\""
mailbox {atext}|{qtext}
Support for funky chars like # is there to enable interoperability with
non Internet mail systems. Something that may be a bit outdated today,
but the RFC is the standard and the standard is there to be enforced,
isn't it?
--
Emmanuel Dreyfus
Il y a 10 sortes de personnes dans le monde: ceux qui comprennent
le binaire et ceux qui ne le comprennent pas.
manu@...Message
Re: [milter-greylist] pattern for regex and comment
2004-10-17 by manu@netbsd.org