From owner-freebsd-ports@FreeBSD.ORG Wed Nov 24 12:24:27 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C1E316A4CE for ; Wed, 24 Nov 2004 12:24:27 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CB143D60 for ; Wed, 24 Nov 2004 12:24:26 +0000 (GMT) (envelope-from vincef@penmax.com) Received: from mail.penmax.com (pcp0010146211pcs.midltn01.nj.comcast.net[68.38.160.158]) by comcast.net (rwcrmhc13) with ESMTP id <2004112412242501500gs4pce>; Wed, 24 Nov 2004 12:24:25 +0000 Received: from vfleminglt (vfleming-lt.terastack.bluearc.com [10.1.2.29] (may be forged)) by mail.penmax.com (8.12.11/8.12.11) with SMTP id iAOCOLNc026715; Wed, 24 Nov 2004 07:24:21 -0500 Message-ID: <010201c4d220$86e99d20$1d02010a@terastack.bluearc.com> From: "Vince Fleming" To: , Date: Wed, 24 Nov 2004 07:24:20 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: ClamAV 0.80/533/Sat Oct 16 21:09:44 2004 clamav-milter version 0.80j on mail.penmax.com X-Virus-Status: Clean X-Archived: msg.XXqyoGoQ@mail.penmax.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: spamass-milter bug X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 12:24:27 -0000 Hi guys; There seems to be some conflicting info on the 'net about who's = maintining spamass-milter - both of these email addresses are listed... Anyway - I found a small bug. The -r command-line option doesn't work with SpamAssassin v3. Here's why: reject_score is an 'int', and should be a 'float', as the scores are not = integers: ie: 5.2 or -1.1 Also, in function assassinate(), getting the score from = assassin->spam_status via sscanf() should look for "score=3D%f", not = "hits=3D%d". Cheers, Vince Fleming vincef@penmax.com PS: spamass-milter is way cool! I was thinking I should write this, but = found it on the 'net. Gotta love the internet! Thanks!