Search found 1 match

by dromaius
25 Nov 2014 20:44
Forum: 3.x Bugs
Topic: Domaincheck did not support the new TLD "consulting"
Replies: 1
Views: 2940

Domaincheck did not support the new TLD "consulting"

Hi,

the domaincheck accept only TLD with max 6 letters. "consulting" has 10 letters.

I found on github : v3 / build / EFA / lib-EFA-Configure / func_mailsettings

line 90, 129, 168, 208 a domain check:

if [[ $DOMAIN =~ ^[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9-]+)*\.[a-z]{2,6}$ ]];
should be replaces ...