you have to edit a line in qmail-queue-scanner.pl.  Go to about line
90-ish and you will see a series of entries:

my $uvscan_binary='';
my $csav_binary='';
my $sweep_binary='';
my $sophie_binary='';
my $trophie_binary='';
my $iscan_binary='';
my $hbedv_binary='';
my $hbedv_options='';
my $avp_binary='';
my $avpdaemon_binary='';
my $fprot_binary='';
my $fsecure_binary='';
my $inocucmd_binary='';
my $ravlin_binary='';
my $clamscan_binary='/usr/local/bin/clamscan';
my $spamc_binary='/usr/bin/spamc';
my $spamc_options=' -c -f';
my $spamc_subject='[**SPAM**]';
my $spamassassin_binary='/usr/bin/spamassassin';
my ($sa_comment,$tag_score);


The line my $spamc_subject='[**SPAM**]'; is what needs to be edited for
subject_rewrite to work properly.  Goofy huh?  Anyway you can see that I
reset mine to [**SPAM**].

Geoff

On Wed, 2003-07-09 at 08:20, Aldo Mari wrote:
> I 'm using qmail (with qmailquepatch) qmailscanner 1.16 spamassassin 2.55
> qmailscanner call spamc with -c and -f flags
> If I change the required_hits tag from 7.5 to something like for example 5
> in /etc/mail/spamassassin/local.cf
> then the mail shown in the properties X-Spam-Status: Yes, hits=101.4
> required=5.....so it means that some parameters in the local.cf file are
> effected .....other like rewrite_subject or subject_tag NO
> This is my problems
> I have recompiled spamassassin from src.rpm of Theo Van Dinter ....on
> spamassassin.org site
> Maybe is there  some options in the config file ????
> I had to write some other magic word the --rebuild??
> thanks
> 
> PS sorry Matt but forget the list in the first mail (was only for you!)
> 
> ----- Original Message -----
> From: "Matt Kettler" <[EMAIL PROTECTED]>
> To: "Aldo Mari" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Wednesday, July 09, 2003 4:43 PM
> Subject: Re: [SAtalk] subject_tag doesn't work
> 
> 
> > At 12:16 PM 7/9/2003 +0200, Aldo Mari wrote:
> > >but even if the score of spam is high (I see it in propertis of mail that
> > >is arrived ....X-Spam-Status: Yes, hits=101.4 required=7.5)...the subject
> > >of mail is NOT modified by *****SPAM*****
> > >
> > >WHY??
> >
> > How are you calling SA? are you using a direct call in procmailrc, or
> > something like amavis or mailscanner?
> >
> >
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Parasoft
> Error proof Web apps, automate testing & more.
> Download & eval WebKing and get a free book.
> www.parasoft.com/bulletproofapps
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to