Hi all,
I finally managed to set up a local DNS cache for spamhaus.org, so I no
need to replace
all references to 'spamhaus.org' with my local domain name 'dnsbl', for
example
check_rbl('zen', 'zen.spamhaus.org.')
should be
check_rbl('zen', 'zen.dnsbl.')
But I don't really want to modify the rule files directly. I think it
would be more elegant to have
some dns redirect option in the configuration (local.cf), for example
something like:
dnsbl_redirect spamhaus.org dnsbl
What do you think?
Or is there already such option?
- Dietmar