I can't seem to get the $sa_delta option to work (It does write spam in the subject)
below is some key settings I have, maybe somthing is set wrong?
 
Do I need to uncomment High, Medium and Low?
 
Located in - /var/qmail/bin/qmail-scanner-queue.pl
 
# KEY SETTINGS I have
my $spamc_options='-f';
my $spamc_subject='***SPAM***';
my $sa_delete='10';
 
# st: If $spamc_subject is defined, a tag will be added to the
# subject indicating how the message is to be considered as
# spam, in this way (required_hits=sa_max):
# LOW: sa_max < score < sa_max + sa_delta
# MEDIUM: sa_max + sa_delta < score < sa_max + 2 * sa_delta
# HIGH: sa_max + 2 * sa_delta < score
# Be aware, sa_max+2*sa_delta must be lower than sa_quarantine
my $sa_delta='0.5';
 
 
Reply I recieved:
 
If you set your required_hits in spamassassin (local.cf) to 6.5 and
sa_delta to '0.5', then:
mails with a score between 6.5 and 7 will be tagged as ***Spam*** LOW
mails with a score between 7 and 7.5 wiil be tagged as ***Spam*** MEDIUM
mails with a score higher than 7.5 will be tagged as ***Spam*** HIGH
---------------------------
 
Thanks as always
Ed
I did restart after e
 


Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

Reply via email to