From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 09:47:47 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 DBC22106567A for ; Sat, 14 Jan 2012 09:47:47 +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 8E7788FC08 for ; Sat, 14 Jan 2012 09:47:47 +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 197D75C26 for ; Sat, 14 Jan 2012 20:00:17 +1000 (EST) Message-ID: <4F114E64.1040204@herveybayaustralia.com.au> Date: Sat, 14 Jan 2012 19:44:04 +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> <4F11015F.6030104@herveybayaustralia.com.au> <4F111069.5000606@herveybayaustralia.com.au> <4F1111C9.2040908@facility5.org> <4F1144B5.7000004@infracaninophile.co.uk> In-Reply-To: <4F1144B5.7000004@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; 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 09:47:48 -0000 On 01/14/12 19:02, Matthew Seaman wrote: > On 14/01/2012 05:25, Tobi wrote: >> Thanks!!! >> It works fine with this: >> >> if header :contains ["List-ID"] "freebsd-questions@freebsd.org" { >> fileinto "INBOX.Mailinglisten.FreeBSD.freebsd-questions"; >> stop; >> } > You'll find that whenever someone replies to one of your messages on the > list you'll often tend to get the response directly rather than via the > mailing list, so it won't be filed by this rule. Actually, my experience shows that it will still *usually* result in a success- the various headers generally remain intact with replies, but it is one of the other header fields that changes. The above will work 98% of the time. > This might be considered a feature. :)