Have you tried

spamassassin -D --lint

Also see if you have all necessary plugins uncommented/perl dependencies.

Regards
Alex



On 29/03/2010 19:16, George Alexander wrote:
I recently moved my mailserver from an old qmailtoaster install to the newest (as of right now). The only things that stayed from the old server were the contents of /home/vpopmail/domains/mydomain.tld The server is setup on CentOS 5.4 64bit from scratch following the guide on the wiki.

We're still getting email, and everything is working fine on the new server, except some spam keeps coming in. Normally I would now go adjust scores in 50_scores.cf <http://50_scores.cf> to ensure it doesn't come in anymore, but there are no spam headers on the email for me to look at the tests that the spam passed. What do I need to do to make sure they're there?

Here's my /etc/tcprules.d/tcp.smtp

    
127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
    
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"


Here's my /etc/mail/spamassassin/local.cf <http://local.cf>

    ok_locales all
    skip_rbl_checks 1

    required_score 5
    report_safe 0
    rewrite_header Subject ***SPAM***

    use_pyzor 1

    use_auto_whitelist 1

    use_bayes 1
    use_bayes_rules 1
    bayes_auto_learn 1


Anybody else have any ideas? thanks


Reply via email to