> exim 4.50, spamassassin 3.0.3 > > I have spamd daemon running and when the message is checked > automatically > it gets BAYES_00 and when I check the same message in debug mode it gets > BAYES_99 which means 6 pts less with default settings. all other > test seem > to get same result. where could be the problem?
Are you running SA with the very same user in both cases? Probably, in the "autatic" mode SA runs as, say, the mail user or something like this. You should probably use something like: su -s /bin/sh -c '/usr/bin/spamassassin -t -D' - THE_SA_USER <MESSAGE_TO_CHECK > > tHanks You welcome. giampaolo