Peter, > I have a relatively stock install of amavisd-new and spamassassin. How can > I enable all the RBL checks. I think this is my main source of spam the > lack of RBL's. I checked an ip of a spam I recently got and it showed up as > "SPAM" in the dnstools spam database checker. I haven't been able to find > any good guides on RBL's and spamassassin on Google. Any help would be > greatly appreciated.
Have you by any chance disabled SA network tests by setting $sa_local_tests_only to 1? It defaults to 0 (network tests not disabled). Running: 'amavisd debug-sa' would tell more details on SA operations. Mark