________________________________
From: Michael Dengler [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 10, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: SA/Amavisd-new Question....
Hi,
I'm using SA 2.63/Amavisd-new.
I would very much like to tag all messages with their SPAM score
regardless of whether they are SPAM or not. Is this possible? I tried
several things to get this to happen but no luck so far. Any one have
any ideas?
--
Michael Dengler
Programmer/Analyst
Bowes Publishers Limited
(519) 471-8320 x248
Mon-Fri 10:00AM-6:00PM
Hi Michael,
Try changing this line:
$sa_tag_level_deflt = 0; # add spam info headers if at or above that
level
To
$sa_tag_level_deflt = -999;