On 23/02/2008 9:46 AM, Mike wrote: > A clue perhaps is that for some reason the default config file > /etc/mail/spamassassin/local.cf is being read despite the use of -C. (I > know this since it has custom rules not present in the config I am using > to test the mysql userprefs).
I'd resolve the that issue first. Things will be easier to troubleshoot once you have it reading the config files that you want it to. :) -C (--configpath) is not the equivalent of --siteconfigpath (which controls where to read your local.cf, etc. files from). -C sets the path for the default rules. Daryl