At 0:29 -0800 9-03-2004, Ed BK wrote:

I'm not sure how to enable this feature do I remove the pound sign to enable that line or do I need to add a score for each setting as well? could somone show how to set a example for Low medium and high exactly how this works. Thanks Ed

Located in - /var/qmail/bin/qmail-scanner-queue.pl
------------------------
# 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';

I think this does depending on the score it will add either
High Medium or Low to the ***Spam*** line in the subject
am I right?


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

ST


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to