I installed postfix-2.4.5-2.fc8, amavisd-new-2.5.2-2.fc8 and spamassassin-3.2.3-2.fc8. They are running. I would like to test spam changing "score" in local.cf. My local.cf is:
report_safe 0 use_bayes 1 use_bayes_rules 1 skip_rbl_checks 0 bayes_path /var/spool/amavisd/.spamassassin/bayes score FREE_PORN 1000 score LIVE_PORN 1100 Now I send an e-mail where there are the words "porno" and "sex" in the message body. I receive the e-mail via postfix/amavisd and in the message header there are X-Spam-Flag: NO X-Spam-Score: 3.181 X-Spam-Level: *** X-Spam-Status: No, score=3.181 tagged_above=0 required=5 tests=[AWL=-0.320, BAYES_99=3.5, STOX_REPLY_TYPE=0.001] Why there aren't FREE_PORN and LIVE_PORN scores? Thanks Andrea