From owner-cvs-all@FreeBSD.ORG Thu Jan 1 16:31:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A12F616A4CE; Thu, 1 Jan 2004 16:31:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A240843D2D; Thu, 1 Jan 2004 16:31:57 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i020Vv0B093345; Thu, 1 Jan 2004 16:31:57 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i020VvmX093341; Thu, 1 Jan 2004 16:31:57 -0800 (PST) (envelope-from sergei) Message-Id: <200401020031.i020VvmX093341@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 1 Jan 2004 16:31:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/annoyance-filter Makefile distinfo pkg-descr pkg-plistpatch-annoyance-filter.cc patch-statlib_test.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 00:31:58 -0000 sergei 2004/01/01 16:31:57 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/annoyance-filter Makefile distinfo pkg-descr pkg-plist mail/annoyance-filter/files patch-Makefile.in patch-annoyance-filter.cc patch-statlib_test.cc Log: Add annoyance-filter 1.0b, Adaptive Bayesian Junk Mail Filter. annoyance-filter uses Bayesian statistics to determine the probability an E-mail message is junk based on an analysis of its contents compared to collections of known junk and legitimate E-mail. Suggested by: phk Revision Changes Path 1.470 +1 -0 ports/mail/Makefile 1.1 +35 -0 ports/mail/annoyance-filter/Makefile (new) 1.1 +2 -0 ports/mail/annoyance-filter/distinfo (new) 1.1 +43 -0 ports/mail/annoyance-filter/files/patch-Makefile.in (new) 1.1 +11 -0 ports/mail/annoyance-filter/files/patch-annoyance-filter.cc (new) 1.1 +11 -0 ports/mail/annoyance-filter/files/patch-statlib_test.cc (new) 1.1 +6 -0 ports/mail/annoyance-filter/pkg-descr (new) 1.1 +9 -0 ports/mail/annoyance-filter/pkg-plist (new)