I did spamassasin -t < msg.1 before and after sa-learn --spam msg.1 but I am getting same result score both the times. Why isn't spamassissin using the spam database that has been created using the sa-learn utility ? I think it should be given significantly high score once it is declared spam. I have fed sa-learn with around 700 spam mails and more than 2000 hams.
And, can anyone please tell me what the following lines mean, the nspam and nham values ( output of spamassassin --lint -D ) debug: Score set 3 chosen. debug: Initialising learner debug: running header regexp tests; score so far=0 debug: running body-text per-line regexp tests; score so far=2.917 debug: bayes corpus size: nspam = 90000, nham = 105403 before sa-learn Content analysis details: (0.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_NUMERIC_HELO Received: contains a numeric HELO 0.1 HTML_FONTCOLOR_BLUE BODY: HTML font color is blue 1.0 HTML_MESSAGE BODY: HTML included in message 1.5 HTML_FONT_BIG BODY: HTML has a big font 0.1 HTML_FONTCOLOR_UNSAFE BODY: HTML font color not in safe 6x6x6 palette 0.3 MIME_HTML_ONLY BODY: Message only has text/html MIME parts -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 1.1 MIME_HTML_ONLY_MULTI Multipart message only has text/html MIME parts after sa-learn Content analysis details: (0.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_NUMERIC_HELO Received: contains a numeric HELO 0.1 HTML_FONTCOLOR_BLUE BODY: HTML font color is blue 1.0 HTML_MESSAGE BODY: HTML included in message 1.5 HTML_FONT_BIG BODY: HTML has a big font 0.1 HTML_FONTCOLOR_UNSAFE BODY: HTML font color not in safe 6x6x6 palette 0.3 MIME_HTML_ONLY BODY: Message only has text/html MIME parts -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 1.1 MIME_HTML_ONLY_MULTI Multipart message only has text/html MIME parts regards, Bikrant Neupane