On Sat, 21 Apr 2012 14:27:42 +0200 Marcin Mirosław wrote: > >>>> i've notice when i set use_bayes 0 then spamc -C report stops to > >>>> work. I've got in log: spamd: Can't call method "learn" on an > >>>> undefined value > >>> > >>> bayes_learn_during_report 0 > >> > >> Hi darxus, > >> thanks for reply. It solves my problem in half. I'd like to > >> completly turn off bayes. > > > > Why does it only half solve your problem? > > Because option bayes_learn_during_report turns off bayes for reported > messages but still bayes is used for classify incoming messages.
That's what use_bayes 0 is for. Unless you really have to, turning-off Bayes is a bad idea. The FP rate is much higher without it.