You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Joe Zitnik <JZ...@hfcc.net> on 2004/12/20 16:51:20 UTC

Spam processing errors

I know I saw this in a previous thread, but for the life of me I can not
find it.  I saw some postings where people were reporting that SA was
only processing every other e-mail, or not processing all e-mail.  Was
this the correct list, and if so, can someone point me to the problem
and solution, AND most importantly: Happy Holidays to all on the list.

Re: Spam processing errors

Posted by jdow <jd...@earthlink.net>.
From: "Joe Zitnik" <JZ...@hfcc.net>

> I know I saw this in a previous thread, but for the life of me I can not
> find it.  I saw some postings where people were reporting that SA was
> only processing every other e-mail, or not processing all e-mail.  Was
> this the correct list, and if so, can someone point me to the problem
> and solution, AND most importantly: Happy Holidays to all on the list.

If your SpamAssassin daemon runs with the "--max-conn-per-child=N" flag
edit it so that it does not. That caused me to have email leak through
the system without SpamAssassin doing anything about it.

(Also edit your "/etc/init.d/spamassassin" script to place a 5 second or
so sleep between the stop and start for the "restart:" case. That way any
old spamd still processing email will have time to terminate before you
try to run it again. I discovered this can be a race condition with the
new spamd trying to use the still in use socket.)

{^_^}