Spam filtering / Sieve on bulletinboards

Chris St. Pierre stpierre at NebrWesleyan.edu
Mon Feb 26 16:53:09 EST 2007


On Mon, 26 Feb 2007, Andre Plante wrote:

> I have recently setup some bulletin boards, which are designed to
> receive mail from our external clients alerting us of issues.
> What I am now trying to do, but can't find any references on how to do
> this, is setup sieve filtering of the messages so that the messages that
> are likely spam (as judged by spamassassin) as automatically moved into
> a seperate folder.

We use something like this:

# Probably Spam
if header :comparator "i;ascii-casemap" :matches "Subject" "[SPAM:*"
{
     fileinto "INBOX.Junk Mail";
     stop;
}

Chris St. Pierre
Unix Systems Administrator
Nebraska Wesleyan University
----------------------------
Never send mail to thobrux at nebrwesleyan.edu



More information about the Info-cyrus mailing list