Package: gwhois
Version: 20070222
Tags: patch

gwhois currently cannot get whois information for .de domains, because there is something wrong with the types "org" and "pn". The following error appears:

[EMAIL PROTECTED]:~$ whois in-berlin.de
Process query: 'in-berlin.de'
Querying whois.denic.de:43 with whois.

% 55000000007 Request not clearly specified

When these types are omitted, whois information for .de domains is available again.

diff -Naur gwhois.20070222/pattern gwhois/pattern
--- gwhois.20070222/pattern     2007-02-22 11:30:27.000000000 +0100
+++ gwhois/pattern      2007-04-04 14:03:43.000000000 +0200
@@ -372,7 +372,7 @@
 :whois|whois.nic.cz
 \.cz$

-:whois|whois.denic.de|prefix=-T ace,dn,org,pn -C iso-8859-1 |
+:whois|whois.denic.de|prefix=-T ace,dn -C iso-8859-1 |
 \.de$

 :notice||No whois, no domain list. Homepage http://www.adjib.dj/ (last checked 
Sep 2005)
@@ -1114,7 +1114,7 @@
 :whois|whois.aunic.net
 -au$

-:whois|whois.denic.de|prefix=-T ace,dn,org,pn -C iso-8859-1 |
+:whois|whois.denic.de|prefix=-T ace,dn -C iso-8859-1 |
 ^[^.]*-denic$

 :whois|whois.dk-hostmaster.dk


Regards, Chris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to