Running spamd 3.1.7 on FC3. using qmail-scanner 2.01.
Headers reflect that I AM loading spamd with the desired config file...
(I've changed require_score in small increments and headers reflect
correct value)
spamassassin --lint reports no errors
local.cf:
==============
required_score 5.8
rewrite_header subject [SPAM]
report_safe 0
use_pyzor 0
use_razor2 1
skip_rbl_checks 0
rbl_timeout 3
score RCVD_IN_BL_SPAMCOP_NET 2
use_bayes 1
bayes_auto_learn 1
bayes_path /home/spamd/.spamassassin/bayes
score DRUGS_ERECTILE 31.0
================================
I receive header "X-Spam-Status: Yes, score=33.9 required=5.8"
Log entry for same is:
===================
Wed May 30 12:57:51 2007 [22080] info: spamd: connection from
localhost.localdomain [127.0.0.1] at port 50127
Wed May 30 12:57:51 2007 [22080] info: spamd: checking message
<[EMAIL PROTECTED]> for [EMAIL PROTECTED]:0
Wed May 30 12:57:56 2007 [22080] info: spamd: identified spam (33.9/5.8)
for [EMAIL PROTECTED]:0 in 4.3 seconds, 3496 bytes.
Wed May 30 12:57:56 2007 [22080] info: spamd: result: Y 33 -
AWL,BAYES_40,DRUGS_ERECTILE,FUZZY_VPILL,HTML_50_60,HTML_MESSAGE,HTML_TEXT_AFTER_BODY,SPF_HELO_PASS,SPF_PASS,SUBJECT_DRUG_GAP_C,URIBL_AB_SURBL
scantime=4.3,size=3496,[EMAIL PROTECTED],uid=0,required_score=5.8,rhost=localhost.localdomain,raddr=127.0.0.1,rport=50127,mid=<[EMAIL PROTECTED]>,bayes=0.26818567082693,autolearn=no
==================
BUT rewrite_header isn't having desired change! HELP!??