Gili,

> The reason I had "RemoteAddrInNetwork=127.0.0.1" in the root
> processor is because I'm experiencing slow spooling problems
> with the spammer-blacklist

InSpammerBlacklist is really trivial, and just uses:

  InetAddress.getByName(sb.toString());

Feel free to instrument it or write your own test driver.  The question is
going to come down to why java.net.InetAddress.getByName(String) is taking
so long on your system.

MX records are looked up differently.

        --- Noel


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

Reply via email to