From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 04:28:58 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 9AD0216A41C for ; Fri, 10 Jun 2005 04:28:58 +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 80B5F43D1F for ; Fri, 10 Jun 2005 04:28:56 +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 j5A4SsaH091964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Jun 2005 11:28:54 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j5A4Sr1v066062; Fri, 10 Jun 2005 11:28:53 +0700 (ICT) Date: Fri, 10 Jun 2005 11:28:53 +0700 (ICT) Message-Id: <200506100428.j5A4Sr1v066062@banyan.cs.ait.ac.th> From: Olivier Nicole To: lapousterle@wanadoo.fr In-reply-to: <6ACCACFFB1CE959D847FA676@[192.168.0.2]> (message from Leo Lapousterle on Fri, 10 Jun 2005 00:29:51 +0200) References: <6ACCACFFB1CE959D847FA676@[192.168.0.2]> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Spam reporting tool 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: Fri, 10 Jun 2005 04:28:58 -0000 Hi, >I'm working with SpamAssassin to separate mails from SPAMs and it works >pretty well. My question is about a spam reporting tool, which can parse >mail headers and report the SPAMs to abuse@provider. I searched on the net >but I didn't find useful informations. > >Does somebody know if such a tool exists, and where can I get it actually ? Spamcop is a solution, but avoid any automatic tool, as SpamAssassin can also make mistakes and classify a valid message as spam. Olivier