[Qmail-scanner-general]undefined MACRO at Sys::Syslog when running Q-S 1.12

2002-07-31 Thread mulyadi
Hello all I ./configure and ran Q-S 1.12 (by using perl 5.6.0 on DEC Alpha 4.0), everything went fine until it came into testing. I inject simple msg into SMTP and when i watch at qmail-smtpd log, it told that macro _SYS_LOG (CMIIW) is not defined. So i juggle into Syslog.pm module and set manua

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]running sophie under svc/daemontools

2002-07-31 Thread mulyadi
hello Again, thank you for all the advice for me But, from this point I found another trivia, what is exactly the sufficient amount we had to set at "softlimit"?? 10Megs?? 8 Megs?? Is it depend on how we compile sophie?? or depend on our environment setting like OS, compiler, library?? > exec s

RE: [Qmail-scanner-general]running sophie under svc/daemontools

2002-07-31 Thread Gordon Smith
This is how we run it. Logging to its own file allows us to fetch stats, etc easily and graph them. Gordon Smith CCNA Network Operations Manager MoreNet Ltd # cat /service/sophie/run #!/bin/sh exec softlimit -m 1000 \ /usr/local/bin/setuidgid qmailq \ /usr/local/bin/so

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]qmail-scanner with Solaris

2002-07-31 Thread Nerijus Baliunas
On Wed, 31 Jul 2002 14:11:50 -0300 (BRT) Luciana dos Santos Regina Lemos <[EMAIL PROTECTED]> wrote: > I have: > > Solaris 5.8 > perl 5.8 and respectives modules for installetion > qmail 1.03 > > And when I tried the following command: > > qmail-scanner-queue.pl -g > > I received this mes

Re: [Qmail-scanner-general]Customized message on every email passing thru qmail-scanner

2002-07-31 Thread Nerijus Baliunas
On Wed, 31 Jul 2002 13:00:21 +0200 Yaniv Fine <[EMAIL PROTECTED]> wrote: > I am using qmail-scanner with qmail 1.03 and spamassassin (latest) > I would like to add Customized message on every email passing thru > qmail-scanner / spamassassin (on the mail relay ) > Saying in the body of the messa

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

[Qmail-scanner-general]New version of Trend Micro VirusWall seem not recognize from QS 1.13

2002-07-31 Thread Stefano Mason
With the new version of Trend M. VirusWall # ./vscan -V Virus Scanner v3.1, VSAPI v5.600-1011 Trend Micro Inc. 1996,1997 Pattern version 331 Pattern number 46798 No scan target specified!! do nothing. QS have some problem to recognize the output: 31/07/2002 21:16:12:8

[Qmail-scanner-general]qmail-scanner with Solaris

2002-07-31 Thread Luciana dos Santos Regina Lemos
Hello I have: Solaris 5.8 perl 5.8 and respectives modules for installetion qmail 1.03 And when I tried the following command: qmail-scanner-queue.pl -g I received this messages: __ unix passed to setlogsock, but path not available at /dev/fd/4 line 74 perlscanner: ge

Re: [Qmail-scanner-general]tags used for message body?

2002-07-31 Thread Jason Haar
On Wed, Jul 31, 2002 at 12:41:05PM -0400, Ron Culler wrote: > I'm looking for the tags to use in the quarantine-attachments.txt to > match the email body. There aren't any. Qmail-Scanner currently doesn't support content-matching - only headers and attachments -- Cheers Jason Haar Information

Re: [Qmail-scanner-general]running sophie under svc/daemontools

2002-07-31 Thread Jason Haar
On Wed, Jul 31, 2002 at 08:48:06AM -0700, chris wrote: > hmmm, I don't have to run -D and mine's logging to syslog and > supervised. I'd certainly recommend running it without the "-D" option. [jhaar@crom jhaar]$ cat /service/sophie/run #!/bin/sh exec /usr/local/bin/softlimit -a 800 /us

RE: [Qmail-scanner-general]running sophie under svc/daemontools

2002-07-31 Thread CertaintyTech - Ed Henderson
> > hmmm, I don't have to run -D and mine's logging to syslog and > supervised. > It does for my system. I don't know why. I am running Solaris 8 x86 and sophie 1.39. Anyone else see this? -- Ed. --- This sf.net email is sponsored by:

[Qmail-scanner-general]tags used for message body?

2002-07-31 Thread Ron Culler
I'm looking for the tags to use in the quarantine-attachments.txt to match the email body. Virus-?: Thanks Ron ** The Firelan(tm) Virus Scanning Service has scanned this email for viruses, vandals

Re: [Qmail-scanner-general]running sophie under svc/daemontools

2002-07-31 Thread chris
hmmm, I don't have to run -D and mine's logging to syslog and supervised. - Original Message - From: "CertaintyTech - Ed Henderson" <[EMAIL PROTECTED]> To: "Antonio Rabena" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 6:07 AM Subject: RE: [Qmail-scanner-gener

RE: [Qmail-scanner-general]running sophie under svc/daemontools

2002-07-31 Thread CertaintyTech - Ed Henderson
> > Since you run sophie under supervise, you dont need to put -D > (daemon mode). > > mulyadi wrote: > You do if you want to use logging in syslog. Here is what I use: exec softlimit -m 1000 fghack /usr/local/bin/sophie -D the fghack allows it to run under supervise in daemon mode and I

[Qmail-scanner-general]help qmail-scanner (fwd)

2002-07-31 Thread Luciana dos Santos Regina Lemos
> Hello > I read message 9054851 and I have same problem > whem I installed time:HiRes to perl appered: cc -c -xO3 -xdepend Too many errors encountered; the rest of the message is ignored: DVERSION=\"01.20\" -DXS_VERSION=\"01.20\" -KPIC -I/u sr/perl5/5.00503/sun4-solaris/CORE -DATLEASTFIVEO

[Qmail-scanner-general]Customized message on every email passing thru qmail-scanner

2002-07-31 Thread Yaniv Fine
Hi list I am using qmail-scanner with qmail 1.03 and spamassassin (latest) I would like to add Customized message on every email passing thru qmail-scanner / spamassassin (on the mail relay ) Saying in the body of the message at the bottom : For example . *** this email was scanned with qmail