From owner-cvs-all@FreeBSD.ORG Fri Apr 2 16:53:24 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A21E1065673; Fri, 2 Apr 2010 16:53:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7498FC0C; Fri, 2 Apr 2010 16:53:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o32GrOrU084264; Fri, 2 Apr 2010 16:53:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o32GrOHT084263; Fri, 2 Apr 2010 16:53:24 GMT (envelope-from miwi) Message-Id: <201004021653.o32GrOHT084263@repoman.freebsd.org> From: Martin Wilke Date: Fri, 2 Apr 2010 16:53:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/sa-stats Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 16:53:24 -0000 miwi 2010-04-02 16:53:24 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/sa-stats Makefile distinfo pkg-descr Log: This perl script generates top spam/ham rules fired for SpamAssassin installations: TOP SPAM RULES FIRED ---------------------------------------------------------------------- RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM ---------------------------------------------------------------------- 1 CMAE_1 30455 26.68 70.34 0.03 2 BAYES_99 24478 21.98 56.54 0.89 3 RAZOR2_CHECK 11910 10.61 27.52 0.29 ---------------------------------------------------------------------- TOP HAM RULES FIRED ---------------------------------------------------------------------- RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM ---------------------------------------------------------------------- 1 BAYES_00 44253 46.60 20.71 62.40 2 ALL_TRUSTED 34534 49.42 50.61 48.70 3 SPF_PASS 10880 17.43 20.82 15.35 ---------------------------------------------------------------------- WWW: http://www.rulesemporium.com/programs/ PR: ports/144802 Submitted by: Alexey V. Degtyarev Revision Changes Path 1.1015 +1 -0 ports/mail/Makefile 1.1 +35 -0 ports/mail/sa-stats/Makefile (new) 1.1 +3 -0 ports/mail/sa-stats/distinfo (new) 1.1 +22 -0 ports/mail/sa-stats/pkg-descr (new)