johnkyle4 / php-email-address-validation

Automatically exported from code.google.com/p/php-email-address-validation
0 stars 0 forks source link

Extra long tld validates #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-Check if 'my.name@en.wibble-wabble' is valid.

What is the expected output? What do you see instead?
It should return false.

What version of the product are you using? On what operating system?
r10 by d...@addedbytes.com on Feb 15, 2009

Original issue reported on code.google.com by kard...@gmail.com on 12 Sep 2010 at 12:15

GoogleCodeExporter commented 9 years ago
The system checks for technical validity against the specs, not against 
currently available TLDs. It's intended to be future proof. As far as I know, a 
TLD of wibble-wabble is valid, even if it doesn't exist yet.

Original comment by d...@addedbytes.com on 18 Aug 2011 at 1:35

GoogleCodeExporter commented 9 years ago
:)
Thanks!

Original comment by kard...@gmail.com on 18 Aug 2011 at 3:02