Message from discussion
Quarantine status of .NL domains not detected
Received: by 10.90.113.18 with SMTP id l18mr3344622agc.8.1282734101956;
Wed, 25 Aug 2010 04:01:41 -0700 (PDT)
X-BeenThere: ruby-whois@googlegroups.com
Received: by 10.91.63.32 with SMTP id q32ls42647agk.1.p; Wed, 25 Aug 2010
04:00:57 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.91.42.38 with SMTP id u38mr1611436agj.50.1282734057346; Wed,
25 Aug 2010 04:00:57 -0700 (PDT)
Received: by y11g2000yqm.googlegroups.com with HTTP; Wed, 25 Aug 2010 04:00:57
-0700 (PDT)
Date: Wed, 25 Aug 2010 04:00:57 -0700 (PDT)
In-Reply-To: <AANLkTi=psq-QX0gCx6=2Z9CdqdC9=_BoeBM8HuFKn2Hq@mail.gmail.com>
X-IP: 80.109.33.48
References: <54b75849-b740-44de-82ae-2154990d179e@j8g2000yqd.googlegroups.com>
<e92aec0d-dd2d-47aa-ac2f-2257fd676972@v41g2000yqv.googlegroups.com> <AANLkTi=psq-QX0gCx6=2Z9CdqdC9=_BoeBM8HuFKn2Hq@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8)
Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729),gzip(gfe)
Message-ID: <7efd8198-6661-4215-98cf-3071861c25a2@y11g2000yqm.googlegroups.com>
Subject: Re: Quarantine status of .NL domains not detected
From: groe <mailtog...@gmail.com>
To: Ruby Whois <ruby-whois@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi Simone,
thank you very much for your response!
Actually I don=B4t even need to separate between status "registered" and
"quarantine" in my application, so your partial fix sounds very good
to me :)
Let me know if I can help you any further.
Regards,
Benjamin
On Aug 25, 12:00=A0pm, Simone Carletti <wep...@weppos.net> wrote:
> Hello Benjamin,
>
> Thank you very much for your report. This is definitely a parser issue th=
at
> needs to be fixed.
> Unfortunately, each registry has its own domain statuses and dealing with
> all of them is a real pain.
>
> I searched for more information about the Quarantine Status and I created=
a
> ticket to implement the feature.http://github.com/weppos/whois/issues/iss=
ue/33
>
> This issue also fall into the case ofhttp://github.com/weppos/whois/issue=
s/issue/2
>
> Unfortunately, this is a quite large ticket to add and at the moment I do=
n't
> have much time to work on it.
> However, the good news is that I can implement a partial fix as I did for
> other parsers.
>
> After the changes:
>
> =A0 =A01. a call to #status will return one of the following symbols:
> =A0 =A0registered, available, quarantine
> =A0 =A02. a call to #registered? for a quarantine or registered domain wi=
ll
> =A0 =A0return true, false otherwise
> =A0 =A03. a call to #available? for a quarantine or registered domain wil=
l
> =A0 =A0return false, true otherwise
>
> Let me know if it sounds good for you.
>
> -- Simone
>
>
>
> On Wed, Aug 25, 2010 at 11:16 AM, groe <mailtog...@gmail.com> wrote:
> > Oh, I forgot. I am using Ruby 1.8.7, whois 1.3.0 via gem in Ubuntu
> > x64.
>
> > Regards,
> > Benjamin
>
> > On Aug 25, 10:54 am, groe <mailtog...@gmail.com> wrote:
> > > Hello,
>
> > > I noticed that Ruby-Whois detected lots of .NL-domains as "available"
> > > that actually are not. Example:
>
> > > whoistest.rb:
> > > =A0 require "rubygems"
> > > =A0 require "whois"
>
> > > =A0 whoisClient =3D Whois::Client.new(:timeout =3D> 60)
> > > =A0 whois =3D whoisClient.query("martijn-webdesign.nl")
>
> > > =A0 puts whois
> > > =A0 puts whois.registered? ? "registered" : "not registered"
> > > =A0 puts whois.available? ? "available" : "not available"
>
> > > Result:
> > > =A0 Domain name: martijn-webdesign.nl
> > > =A0 Status: =A0 =A0 =A0in quarantine
>
> > > =A0 Last registrar:
> > > =A0 =A0 =A0Fastware B.V.
> > > =A0 =A0 =A0Auvergnestraat 4
> > > =A0 =A0 =A04611LN BERGEN OP ZOOM
> > > =A0 =A0 =A0Netherlands
>
> > > =A0 Date out of quarantine: 2010-10-02
>
> > > =A0 Record maintained: NL Domain Registry
>
> > > =A0 Copyright notice
> > > =A0 [...]
> > > =A0 not registered
> > > =A0 available
>
> > > Maybe it=B4s a bug of the .NL-Parser?
>
> > > Since I am using Ruby-Whois in a production environment, I would
> > > really appreciate your help!
>
> > > Regards,
> > > Benjamin
>
> --
> Simone Carletti
> Application Developer
>
> Site & Blog:http://www.simonecarletti.com
> Email: wep...@weppos.net
> LinkedIn:http://linkedin.com/in/weppos