From: Nick Gilbert [mailto:[EMAIL PROTECTED] > > Right. I restarted the box (just in case) and it's now behaving > slightly differently for some reason (no idea why - I've already > restarted the spamd service several times this evening): > > spamc -u nick < spam3.txt now gives: > > * 3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100% > > ...which it never has before.
Removing the '-u vpopmail' from the spamd command line was probably what fixed this. Don't know why it took a reboot to make it take effect... > However I think simscan calls it like this: > > spamc -u [EMAIL PROTECTED] < spam3.txt > > ...which doesn't show any bayes score. Ah... There's the missing piece of information! If "spamc -u nick" works and "spamc -u [EMAIL PROTECTED]" does not, then it looks like you need to fix simscan to just use "nick" for the username when it calls spamc. Bowie