Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 04:37:36 +0100
From:      Tobi <tp@facility5.org>
To:        freebsd-questions@freebsd.org
Subject:   FreeBSD Mailling list and Slieve filter
Message-ID:  <4F10F880.4000001@facility5.org>

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



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