OT: Re: [Mimedefang] What controls which RBL's are tested and in what order?

Ben Kelly ben.kelly at ieee.org
Fri Apr 9 15:54:02 EDT 2004


Kevin A. McGrail wrote:
> MIMEDefang does not use RBLs.

I believe you can use relay_is_blacklisted() in your filter to check an 
RBL.  From the mimedefang-filter(5) man page:

     if (relay_is_blacklisted($RelayAddr, "inputs.orbs.org")) {
         action_add_header("X-Blacklist-Warning",
         "Relay $RelayAddr is blacklisted by ORBS");
     }

> Regards,
> KAM

- Ben



More information about the MIMEDefang mailing list