My reading of the RFC (a while ago, I can't quote) is that the local part of the name (the bit before the @) is not to be validated by intermediate hosts and can contain more or less anything, although whitespace is not recommended.
> > An email can only have " . ", " - ", " _ ", " @ " characters. This is definately incorrect. Certainly + for example is legal in the local name part. I've been unable to give money to one or two companies who's email registration have had this validation bug. Shame. Brett Connor Quoting Bart Busschots <[EMAIL PROTECTED]>: > Hi, > > As far as I'm aware, according to the RFCs, '=' is not valid in email > addresses. If you do want to allow these technically illegal characters > into your email addresses then your best bet would be to use the mask > validation and specify your own regular expression for what you consider > to be a valid email address. > > HTH, Bart. > > Marisol Opreni wrote: > > Hi! > > > > I'm using validating email address with the Struts Valdator Framework. > > > > An email can only have " . ", " - ", " _ ", " @ " characters. > > > > > > > > But an "=" character isn't validated. > > > > I'm saying. a [EMAIL PROTECTED] is VALID mail. > > > > > > > > How can I validate this??? > > > > THANKS! > > > > Marisol > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]