Tim Macrina wrote: > I'm pretty new to SA but my local.cf has the following entries > > skip_rbl_checks 0 > use_razor2 0 > use_dcc 0 > use_pyzor 0 > > I believe this means that I am not using any of the checks. Are these > features that need to be installed? Are there others I should > use in addition/instead of? > Thanks
Actually, that only means that razor, dcc and pyzor are disabled. All three are add-on packages that need separate installation, and you'd have to set those to 1 instead of 0. The "skip_rbl_checks" would only turn off normal RBLs if set to 1. However, none of this tells you anything about URI blacklists. For that you need to have a relatively recent version of Net::DNS installed. Try running spamassassin --lint -D and see if it complains about DNS being unavailable, or too old to support URIBLs. Also make sure you have an init.pre file in your /etc/mail/spamassassin. The normal tarball will install this, but several distribution packages screwed up and left this important file out. If it's missing, download the tarball from the spamassassin website and copy init.pre out of it.