RE: [Qmail-scanner-general]Messages larger than 250k are spam?

2003-02-07 Thread Rick Kunkle
This is what I did to fix the problem. Change line 1654 in qmail-scanner-queue.pl from< if ($sa_max == 0 && $sa_score != 0) { --- to> if ($sa_max == 0 && $sa_score == 0) { > -Original Message- > From: Thomas W. Holt Jr. [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 07, 2003

[Qmail-scanner-general]Messages larger than 250k are spam?

2003-02-07 Thread Thomas W. Holt Jr.
I think I might have found a bug in qmail-scanner. When running with fast spamassassin, spamc -c -f is used to scan the messages. However, according to the the spamc man page, and verified in the source and testing, spamc will return with a 0 and a score/threshold of 0/0. qmail-scanner is con

[Qmail-scanner-general]Problems with qmail-scanner-1.15 on Solaris 9

2003-02-07 Thread Darren Honeyball \(ML\)
Hi, Can anybody help me fixing the below problem? 07/02/2003 18:09:47:24496: +++ starting debugging for process 24496 by uid=1001 at 07/02/2003 18:09:47 07/02/2003 18:09:47:24496: setting UID to EUID so subprocesses can access files generated by this script 07/02/2003 18:09:47:24496: program name

[Qmail-scanner-general]Local Doamins Array

2003-02-07 Thread Randy Robson
Hi! We think qmail-scanner s great! We have many users and domains, and every day we add to this list. Is there an easy way for us to update the "local_domains" array without editing the qmail-scanner file every time? Thanks, Randy

Re: [Qmail-scanner-general]Qmail-scanner / SpamAssassin cpu overusage

2003-02-07 Thread Jason Haar
Doug Monroe wrote: looks like you're starting spamd with each incoming message?? spamd should be started -once- (it's a daemon) and spamc (client) is used by No, spamd *forks* off a copy of itself for each instance of spamc - that's why there's a '--max-children' option to spamd... No, the p