Hey there,

I am using Debian Wheezy here (therefore, Exim + Dovecot for e-mail),
and I am still deciding how to run SpamAssassin.  I am divided between
running it by directly calling spamassassin, or by running spamd and
calling spamc.  Both methods are going to be used via my .procmailrc.

Well, but so far I have been testing spamd + spamc because it is the
Debian recommended way.  I still haven't enabled it via .procmailrc, and
just did tests by calling spamc via CLI.  However, I am seeing a strange
behavior when I try to feed spamd with a false-negative message.  Here's
what I am doing:

  #> spamc -c < spam.file
  0.0/5.0
  #> spamc -L spam < spam.file
  (successful message saying that the spam was learned)
  #> spamc -c < spam.file
  0.0/5.0

I have already updated my Bayesian database, restarted the spamd
service, etc.  I was expecting that I'd get a high rate after feeding
the spam to SpamAssassin, but that's not happening.  Any suggestions?

I am running spamd with the following options:

  --create-prefs --max-children 5 --helper-home-dir --allow-tell

And the version I am using is:

  SpamAssassin version 3.3.2
    running on Perl version 5.14.2

Comments and suggestions are appreciated.  Thanks!

-- 
Sergio

Reply via email to