Unfortunately...

The way RRP is written the ONLY way we can determine the status of a
domain (i.e. if it will get a 552 error) is to attempt a transfer.  We
cannot get authoritative information from the RRP as we do not have
Registrar control of the domain, so we can't find out if it's 60 days old
or not (in real time).

Sucks eh?

David Harris wrote:
> 
> You shouldn't be able to transfer a domain within the first 60 days of
> registration.
> 
> OpenSRS has a feature in their API called check_transfer which should check
> this among other things.
> 
> I've been unable to get check_transfer to tell me that the domain can't be
> transferred with domains less than 60 days old.
> 
> Here is what I get when I lookup saraband.net (Record created 2000-07-06
> 18:10:26 MET by CORE-11):
> 
> }} $VAR1 = {
> }}           'success' => 1,
> }}           'request' => {
> }}                          'domain' => 'saraband.net',
> }}                          'affiliate_id' => undef
> }}                        },
> }}           'reply' => {
> }}                        'reason' => '',
> }}                        '_response_code' => 200,
> }}                        '_response_text' => 'Query successful',
> }}                        'transferrable' => 1,
> }}                        '_is_success' => 1
> }}                      },
> }}         };
> 
> Here is what I get when I check zulassung.org (Record created on 12-Aug-2000):
> 
> }} $VAR1 = {
> }}           'success' => 1,
> }}           'request' => {
> }}                          'domain' => 'zulassung.org',
> }}                          'affiliate_id' => undef
> }}                        },
> }}           'reply' => {
> }}                        'reason' => '',
> }}                        '_response_code' => 200,
> }}                        '_response_text' => 'Query successful',
> }}                        'transferrable' => 1,
> }}                        '_is_success' => 1
> }}                      },
> }}         };
> 
> Anybody know what's up here?
> 
> David Harris
> President, DRH Internet Inc.
> [EMAIL PROTECTED]
> http://www.drh.net/

-- 

Charles Daminato
OpenSRS Support Manager
[EMAIL PROTECTED]

Reply via email to