> -----Original Message----- > From: Ralf Vitasek [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 04, 2004 12:11 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Is there simply no answer to this question? > > Michael Dengler wrote: > > Hi, > > > > (amavisd-new, SA 2.63) > > > > Is it possible to tag ALL mails with their spam score > regardless of if > > they meet the spam threshold or not? > > > > I've tried many many ways to get this to happen...but so > far no luck. > > > > just set the threshold in your amavisd.conf to "-999" > that will do the job. > > > ralf >
For amavisd-new here is the line you should change: $sa_tag_level_deflt = 0.001; # add spam info headers if at, or above that level Try what Ralf said to do... $sa_tag_level_deflt = -999; Also, if you are running amavisd-new chrooted, you may have to update both copies of amavisd.conf /etc/amavisd.conf /var/amavisd/etc/amavisd.conf Then restart the amavisd service. HTH, matt
