From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 04:20:49 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 2A06C106566C for ; Sat, 14 Jan 2012 04:20:49 +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 D9AA88FC15 for ; Sat, 14 Jan 2012 04:20:48 +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 AB18C5C26 for ; Sat, 14 Jan 2012 14:32:39 +1000 (EST) Message-ID: <4F11015F.6030104@herveybayaustralia.com.au> Date: Sat, 14 Jan 2012 14:15:27 +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: freebsd-questions@freebsd.org References: <4F10F880.4000001@facility5.org> In-Reply-To: <4F10F880.4000001@facility5.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 04:20:49 -0000 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.