What should I do in order to see mail with the header autolearn=spam ? I've prepared script which makes my own spams and sends them to my mail server. This server is placed in local net, not in Internet because I'm only testing SpamAssassin. I've sent more than 500 spams, but I didn't see autolearn=spam. How can I do it ?
What do you get from "sa-learn --dump magic" ?
sa-learn --dump magic
0.000 0 3 0 non-token data: bayes db version
0.000 0 3024 0 non-token data: nspam
0.000 0 71265 0 non-token data: nham
0.000 0 159981 0 non-token data: ntokens
0.000 0 1108542958 0 non-token data: oldest atime
0.000 0 1109941082 0 non-token data: newest atime
0.000 0 1109934411 0 non-token data: last journal sync atime
0.000 0 1109925232 0 non-token data: last expiry atime
0.000 0 1382400 0 non-token data: last expire atime delta
0.000 0 8016 0 non-token data: last expire reduction count
You won't see autolearning until both your nspam and nham count exceed the minimum settings from local.cf.
--
Steve