Tux Techie wrote:
>
>
>     hi,
>      
>     I'm new to linux and Need help in configuring spamassassin on my
>     mail server,I'm using spamassassin-3.2.4-1.el4.1 on CentOS4 with
>     sendmail-8.13.1-3.3.el4
>      
>     This is my local.cf <http://local.cf/>
>

>     bayes_ignore_header X-Spam-Flag
>     bayes_ignore_header X-Spam-Status
>

These will be dealt with automatically, no need to ignore them.

>     bayes_ignore_header X-Spam-Flag
>     bayes_ignore_header X-Spam-Status
>

Still no need to ignore them...  :)

You have quite a bit of stuff in your local.cf.  Did you add all of this
yourself, or did you inherit the current setup?

>     This is my /etc/procmailrc
>      
>     DROPPRIVS=yes
>     :0fw
>     | /usr/bin/spamc
>     :0
>     * ^X-Spam-Status: Yes
>     /dev/null
>

Don't know that I would delete all spam.  You would probably be better
off matching on the "X-Spam-Level" header and dropping based on a higher
score.  You can deliver the rest of the spam either to the inbox (you
already put a marker on the subject line), or to a junkmail folder. 
I'll let a procmail guru supply the recipe for that.

>      The main problem which i'm facing is false positives SA is
>     marking my geniune mails as spams from gmail.com
>     <http://gmail.com/> and yahoo.co.in <http://yahoo.co.in/> accounts
>     and many of spams are not caught by SA,
>      
>     Please help me in tuning SA
>

Post an example or two (with full headers) on www.pastebin.com and give
us the links.  Once we can see what rules SA is hitting on (and not
hitting on), we may be able to give you some suggestions.

-- 
Bowie

Reply via email to