Please move this discussion over to struts-user.
Note that a regular expression that correctly validates any RFC
2822-compliant email address is quite... interesting. See
http://www.regular-expressions.info/email.html for more info.
Dave
--- Illya Kysil <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The
Hi,
The local part of address (the part before @) can be literally
anything according to RFC 2822,
you need proper escaping and/or quoting though.
The regexp shown allows only a limited set of characters in local part,
so it's definitely not created according to RFC 2822.
On Tue, Mar 18, 2008 at