We recently made some changes server side to improve lookup speeds.
Unforutnately, this also means that we're not checking syntax on lookups
quite properly (i.e. if you lookup www.tucows.com, it will return available,
even though tucows.com is taken).

To prevent this from causing problems client side, you can alter the
XML_Client.pm like so (this is the latest version, your line numbers may
vary)

client/lib/opensrs/XML_Client.pm
871c871
<     } elsif ($domain !~
/^[a-zA-Z0-9][.a-zA-Z0-9\-]*[a-zA-Z0-9]$OPENSRS_TLDS_REGEX$/) {
---
>     } elsif ($domain !~
/^[a-zA-Z0-9][.a-zA-Z0-9\-]*[a-zA-Z0-9]\.name$|^[a-zA-Z0-9][a-zA-Z0-9\-]{1,}
$OPENSRS_TLDS_REGEX$/)
{

Charles Daminato
OpenSRS Product Manager
Tucows Inc. - [EMAIL PROTECTED]

Reply via email to