Gene Heskett wrote: > On Friday 09 December 2005 05:35, Martin Hepworth wrote: > >>Gene >> >>By default the RDJ script will put it's updates in >>/etc/mail/spamassasin/ >> > > But, since all this is running as root, I just changed the config to > put them in /root/.spamassassin, moved copies > from /etc/mail/spamassasin that it may have been updateing & then > re-ran rdj, which did update 1 rule for a change. Remembering the the > anitdrug.cf was deprecated, I removed all of them. > > We'll see how it works now.
It won't work at all that way. SpamAssassin will NOT parse .cf files out of ~/.spamassassin/ It will ONLY parse user_prefs from that location. To install whole .cf files, you need to put them in your site config dir. For most of us, this is /etc/mail/spamassassin, but for some it's /etc/spamassassin. (When in doubt, run spamassassin --lint -D and the top of the debug out will tell you.)