On Tue, 17 Dec 2002, Hine,Chris wrote:

> I have attached the patch that I use that specifically checks for score
> and threshold = 0. This should only cause a problem if you have set your
> threshold to 0.
> The relevant line is below.
> -      if ($sa_max > $sa_score) {
> +      if (($sa_max > $sa_score) || ($sa_max == 0 && $sa_score == 0)) {
>
> Hope this helps.

It helped tremendously, thanks!  I was a little confused by the "only a
problem if..." part, because that's the problem; spamc is setting the
threshold to 0, but I guess you meant that if you *wanted* the threshold
to be 0 (might was well just kill your mail server :).

Unless you tell me otherwise, I'll assume you don't mind me sharing this
with the SA list?  They came up empty on this.

James Smallacombe                     PlantageNet, Inc. CEO and Janitor
[EMAIL PROTECTED]                                                     http://3.am
=========================================================================



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to