On Fri, Mar 26, 2004 at 07:38:10AM -0500, Martin DiViaio wrote:
> I just upgraded to Q-S 1.21 and it is changing the X-Spam-Level header.
> How do I stop this? This header is already added by SpamAssassin and I
> don't want to change that.

I agree, this could be an option but the default should not break
existing filters. I patched qmail-scanner-queue.template for this to
work as before. The oneline patch is attached.

/ludde

-- 
  _   _ _ __  __  ___
 | | | | |  \|  \| __| Ludvig Omholt ................... [EMAIL PROTECTED]
 | |_| | | D | D | _|  073-055 02 13 ................. http://ludde.net/
 |___|___|__/|__/|___| ++++++++ sauron: Linux 2.4.22 on an i686 ++++++++
--- qmail-scanner-queue.template~       2004-03-10 21:02:05.000000000 +0100
+++ qmail-scanner-queue.template        2004-03-18 09:52:09.000000000 +0100
@@ -207,7 +207,7 @@
 my $spamc_subject='SPAMC_SUBJECT';
 my $spamassassin_binary='SPAMASSASSIN_BINARY';
 my ($sa_comment,$sa_level);
-my $sa_symbol='+';
+my $sa_symbol='*';
 my ($tag_score)="";
 my 
$SNEAKY_WINDOWS_EXTENSIONS="exe|com|pps|w[pm][szd]|vcf|nws|cmd|bat|pif|sc[rt]|dll|ocx|do[ct]|xl[swt]|p[po]t|rtf|vb[se]?|hta|p[lm]|sh[bs]|hlp|chm|eml|ws[cfh]|ad[ep]|jse?|md[abew]|ms[ip]|reg|as[dfx]|cil";
 my 
$VALID_WINDOWS_EXTENSIONS="sav|htm|html|pst|ost|txt|gif|jpeg|mpeg|jpg|png|mny|wav|tif|$SNEAKY_WINDOWS_EXTENSIONS";

Attachment: signature.asc
Description: Digital signature

Reply via email to