> 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.
>
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.
Chris
> > On Thu,
Hi,
Just use in place of the '*' an '-' and everything would work. I had it
also for about 4 hours or something. And I get from my customers not funny
messages. They get empty emails.
Greetings,
Erik Rudolfs
On Wed, 31 Jul 2002 17:28:43 -0600, "Capt.Stern"
<[EMAIL PROTECTED]> wrote :
> >
Hi,
Just use in place of the '*' an '-' and everything would work. I had it
also for about 4 hours or something. And I get from my customers not funny
messages. They get empty emails.
Greetings,
Erik Rudolfs
On Wed, 31 Jul 2002 17:28:43 -0600, "Capt.Stern"
<[EMAIL PROTECTED]> wrote :
> >
I had the same problem. I ended up with just fast_spamassassin=SPAM
without the asterisks. Nothing else I tried worked.
Capt.Stern wrote:
>>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 *
> 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 --scanners 'this,that,fast_spamassassin=\*
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 --scanners 'this,that,fast_spamassassin=\*\*\*SPAM\*\*\*'
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