On Thu, Mar 20, 2008 at 10:20:58 +0100, Frank Gevaerts <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2008 at 07:09:31PM -0500, Bruno Wolff III wrote: > > On Tue, Mar 18, 2008 at 09:55:38 -0000, > > [EMAIL PROTECTED] wrote: > > > + //Are there any other non alpha-numeric characters allowed in email > > > addresses? > > > + return ((c == '_') || (c == '-') || (c == '.')); > > > > Yes. Any non white space ascii character can be in the local part of an > > email > > a developer for long enough address. > > /me comes out of lurk mode > > Err... Whitespace is allowed as well. You have to put the local part in > quotes the I believe
I may have misread the definition of quoted string. I thought I saw something that suggested that quoted text couldn't include white text but I may have misread that or there may be another way to qoute it. It has to be handled specially because in some parts of an RFC 2821 encoded email address it is supposed to be ignored. _______________________________________________ Wesnoth-dev mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-dev
