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 Frank /me goes back to lurking > > _______________________________________________ > Wesnoth-dev mailing list > [email protected] > https://mail.gna.org/listinfo/wesnoth-dev -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan _______________________________________________ Wesnoth-dev mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-dev
