Selon Bruno Wolff III <[EMAIL PROTECTED]>: > 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 > address. >
Better have a look at the SMTP RFC, it's RFC 821. -- Benoit Timbert _______________________________________________ Wesnoth-dev mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-dev
