smjg
05-02-2008, 10:52 AM
The email validator at
http://javascript.internet.com/forms/check-email.html
rejects many perfectly valid email addresses with the message
"The address must end in a three-letter domain, or two-letter country."
This is complete nonsense. There has never been any restriction that top-level domains must be either two or three letters long, and there are already several legitimate TLDs that are longer than this.
Please fix or remove your script before even more people use it to inadvertently discriminate against anybody with an email address in such a TLD.
http://javascript.internet.com/forms/check-email.html
rejects many perfectly valid email addresses with the message
"The address must end in a three-letter domain, or two-letter country."
This is complete nonsense. There has never been any restriction that top-level domains must be either two or three letters long, and there are already several legitimate TLDs that are longer than this.
Please fix or remove your script before even more people use it to inadvertently discriminate against anybody with an email address in such a TLD.