| Here's how you might use the lists if you have Exim: | | # Mark it White | warn dnslists = hostkarma.junkemailfilter.com=127.0.0.1 | set acl_c1 = white - dnswl - $sender_fullhost | # Mark it Yellow | warn dnslists = hostkarma.junkemailfilter.com=127.0.0.3 | set acl_c1 = yellow - $sender_fullhost | | # Using the Black List | deny dnslists = hostkarma.junkemailfilter.com=127.0.0.2 | | # Other Blacklists | deny !dnslists = hostkarma.junkemailfilter.com=127.0.0.1,127.0.0.3 | dnslists = sbl-xbl.spamhaus.org/<;$sender_host_address;$sender_address_domain :\ | nomail.rhsbl.sorbs.net/$sender_address_domain : cbl.abuseat.org :\ | list.dsbl.org : web.dnsbl.sorbs.net : socks.dnsbl.sorbs.net :\ | http.dnsbl.sorbs.net
Mark, Since I don't use Exim, do you know how I can implement this to call from SA? QQQQ