Hi,
Has anyone enabled RBL checking against the URLs mentioned in the *body* of the received emails, and not just the "sender_header"?
I am on cPanel 10.0.0-R161, and my Exim config has this:
Thanks for any ideas!
CM
Has anyone enabled RBL checking against the URLs mentioned in the *body* of the received emails, and not just the "sender_header"?
I am on cPanel 10.0.0-R161, and my Exim config has this:
Just as an added note, I do have spamassassin enabled, but afaik, any spamassassin setting will be at the "user_prefs" level, while I want to setup RBL check up for my entire WHM domain and its reseller accounts.deny !sender_domains = lsearch;/etc/localdomains
!hosts = +relay_hosts
message = rejected because the sending host $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
dnslists = rhsbl.ahbl.org/$sender_address_domain : \
list.dsbl.org : \
dnsbl.ahbl.org : \
dnsbl.njabl.org : \
bl.spamcop.net : \
sbl-xbl.spamhaus.org : \
relays.ordb.org
Thanks for any ideas!
CM