Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 14:15:27 +1000
From:      Da Rock <freebsd-questions@herveybayaustralia.com.au>
To:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD Mailling list and Slieve filter
Message-ID:  <4F11015F.6030104@herveybayaustralia.com.au>
In-Reply-To: <4F10F880.4000001@facility5.org>
References:  <4F10F880.4000001@facility5.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F11015F.6030104>