View Single Post

  #5 (permalink)  
Old 06-19-2004
Chris Severn
 
Posts: n/a
Default Re: Postfix/spamassassin. Can I score -100 for sasl authorised clients ?

On Fri, 18 Jun 2004 08:52:22 +0200, Henri Schomäcker <hs@byteconcepts.de>
wrote:

>Hi Chris,
>
>I solved this problem by setting the score for SORBS to 0, which kind of
>bypasses this test. I'm sure, there is a more elegant way to get the same
>result, but this works for us and our customers.
>
>To disable these tests only for our authenticated customers wouldn't solve
>the problem for us, because we and our customers also need to receive mail
>from dial-in-gateways because we can't effort that mail from honestly
>interrested potentiel customers will be rejected.
>
>I added this to /etc/mail/spamassassin/local.cf:
>8<----------8<----------8<----------8<----------
>score RCVD_IN_DYNABLOCK 0
>score RCVD_IN_SORBS_MISC 0
>score RCVD_IN_SORBS_HTTP 0
>8<----------8<----------8<----------8<----------
>
>Give it a try,
> yours, Henri
>


Henri,

Yeah, that's probably a good idea. I've noticed that those rules are useful
in detecting real spam though, so zeroing them out will decrease the
performance of the filter noticeably for detecting spam, but it's probably
worth it for the reduction in false positives.

Thanks for the tip.

I'll give it a go.

It's not possible to zero a rule only if another rule is true is it ? For
instance scoring those 3 rules as zero only if the "from" address is from my
domain ? I haven't noticed any problems with these rules apart from our road
warriers.

Chris
Reply With Quote