> Regarding the form validator validator included in MooTools More, we use a > regex that implements the standard for email addresses
Not really. It doesn't accept quoted local-parts or ipv6 address literals, for example. That's why public form validation shouldn't be thought of in terms of standards. It's ultimately about deciding local validity, not building standards-compliant software. -- S.