Hi guys,

I have postfix set up with greylisting and a few RBL checks, and
amavisd-new-2.4.2 and spamassassin-3.1.7 on Debian Etch.  The box was
running Sarge with amavisd-new-2.3 (from experimental repo) before, and
I upgraded via apt-get distupgrade.   All is working very well and I'm
getting *no* spam, except for these "Nigerian scam" mails, which never
used to get through before.  My config hasn't changed with regards to
the spamassassin settings.

Here is a header:

X-Spam-Status: No, score=3.017 tagged_above=-100 required=6.31
        tests=[ADVANCE_FEE_1=0, ADVANCE_FEE_2=0.647,
FORGED_YAHOO_RCVD=0.928,
        MAILTO_TO_SPAM_ADDR=0.276, SUBJ_ALL_CAPS=1.166]

At the moment I'm only having amavisd-new write it's output to the
headers, so that I can monitor the accuracy.  In my config files I have
the following:

$sa_local_tests_only = 0;
$sa_auto_whitelist = 1;  
$sa_tag_level_deflt  = -100;
$sa_tag2_level_deflt = 6.31;
$sa_kill_level_deflt = 100;
$sa_dsn_cutoff_level = 150;
$sa_spam_modifies_subj = 0;
$sa_spam_report_header = 1;

local.cf for spamassassin (pretty much the default, I just changed the
bayes path):

rewrite_subject 0
use_terse_report 0
report_header 1
defang_mime 0
bayes_path /var/lib/amavis/.spamassassin/bayes
use_bayes 1
auto_learn 1
skip_rbl_checks 0
use_razor2 1
use_dcc 1
dcc_add_header 1
use_pyzor 1
dns_available yes
detailed_phrase_score 1

Let me know if there's any other useful info I can provide.

Thanks
Hans

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to