I'm using SA 3.0.2 with postfix and amavisd. (so no spamd is running)
A message came in that was not spam that got blocked. I took it to sa-learn and learned it as ham.
I want to take the message now and re-score it to see how it holds up. What is the best way of accomplishing this?
pipe it through the spamassassin command line:
spamassassin <message.txt
Optionaly you can add the -t parameter to force SA to generate a spam report, even if it's below the threshold (helpful to see all the rules).
Note: Make sure that sa-learn and spamassassin are being run as the same user than amavis will access spamassassin as. Otherwise you might be using a different bayes database (They default to being in $HOME)