accept a four-letter TLD. closes bug 2543

This commit is contained in:
eric 2005-04-12 14:42:09 +00:00
parent cdab9d45bb
commit 514314da58

View file

@ -129,7 +129,7 @@ function check_sid() {
# verify that an email address looks like it is legitimate
#
function valid_email($addy) {
return eregi("^[a-z0-9\._-]+@+[a-z0-9\._-]+\.+[a-z]{2,3}$", $addy);
return eregi("^[a-z0-9\._-]+@+[a-z0-9\._-]+\.+[a-z]{2,4}$", $addy);
}
# a new seed value for mt_srand()