Quoting Jeff_47 <pyt...@finity.org>:
I have an odd situation - it seems like I must be missing something but I
don't know what.
In my local.cf, I had the following lines:
dns_available yes
skip_rbl_checks 0
I noticed that no RBL checks were being run.
If I change dns_available to "test" or comment out the line (same function),
now the RBL checks are run as expected.
In SA v3.3.0:
Commenting out the line results in using the default setting. The
default setting for 'dns_available' is 'test'. Perhaps there is a DNS
issue on your server.
'skip_rbl_checks' is defaulted to '0'. You shouldn't have to include it.
Check out:
http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Conf.html
Can someone clue me in on why "dns_available yes" seems to result in the RBL
checks being skipped? I thought this was the recommended setting.