Date: Sat, 8 Oct 2005 04:57:47 +0000 (UTC) From: Marcus Alves Grando <mnag@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/rabl_client Makefile distinfo pkg-descr pkg-plist ports/mail/rabl_client/files patch-Makefile.in Message-ID: <200510080457.j984vlcI034674@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mnag 2005-10-08 04:57:47 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/rabl_client Makefile distinfo pkg-descr pkg-plist mail/rabl_client/files patch-Makefile.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. The RABL client is the lookup and reporting component of the RABL. It is necessary for performing streaming connection lookups and writing to the RABL (assuming you have an account). PR: 87096 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Revision Changes Path 1.694 +1 -0 ports/mail/Makefile 1.1 +53 -0 ports/mail/rabl_client/Makefile (new) 1.1 +2 -0 ports/mail/rabl_client/distinfo (new) 1.1 +13 -0 ports/mail/rabl_client/files/patch-Makefile.in (new) 1.1 +21 -0 ports/mail/rabl_client/pkg-descr (new) 1.1 +3 -0 ports/mail/rabl_client/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510080457.j984vlcI034674>