Hi Dave,
Mentioned email addresses are valid and they are mailboxes for TLD users
("gmail" is a valid TLD - http://data.iana.org/TLD/tlds-alpha-by-domain.txt)
Please check following :
Bug report : https://issues.apache.org/jira/browse/VALIDATOR-273
RFC: http://tools.ietf.org/html/rfc5321#section-2.3.5 * (states : In the
case of a top-level domain used by itself in an email address, a single
string is used without any dots.)*
Best Regards,
Ayoma.
On Tue, Jun 16, 2015 at 9:21 PM, Dave Hammond <[email protected]> wrote:
> The EmailValidator.java isValid routine was changed in version 1.4.1 and
> now
> returns true for email addresses like these:
>
>
>
> user@com
>
> user@gmail
>
>
>
> Are these valid email address forms?
>
>
>
>