On Thu, 26 Mar 2009 18:15:01 -0700 (PDT), asimsinan <yuksel.asim.si...@gmail.com> wrote: > > I ran spamc a couple of times. It sometimes gives different scores for > same > email. Sometimes it gives higher than 5,sometime lower. What can be wrong? > -- > View this message in context: > http://www.nabble.com/Spamc-giving-different-scores-tp22734449p22734449.html > Sent from the SpamAssassin - Users mailing list archive at Nabble.com.
Pipe the email through SpamAssassin on the command line using the command below: spamassassin -Dt < /path/to/email You can then see the full output and what checks are hitting and missing and what the scores are. Andrew