> it appears to me that the InSpammerBlacklist matcher is matching
> all the time, regardless of address.

Which version of James?

> I've added logging to my InSpammerBlacklist matcher and recompiled
> and I see this in the log:

> InSpammerBlacklist: Looking up...'67.35.205.24.blackholes.mail-abuse.org'
> InSpammerBlacklist: Host exists

Add something to display the IP address.  That could be helpful.  Also, what
are the DNS servers listed in the DNS server log?

FWIW, http://www.openrbl.org/ip/24/205/35/67.htm shows a single entry for
24.205.35.67, but not where you should've been looking.  I checked it this
way to test:

$ /usr/local/java/bin/java -cp dnsjava-1.3.2.jar dig 67.35.205.24.njabl.org
A
; java dig 0.0
;; ->>HEADER<<- opcode: STATUS, status: NXDOMAIN, id: 7014
;; flags: qr rd ra ; qd: 1 an: 0 au: 1 ad: 0
;; QUESTIONS:
;;      67.35.205.24.njabl.org., type = A, class = IN

(likewise for ordb and osirusoft), which exercises dnsjava's core code for
testing.  As you can see, we got the desired NXDOMAIN.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to