From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 16:17:09 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C64816A4CE for ; Tue, 4 Jan 2005 16:17:09 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7981C43D45 for ; Tue, 4 Jan 2005 16:17:08 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (p54853109.dip.t-dialin.net [84.133.49.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id ED57F2EB15 for ; Tue, 4 Jan 2005 17:17:07 +0100 (CET) Message-ID: <41DAC1A8.7040605@incubus.de> Date: Tue, 04 Jan 2005 17:17:44 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <3A426BB0-5DB0-11D9-B56F-000D9333E43C@secure-computing.net> <72cf361e05010312346cabce01@mail.gmail.com> <20050103205637.GB76250@keyslapper.org> In-Reply-To: <20050103205637.GB76250@keyslapper.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: SpamAssassin-Milter accuracy... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 16:17:09 -0000 Louis LeBlanc wrote: > Use with care. Some spam rbls are overly zealous, and often block out > whole netblocks just because one IP has been reported as an offender. And all dialup networks. Which can lead to the bizarre situation that if you're relaying through your mail server from a dialup IP, and mail goes thru SA, you'll get a high score. There're several ways to prevent this from happening, of course, for example, to run an extra smtpd on a nonstandard port that doesn't push mails through SpamAssassin, or just to disable the damn RBL stuff in the SA config (I did both, greylisting is more effective than the suspicious RBL stuff anyways).