John D. Maag wrote: > Ok, If I put preferences in the user_prefs file in $HOME/.spamassassin, do I > call the file the same thing in /etc/mail/spamassassin? >
Short answer: No. SA reads /etc/mail/spamassassin/*.cf. It will not read user_prefs from this directory. Most people use local.cf if they only have one local site-wide options file. Details: SA parses the following files, in order: /etc/mail/spamassassin/*.pre (sa 3.0+ only, for loadplugin statements) /usr/share/spamassassin/*.cf (default rules) /etc/mail/spamassassin/*.cf (local site-wide rules and options) ~/.spamassassin/user_prefs (user preferences)