From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 00:10:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 53F4F16A41C for ; Sun, 17 Jul 2005 00:10:13 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5077543D45 for ; Sun, 17 Jul 2005 00:10:11 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j6H0A4M1073961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Jul 2005 07:10:04 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j6H0A1eQ053031; Sun, 17 Jul 2005 07:10:01 +0700 (ICT) Date: Sun, 17 Jul 2005 07:10:01 +0700 (ICT) Message-Id: <200507170010.j6H0A1eQ053031@banyan.cs.ait.ac.th> From: Olivier Nicole To: maxsec@gmail.com In-reply-to: <72cf361e050716094211c60386@mail.gmail.com> (message from Martin Hepworth on Sat, 16 Jul 2005 17:42:23 +0100) References: <42D412D2.1000502@calarts.edu> <72cf361e050716094211c60386@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: smurphy@calarts.edu, freebsd-questions@freebsd.org Subject: Re: Spam Assassin Reject X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 00:10:13 -0000 > I've installed Spam Assassin and MIMEDefang with Sendmail however I > would like Spam Assassin to tell sendmail to "Reject" Spam on the > connection. 1) SpamAssassin cannot detect spam until it has received and analyzed the FULL message, so rejecting on connection is not possible. 2) that is phylosophy of SA to only MARK the spam. Olivier