From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 05:23:20 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C85D8106566C for ; Sat, 14 Jan 2012 05:23:20 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 80C5D8FC0C for ; Sat, 14 Jan 2012 05:23:20 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.179]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 602635C26; Sat, 14 Jan 2012 15:35:50 +1000 (EST) Message-ID: <4F111069.5000606@herveybayaustralia.com.au> Date: Sat, 14 Jan 2012 15:19:37 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: Warren Block References: <4F10F880.4000001@facility5.org> <4F11015F.6030104@herveybayaustralia.com.au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD Mailling list and Slieve filter 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: Sat, 14 Jan 2012 05:23:20 -0000 On 01/14/12 15:13, Warren Block wrote: > On Sat, 14 Jan 2012, Da Rock wrote: > >> On 01/14/12 13:37, Tobi wrote: >>> Hi, >>> I try to filter my maillist emails with slieve... but it dosen't >>> work ;( >>> >>> here are my config: >>> >>> require "fileinto"; >>> >>> if address :is ["from", "to"] "owner-freebsd-bugs@freebsd.org" { >>> fileinto "INBOX/Mailinglisten/FreeBSD/freebsd-bugs"; >>> } >>> >>> elsif address :is ["from", "to"] >>> "owner-freebsd-questions@freebsd.org" { >>> fileinto "INBOX/Mailinglisten/FreeBSD/freebsd-questions"; >>> } >>> >>> else { >>> keep; >>> } >> You probably want to change the "owner" to just the list in question. > > Or use the List-ID header. Ahh yes! That was the one I used to use... :)