Ok, in my exim configuration (when editted via WHM) I've got the following:
This is right under:
I've changed nothing other than the part listed above. I'm still getting spam that's received from relays listed on the blacklists (according to spam assassin).
Any idea what I'm missing?
Code:
# Check sending hosts against DNS black lists.
# Reject message if address listed in blacklist.
deny message = rejected because $sender_host_address is blacklisted at $dnslist_domain\n $dnslist_text
dnslists = sbl.spamhaus.org :\
relays.ordb.org :\
list.dsbl.org :\
bl.spamcop.net :\
list.dsbl.org :\
dnsbl.njabl.org :\
dnsbl.sorbs.net :\
opm.blitzed.org
deny local_parts = ^.*[@%!/|] : ^\\.
message = I've never seen @, %, !, /, or | in an e-mail. Neither should you.
accept local_parts = postmaster
domains = +local_domains
require verify = sender
Code:
#!!# ACL that is used after the DATA command
check_message:
require verify = header_sender
accept
Any idea what I'm missing?