On Sat, 4 Jul 2009 20:55:12 +0200 Michelle Konzack <linux4miche...@tamay-dogan.net> wrote:
> Am 2009-07-04 13:12:07, schrieb RW: > > So what happens if you don't remove it, what error do you get when > > you run sa-learn?# > > If I do not remove it beforre "sa-learn --spam", I get an negative > AWL score. > > If I remove it, and run "sa-learn --spam" again, AWL is not > mentiioned. If you're interested, what I've done is add the following to my local.cf: tflags BAYES_00 noautolearn nice learn tflags BAYES_05 noautolearn nice learn tflags BAYES_20 noautolearn nice learn tflags BAYES_40 noautolearn nice learn tflags BAYES_50 noautolearn learn tflags BAYES_60 noautolearn learn tflags BAYES_80 noautolearn learn tflags BAYES_95 noautolearn learn tflags BAYES_99 noautolearn learn This should completely decouple BAYES and AWL, and so remove the lag between learning and full-scoring (i.e. no more deleting AWL entries before sa-learn). *NOTE* that it does require a one-off reset of the AWL database to avoid weird AWL scores.