> X-Spam-Status: No, hits=6.6 required=6.0
>
> Weird. Was working fine with SpamAssassin 2.31.
>
> Has anyone else run into this?
Yeah. I think it's a problem with "spamc -c" in SA 2.40 and above.
Qmail-scanner uses "spamc -c -f" by default. Try removing -c from your
spamc options in qmail-scan
> Just had a quick look at this.
> Try changing line 842 of qmail-scanner-queue.template (or
> qmail-scanner-queue.pl if you don't want to run configure again)
> from
> if ($altered_subject !~ /^: $spamc_subject/) {
> to
> if ($altered_subject !~ /^: \Q$spamc_subject\E/) {
>
> This works for me.
>
> On Thu, 2002-08-01 at 08:57, Capt.Stern wrote:
> > 31/07/2002 18:13:48:28155: tempfail: X-Qmail-Scanner-1.13: Requeuing:
/^:
> > **SPAM*/: nested *?+ in regexp at /var/qmail/bin/qmail-scanner-queue.pl
line
> > 837, line 38.
> >
>
> Try:
>
> ./configure
Hi everyone,
I have recently upgraded to Qmail-Scanner 1.13 to take advantage of the
ability to use fast_spamassassin (i.e., spamc -c) in conjunction with
subject tagging (i.e., prepending "*SPAM*" to the subject of a
message). However, when I try to use the same tag that I've been using