[Mimedefang] Spam Assassin problem?

David F. Skoll dfs at roaringpenguin.com
Wed Apr 3 15:49:03 EST 2002


On Wed, 3 Apr 2002, Rob Dege wrote:

> X-Spam-Status: hits=8 required=8

...

>         if ($hits >= $req) {
>                 action_quarantine_entire_message();
>                 action_discard();

> Any reason why 8 hits == 8 required, yet it wasn't discarded?

Just guessing, but SA scores are floating-point.  Could you be a victim
of roundoff error?  Maybe the hits summed up to 7.9999999999, but print
as 8 when Perl converts to a string?

--
David.




More information about the MIMEDefang mailing list