> I got James' DNS list to exclude the (bad) VPN DNS server, but > InSpammerBlacklist uses InetAddress.getByName() which ignores > this list. I need to be able to tell InSpammerBlacklist and > other mailets to exclude this bad DNS.
See: http://java.sun.com/j2se/1.4/docs/guide/net/properties.html Specifically, set the "sun.net.spi.nameservice.nameservers" property. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
