From owner-cvs-all@FreeBSD.ORG Wed Nov 9 17:38:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 53A4316A41F; Wed, 9 Nov 2005 17:38:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B41B143D67; Wed, 9 Nov 2005 17:38:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA9HcFBB094180; Wed, 9 Nov 2005 17:38:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA9HcEQO094179; Wed, 9 Nov 2005 17:38:14 GMT (envelope-from pav) Message-Id: <200511091738.jA9HcEQO094179@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 9 Nov 2005 17:38:12 +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/rabl_server Makefile distinfo pkg-descr pkg-plist ports/mail/rabl_server/files patch-rabl_server.conf rabl_server.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 09 Nov 2005 17:38:22 -0000 pav 2005-11-09 17:38:12 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/rabl_server Makefile distinfo pkg-descr pkg-plist mail/rabl_server/files patch-rabl_server.conf rabl_server.sh.in Log: The RABL (pronounced "rabble") server is a statistical, machine-automated and up-to-the-second blackhole list server designed to monitor global network activity and make decisions based on network spread and infection rate - that is, abuse from an address which has been reported by a number of participating networks. This is in far contrast to how most other blacklists function, where fallable humans (many with political agendas) must process thousands of reports and make decisions - many times after the fact. The RABL is fully reactive to new threats and can block addresses within seconds of widespread infection - good to know in this world of drone PCs and stolen accounts. The RABL server blacklists addresses until they have cleared a minimum duration (an hour by default) without any additional reporting, making the appeals process as simple as "fix your junk". The RABL is designed to function via automated machine-learning spam filters, such as Bayesian filters. Each participating network is granted write authentication in the blackhole list, to prevent abuse. A client tool is also provided. PR: ports/88446 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.706 +1 -0 ports/mail/Makefile 1.1 +64 -0 ports/mail/rabl_server/Makefile (new) 1.1 +3 -0 ports/mail/rabl_server/distinfo (new) 1.1 +32 -0 ports/mail/rabl_server/files/patch-rabl_server.conf (new) 1.1 +46 -0 ports/mail/rabl_server/files/rabl_server.sh.in (new) 1.1 +22 -0 ports/mail/rabl_server/pkg-descr (new) 1.1 +4 -0 ports/mail/rabl_server/pkg-plist (new)