[ 
https://issues.apache.org/jira/browse/VALIDATOR-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benedikt Ritter closed VALIDATOR-273.
-------------------------------------

> EmailValidator does not support mailboxes at TLDs
> -------------------------------------------------
>
>                 Key: VALIDATOR-273
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-273
>             Project: Commons Validator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 1.3.1 Release
>            Reporter: Marcos Sanz
>            Assignee: Benedikt Ritter
>             Fix For: 1.4.1 Release
>
>         Attachments: commons-validator_allow-tld-domains.patch
>
>
> According to RFC 5321 and 5322, mailboxes at top level domain names are 
> permitted. Thus, the syntax localpart@tld is valid. Explicit text to this 
> topic can be found in RFC 5321:
> 2.3.5.  Domain Names
>    A domain name (or often just a "domain") consists of one or more
>    components, separated by dots if more than one appears.  In the case
>    of a top-level domain used by itself in an email address, a single
>    string is used without any dots.
> Accordingly, the code
>               EmailValidator ev = EmailValidator.getInstance();
>               System.out.println(ev.isValid("m@de"));
> should output "true".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to