FreeBSD Mailling list and Slieve filter

Warren Block wblock at wonkity.com
Sat Jan 14 05:14:00 UTC 2012


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 at freebsd.org" {
>>      fileinto "INBOX/Mailinglisten/FreeBSD/freebsd-bugs";
>> }
>> 
>> elsif address :is ["from", "to"] "owner-freebsd-questions at 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.


More information about the freebsd-questions mailing list