The Doctor wrote:
> 
> Next?
> 

My honest suggestion?

Stop everything, and take a step back. Read, think about the options, then act.

First, Fix your setup as Andy Jezerski suggested. Have ONE and only ONE call to
spamassassin. You've got 3 right now. Two milters and a procmail call. That's
VERY bad news, and will greatly complicate configuration, testing and debugging.

Pick ONE of the following:
        smf-spamd
        milter-spamc
        procmailrc call to spamc

And ditch the other two. With all three of them in place, that's 3 tools you
have to configure, and if any one of them isn't set up right you'll have
problems. Reducing it to one tool, one call, will make your life easier.

Second, I would personally just get rid of your local.cf and start over. At the
very minimum get rid of every "score" statement you've added in there.

You've been raising rule scores all over the place, which wound up causing FP
problems. Then you raised your threshold to counteract the FP problems your
modified scores caused. Bad news. You're getting into an arms race with 
yourself.

Third, once you've picked one of the methods of calling SpamAssassin (instead of
three) configure that tool to bypass SA calls. If you decide to keep
milter-spamc, I'd suggest using Andy's suggestion of a /etc/mail/access 
statement.

        Milter-Spamc-From:[EMAIL PROTECTED]    OK


Reply via email to