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 4:03 PM
> To: [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]
> Subject: [Qmail-scanner-general]Messages larger than 250k are spam?
> 
> 
> 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 considering this spam, and marking it with a 
> yes in the 
> X-spam-status header, thus making all messages (with 
> attachments or not) 
> considered spam.
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Qmail-scanner-general mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
> 
> 


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to