Re: [Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-08-01 Thread Capt.Stern
> 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. >

RE: [Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-08-01 Thread Hine,Chris
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,

Re: [Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-07-31 Thread Abbo s Impression
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 : > >

Re: [Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-07-31 Thread Abbo s Impression
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 : > >

Re: [Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-07-31 Thread Gary MacKay
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 *

Re: [Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-07-31 Thread Capt.Stern
> 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=\*

Re: [Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-07-31 Thread Jason Haar
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\*\*\*'

[Qmail-scanner-general]fast_spamassassin and subject rewriting

2002-07-31 Thread Capt.Stern
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