List Info

Thread: Broken tests ?




Broken tests ?
user name
2006-12-31 01:11:23
Hi!

Was just checking some additions for the bogus mx list:

[rootfrontend hosts]# dig mx free-hearts.com

; <<>> DiG 9.2.4 <<>> mx
free-hearts.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR,
id: 35954
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2,
ADDITIONAL: 0

;; QUESTION SECTION:
;free-hearts.com.               IN      MX

;; ANSWER SECTION:
free-hearts.com.        160562  IN      MX      20
mail.xyz.xyz.

;; AUTHORITY SECTION:
free-hearts.com.        92395   IN      NS     
ns3.onlinenic.net.
free-hearts.com.        92395   IN      NS     
ns2.onlinenic.net.

;; Query time: 0 msec
;; SERVER: 213.132.211.160#53(213.132.211.160)
;; WHEN: Sun Dec 31 02:11:19 2006
;; MSG SIZE  rcvd: 110

[rootfrontend hosts]# dig mail.xyz.xyz

; <<>> DiG 9.2.4 <<>> mail.xyz.xyz
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN,
id: 23084
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1,
ADDITIONAL: 0

;; QUESTION SECTION:
;mail.xyz.xyz.                  IN      A

;; AUTHORITY SECTION:
.                       5697    IN      SOA    
A.ROOT-SERVERS.NET. 
NSTLD.VERISIGN-GRS.COM. 2006123000 1800 900 604800 86400

;; Query time: 0 msec
;; SERVER: 213.132.211.160#53(213.132.211.160)
;; WHEN: Sun Dec 31 02:11:24 2006
;; MSG SIZE  rcvd: 105

[rootfrontend hosts]# nslookup mail.xyz.xyz.
Server:         213.132.211.160
Address:        213.132.211.160#53

** server can't find mail.xyz.xyz: NXDOMAIN

Why is this listing denied? Seems pretty much like crap...

Another one:

[rootfrontend hosts]# dig mx akademo.net

; <<>> DiG 9.2.4 <<>> mx akademo.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR,
id: 40081
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2,
ADDITIONAL: 3

;; QUESTION SECTION:
;akademo.net.                   IN      MX

;; ANSWER SECTION:
akademo.net.            3600    IN      MX      10
localhost.

;; AUTHORITY SECTION:
akademo.net.            172800  IN      NS     
park2.dnsmadeeasy.com.
akademo.net.            172800  IN      NS     
park1.dnsmadeeasy.com.

;; ADDITIONAL SECTION:
localhost.              86400   IN      A       127.0.0.1
park1.dnsmadeeasy.com.  86400   IN      A      
63.219.151.10
park2.dnsmadeeasy.com.  86400   IN      A      
63.219.151.11

Am i looking to strickt or is the submission script broken?

Bye,
Raymond.
_______________________________________________
RFCI-Discuss mailing list
RFCI-Discusslists.megacity.org
http://lists.megacity.org/mailman/listinfo/rfci-discuss
Broken tests ?
user name
2006-12-31 02:39:49
If we were to describe it, it'd meet what we've been calling
 
"bogusns", although the system doesn't account for
it at the moment  
(and probably can't, easily).

If you ask ns[23].onlinenic.net for the authoritative NS set
(so that  
you can see if its a subdelegated domain), you get:

$ dig ns3.onlinenic.net free-hearts.com ns

; <<>> DiG 9.3.2 <<>> ns3.onlinenic.net free-hearts.com ns
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR,
id: 15869
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1,
ADDITIONAL: 0

;; QUESTION SECTION:
;free-hearts.com.               IN      NS

;; AUTHORITY SECTION:
.                       1       IN      SOA     .  
abuse.opticaljungle.com. 1997022700 28800 14400 3600000 1

;; Query time: 433 msec
;; SERVER: 67.15.254.70#53(67.15.254.70)
;; WHEN: Sat Dec 30 21:38:07 2006
;; MSG SIZE  rcvd: 87

... a whole lot of nothing.

So there doesn't appear to be any "authoritative"
NS servers for free- 
hearts.com, so it never gets as far as the MX record.

cheers,
D



On Dec 30, 2006, at 8:11 PM, Raymond Dijkxhoorn wrote:

> Hi!
>
> Was just checking some additions for the bogus mx list:
>
> [rootfrontend hosts]# dig mx free-hearts.com
>
> ; <<>> DiG 9.2.4 <<>> mx
free-hearts.com
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status:
NOERROR, id: 35954
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2,
ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;free-hearts.com.               IN      MX
>
> ;; ANSWER SECTION:
> free-hearts.com.        160562  IN      MX      20
mail.xyz.xyz.
>
> ;; AUTHORITY SECTION:
> free-hearts.com.        92395   IN      NS     
ns3.onlinenic.net.
> free-hearts.com.        92395   IN      NS     
ns2.onlinenic.net.
>
> ;; Query time: 0 msec
> ;; SERVER: 213.132.211.160#53(213.132.211.160)
> ;; WHEN: Sun Dec 31 02:11:19 2006
> ;; MSG SIZE  rcvd: 110
>
> [rootfrontend hosts]# dig mail.xyz.xyz
>
> ; <<>> DiG 9.2.4 <<>>
mail.xyz.xyz
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status:
NXDOMAIN, id: 23084
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1,
ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;mail.xyz.xyz.                  IN      A
>
> ;; AUTHORITY SECTION:
> .                       5697    IN      SOA    
A.ROOT-SERVERS.NET.  
> NSTLD.VERISIGN-GRS.COM. 2006123000 1800 900 604800
86400
>
> ;; Query time: 0 msec
> ;; SERVER: 213.132.211.160#53(213.132.211.160)
> ;; WHEN: Sun Dec 31 02:11:24 2006
> ;; MSG SIZE  rcvd: 105
>
> [rootfrontend hosts]# nslookup mail.xyz.xyz.
> Server:         213.132.211.160
> Address:        213.132.211.160#53
>
> ** server can't find mail.xyz.xyz: NXDOMAIN
>
> Why is this listing denied? Seems pretty much like
crap...
>
> Another one:
>
> [rootfrontend hosts]# dig mx akademo.net
>
> ; <<>> DiG 9.2.4 <<>> mx
akademo.net
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status:
NOERROR, id: 40081
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2,
ADDITIONAL: 3
>
> ;; QUESTION SECTION:
> ;akademo.net.                   IN      MX
>
> ;; ANSWER SECTION:
> akademo.net.            3600    IN      MX      10
localhost.
>
> ;; AUTHORITY SECTION:
> akademo.net.            172800  IN      NS     
park2.dnsmadeeasy.com.
> akademo.net.            172800  IN      NS     
park1.dnsmadeeasy.com.
>
> ;; ADDITIONAL SECTION:
> localhost.              86400   IN      A      
127.0.0.1
> park1.dnsmadeeasy.com.  86400   IN      A      
63.219.151.10
> park2.dnsmadeeasy.com.  86400   IN      A      
63.219.151.11
>
> Am i looking to strickt or is the submission script
broken?
>
> Bye,
> Raymond.
> _______________________________________________
> RFCI-Discuss mailing list
> RFCI-Discusslists.megacity.org
> http://lists.megacity.org/mailman/listinfo/rfci-discuss

_______________________________________________
RFCI-Discuss mailing list
RFCI-Discusslists.megacity.org
http://lists.megacity.org/mailman/listinfo/rfci-discuss
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )