Date: Fri, 13 Jan 2012 22:13:57 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Da Rock <freebsd-questions@herveybayaustralia.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD Mailling list and Slieve filter Message-ID: <alpine.BSF.2.00.1201132213120.72279@wonkity.com> In-Reply-To: <4F11015F.6030104@herveybayaustralia.com.au> References: <4F10F880.4000001@facility5.org> <4F11015F.6030104@herveybayaustralia.com.au>
index | next in thread | previous in thread | raw e-mail
On Sat, 14 Jan 2012, Da Rock wrote:
> 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.
Or use the List-ID header.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1201132213120.72279>
