From owner-freebsd-chat@FreeBSD.ORG Mon Oct 3 16:42:24 2005 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32D016A420 for ; Mon, 3 Oct 2005 16:42:24 +0000 (GMT) (envelope-from krinklyfig@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF9E43D46 for ; Mon, 3 Oct 2005 16:42:23 +0000 (GMT) (envelope-from krinklyfig@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so282271nzd for ; Mon, 03 Oct 2005 09:42:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=V3D94s1EoSTI8PUVlcOuVil7yaarUULOxeeo8SodNCtkwIwTXPMAJkVfZZgAyYYDn++80RNbyEhk347sxjeYe3qf2DZ3UZUJfC6zpIa/PzFCEeXnwUt46SRpx11wotLQVuuzy/7oXVs9U5zHtBO+zo1vbo3q3QEmi/KqncRcmkE= Received: by 10.37.12.1 with SMTP id p1mr328145nzi; Mon, 03 Oct 2005 09:42:22 -0700 (PDT) Received: from smogmonster.local ( [68.35.114.183]) by mx.gmail.com with ESMTP id 34sm7444669nza.2005.10.03.09.42.19; Mon, 03 Oct 2005 09:42:21 -0700 (PDT) From: Joshua Tinnin To: freebsd-chat@freebsd.org Date: Mon, 3 Oct 2005 10:42:07 -0600 User-Agent: KMail/1.8.2 References: <43410329.2080902@evildomain.org> In-Reply-To: <43410329.2080902@evildomain.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510031042.12468.krinklyfig@gmail.com> Cc: Aaron Holmes , chat@freebsd.org Subject: Re: Spam filters X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 16:42:24 -0000 On Mon 3 Oct 05 04:08, Aaron Holmes wrote: > Any recomendations on good spam filters? SpamAssassin, which is actually a combination of anti-spam programs/filters: /usr/ports/mail/p5-Mail-SpamAssassin I have had great success with it using Bayes, Razor2, Pyzor, DCC, and the URI RBL checks. I have recently added SPF and DomainKeys. Note that the licenses for some of these are commercial or non-free, but that mainly applies to commercial use. If you're a home or non-commercial user, you can enable them, but you have to do it manually with the .pre files in /usr/local/etc/mail/spamassassin Also note that Bayes is only effective with proper training, so you should have a good sample of actual spam you receive. If not, it will take a while for Bayes to learn enough to be utilized. I get no false positives and almost no missed spam (well over 99% accuracy), but I am not running it on a multi-user mail system, though I do use it for multiple addresses. See the Wiki: http://wiki.apache.org/spamassassin/ - jt