Hey there,
the validation refuses:
as a valid email address.
Best regards,
Niels
]]>Hello,
when typing in a mailadress with a “-” in the domain-name like xxx@this-is-a-test.org this plugin does not work.
just-a-test@xxxxxx.org works fine, but when putting a “-” to the domain it does not.
In wp-comment-validation.php there is this string:
(VAL.match(/^[^\\W][a-zA-Z0-9\\_\\-\\.]+([a-zA-Z0-9\\_\\-\\.]+)*\\@[a-zA-Z0-9_]+(\\.[a-zA-Z0-9_]+)*\\.[a-zA-Z]{2,4}$/))
I guess here is something missing?
Could you fix that?
]]>