Re: Tapestry 5 email validator rules are not correct

2012-05-18 Thread Norman Franke
I missed that, sorry, indeed, that's not valid. Norman Franke Answering Service for Directors, Inc. www.myasd.com On May 18, 2012, at 2:52 PM, Ray Nicholus wrote: > Having a plus in the domain of your email address is effectively not valid > as this type of a domain is not allowed by DNS. Cha

Re: Tapestry 5 email validator rules are not correct

2012-05-18 Thread Ray Nicholus
Having a plus in the domain of your email address is effectively not valid as this type of a domain is not allowed by DNS. Character with an accent are also not allowed in email addresses. See RFC 5322 section 3.2.3 (mirrored at http://tools.ietf.org/html/rfc5322#section-3.2.3). Quotes are also

Re: Tapestry 5 email validator rules are not correct

2012-05-18 Thread Norman Franke
Having a + is valid. Some email systems allow users to filter based on stuff after the +, so joe+...@bar.com would still go to j...@bar.com, but he could then filter it into folders. I used to do this in college. See: http://en.wikipedia.org/wiki/Email_address The format of email addresses is l

Tapestry 5 email validator rules are not correct

2012-05-18 Thread Ray Nicholus
Examples of currently allowed (and invalid) addresses: accent char - ép...@example.com '+' in domain - test@foo+example.com '/' in domain - test@example/com wrapped in single quotes - 'f...@example.com' wrapped in double quotes - "f...@example.com" Is there currently a case in JIRA to a