Michael wrote:
Thats the thing it always says autolearn=no. Even though the options are
set in local.cf. There is one thing i had to do. I removed -a option
when spamd is starting because it could start with -a option givin me
error that "-a has been removed and i should look for use_auto_whitelist
configuration instead". I didnt know what to do so like i said i removed
the -a and its tsrting fine now. Any thoughts on this ??
Autolearn=no just means it did not autolearn that one particular
message..not that the autolearner is not working. There are many things
that have to happen for the autolearn to happen.
Check
http://wiki.apache.org/spamassassin/AutolearningNotWorking?highlight=%28autolearn%29
For more information about this. Also note (which the wiki doesnt seem
to mention much about) that the autolearn thresholds affect this as
well. I forget what the defaults are, but i've altered mine as such:
bayes_auto_learn_threshold_nonspam -0.1
bayes_auto_learn_threshold_spam 10.0
in my local.cf
I would suggest NOT using the default thresholds as they tend to be a
little out of wack causing things to be autolearned when they really
shouldnt be.
-Jim