From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 13:08:56 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 A29DB106564A for ; Sat, 14 Jan 2012 13:08:56 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 35AFC8FC08 for ; Sat, 14 Jan 2012 13:08:55 +0000 (UTC) Received: by wibhm4 with SMTP id hm4so1441593wib.13 for ; Sat, 14 Jan 2012 05:08:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=PR4svF7uRzIJHLBRlPcf1gJ9B/hE5c0Gr74SnntqGEM=; b=E7I4F6bzzUukfOgqi+/WIvJ2OtnkRK+otMRoIHRNPwze9RfwDjKw3tLqZe533KMIGf De3Jo4w3TsCVjWINn3I8WMmhjbBeV2L9DVNCOxSzNh5kZfvSjmBlW3FVOg24suW+UI3Z VwREnquL03z0b0e090uIG/ZCnotB6duzJtWKM= Received: by 10.180.106.130 with SMTP id gu2mr8345550wib.6.1326546535099; Sat, 14 Jan 2012 05:08:55 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id g12sm21832065wiw.10.2012.01.14.05.08.53 (version=SSLv3 cipher=OTHER); Sat, 14 Jan 2012 05:08:54 -0800 (PST) Date: Sat, 14 Jan 2012 13:08:51 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120114130851.0d8802ce@gumby.homeunix.com> In-Reply-To: <4F114E64.1040204@herveybayaustralia.com.au> References: <4F10F880.4000001@facility5.org> <4F11015F.6030104@herveybayaustralia.com.au> <4F111069.5000606@herveybayaustralia.com.au> <4F1111C9.2040908@facility5.org> <4F1144B5.7000004@infracaninophile.co.uk> <4F114E64.1040204@herveybayaustralia.com.au> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 13:08:56 -0000 On Sat, 14 Jan 2012 19:44:04 +1000 Da Rock wrote: > 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. The problem occurs when you don't get the in-list copy, either because the list doesn't send copies to addresses in Cc/To, or because some mail systems (gmail) treat the delayed in-list copy as a duplicate. In this case you can't use list-id reliably. I think it's unusual for lists to suppress in-list copies, except as an option, so this is mostly a gmail problem. I had to rewrite my sieve rules when I switched to gmail, before that list-id worked just fine.