Hi all,
I have an ACL setup as follows:
In main I have:
domainlist envdomain_disable_callback = CONFDIR/noenvcallbackdomains
And in acl_check_rcpt: I have...
deny
message = X-Warning: $sender_host_address is listed at $dnslist_domain
($dnslist_value: $dnslist_text)
log_message = IP_DNSBLS $sender_host_address is listed at
$dnslist_domain ($dnslist_value: $dnslist_text)
dnslists = CHECK_RCPT_IP_DNSBLS
!sender_domains = +envdomain_disable_callback
But the !sender_domains line does not seem to work?
How can I keep the deny from happening if the domain is whitelisted in
the noenvcallbackdomains file?
regards, Joseph