Bill Landry wrote:
----- Original Message ----- From: "Marc Perkel" <[EMAIL PROTECTED]>
qqqq wrote:
| 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
I added some SA rules thanks to Bill.
http://wiki.ctyme.com/index.php/Spam_DNS_Lists#Spam_Assassin_Examples
Marc, since the two rules you added to your website are still set with
"eval:check_rbl_sub" (note: sub), the two rules you added will not
work without the primary site location rule:
header __RCVD_IN_JMFILTER eval:check_rbl('JMFILTER',
'hostkarma.junkemailfilter.com.')
describe __RCVD_IN_JMFILTER Sender listed in JMFILTER
tflags __RCVD_IN_JMFILTER net
Without this, how is SA supposed to know what site to run its RBL
check against (hostkarma.junkemailfilter.com)?
Bill
Whoops - fixed!