Try executing all spamassassin programs as the same user: - To test your spam message from the command line, do this:
sudo -H -u qscand spamassassin < spam.txt - To train your baysean database using sa-learn: sudo -H -u qscand sa-learn --spam ...whatever. Sudo forces these programs to execute as the qscand user. Then what happens? Quinn On Wed, 29 Nov 2006 14:05:31 +0000, Adam Wilbraham wrote: > To follow up on this, the message in question is flagged as spam if i > run it through spamassassin, however if I run it through spamc its not. > spamc is what Qmail Scanner invokes. Is there a separate configuration > for spamc / spamd to spamassassin? I thought not... > > > On Wed, 29 Nov 2006 14:00:13 +0000 > Adam Wilbraham <[EMAIL PROTECTED]> wrote: > >> I've got a bit of an odd situation whereby some obvious spam seems to > <snip> >