DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23923>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23923

Spooling does not deliver mail instantenously

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-10-19 20:11 -------
Not a bug, nor is there a need for enhancement.  First, InSpammerBlacklist is 
instantaneous unless you have a problem accessing the DNS server.  Second, if 
your interest is bypassing that code, you could simply add something like:

  <mailet match="RemoteAddrInNetwork=<local addresses>"
          class="ToProcessor">
    <processor> transport </processor>
  </mailet>

The problem accessing the DNS RBL could be in your network, or it could be one 
of the lists that has been targeted by spammers for DDoS over the past several 
months.

Try doing

  dig 78.9.58.216.<DNS RBL> A

and seeing how long it takes from the command line.  I just manually tested 
the ones I use, and the ones James uses, and they are all fine.

Discussion should be held on the mailing list.

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

Reply via email to