Hello,
I am running the Spamd Daemon version 3.2.5 on my Linux web and mail server
and in general it works well. From time to time (somewhere in between 1-10%
of all emails) spam passes the filter - but not because spamassassin decides
that it is ham but because the email never gets processed by spamassassin
(the header shows no X-Spam at all).

This is how I pass the emails to spamassassin:
I am running qmail and each user has a identical .qmail file:

# more .qmail
|preline /usr/bin/procmail -m .procmailrc

The .procmailrc looks like this:

# more .procmailrc
LOGFILE=procmail.log
HOME=[... this folder]
MAILDIR=$HOME/Maildir

:0fw
|spamc

:0
* ^X-Spam-Flag: YES
$HOME/junk

:0 w
| /usr/bin/deliverquota $MAILDIR

As I mentioned before everything works fine in 90+% of all incoming mails.
Any hints on what might happen to the emails that simply get passed along
unchecked? Could it be that if the server is busy processing other email he
skips a few?
Any hints are welcome, thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/Some-emails-pass-spamassassin-unprocessed-tp22119041p22119041.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to