On 5/12/2009 4:32 PM, Marc Perkel wrote:
I'm not using your plugin yet but using it from Exim instead and it's working well. Lots of hist. I suppose we'll find out if there's any false positives.

Here's how you do it in Exim

set acl_c_from_address = ${lc:${address:$h_From:}}
set acl_c_from_address_hash = ${md5:$acl_c_from_address}
dnslists = listed.emailbl.me/$acl_c_from_address_hash

And you do the same with the reply-to

your idea is a has a MASSIVE drawback.
It queries the mailbl for EVERY address - the plugin does it selectively... so I dare suggest you remove the ACL and don't kill the mirrors :-)

Reply via email to