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@xxxxxxxxxxxxxxxx ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html