From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 03:50:54 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 37C1A106564A for ; Sat, 14 Jan 2012 03:50:54 +0000 (UTC) (envelope-from tp@facility5.org) Received: from facility5.org (facility5.org [88.198.124.93]) by mx1.freebsd.org (Postfix) with ESMTP id F060C8FC13 for ; Sat, 14 Jan 2012 03:50:53 +0000 (UTC) Received: from [192.168.50.100] (dtmd-4db20800.pool.mediaWays.net [77.178.8.0]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tobi@facility5.org) by facility5.org (Postfix) with ESMTPSA id 5715817C5DC for ; Sat, 14 Jan 2012 04:37:34 +0100 (CET) Message-ID: <4F10F880.4000001@facility5.org> Date: Sat, 14 Jan 2012 04:37:36 +0100 From: Tobi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: 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 03:50:54 -0000 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; } can anybody help me? thanks, tobi