This ACL reject 3 bl and avoid spamassassin/clamav scanning
code to add for exim.conf 4.6x ACL
drop message = $sender_host_address is blacklisted at $dnslist_domain
hosts = !+relay_hosts
# domains = +use_rbl_domains
!authenticated = *
dnslists = bl.spamcop.net : \
sbl-xbl.spamhaus.org : \
list.dsbl.org
delay = 20s
You are free to choose the place to insert this ACL, i suggest after verify RFC 2821 if you have such a rule.
Modify/comment according your needs.
code to add for exim.conf 4.6x ACL
drop message = $sender_host_address is blacklisted at $dnslist_domain
hosts = !+relay_hosts
# domains = +use_rbl_domains
!authenticated = *
dnslists = bl.spamcop.net : \
sbl-xbl.spamhaus.org : \
list.dsbl.org
delay = 20s
You are free to choose the place to insert this ACL, i suggest after verify RFC 2821 if you have such a rule.
Modify/comment according your needs.