Re: Spam filtering / Sieve on bulletinboards

2007-08-24 Thread Janne Peltonen
* Janne Peltonen [EMAIL PROTECTED] [20070228 07:16]: On Tue, Feb 27, 2007 at 07:07:22AM -0800, Ben Poliakoff wrote: Since version 2.2.13 bulletins/shared-folders can be made to evaluate sieve scripts. Configuring these scripts is different in two key ways: - sieve scripts

Re: Spam filtering / Sieve on bulletinboards

2007-02-28 Thread Janne Peltonen
On Tue, Feb 27, 2007 at 08:56:43AM -0600, Chris St. Pierre wrote: On Tue, 27 Feb 2007, Janne Peltonen wrote: So apparently you can sieve mail coming to a bulletin board? How? I just assumed the OP had figured _that_ part out. :) Presumably, though, if the BB system checks for mail to it

Re: Spam filtering / Sieve on bulletinboards

2007-02-28 Thread Janne Peltonen
On Tue, Feb 27, 2007 at 07:07:22AM -0800, Ben Poliakoff wrote: Since version 2.2.13 bulletins/shared-folders can be made to evaluate sieve scripts. Configuring these scripts is different in two key ways: - sieve scripts for shared folders must be uploaded into the global namespace,

Re: Spam filtering / Sieve on bulletinboards

2007-02-28 Thread Ben Poliakoff
* Janne Peltonen [EMAIL PROTECTED] [20070228 07:16]: On Tue, Feb 27, 2007 at 07:07:22AM -0800, Ben Poliakoff wrote: Since version 2.2.13 bulletins/shared-folders can be made to evaluate sieve scripts. Configuring these scripts is different in two key ways: - sieve scripts for shared

Re: Spam filtering / Sieve on bulletinboards

2007-02-27 Thread Chris St. Pierre
On Tue, 27 Feb 2007, Janne Peltonen wrote: So apparently you can sieve mail coming to a bulletin board? How? I just assumed the OP had figured _that_ part out. :) Presumably, though, if the BB system checks for mail to it via POP or IMAP, you could set sieve filters for its account. Chris

Re: Spam filtering / Sieve on bulletinboards

2007-02-27 Thread Ben Poliakoff
* Janne Peltonen [EMAIL PROTECTED] [20070226 23:55]: On Mon, Feb 26, 2007 at 03:53:09PM -0600, Chris St. Pierre wrote: We use something like this: # Probably Spam if header :comparator i;ascii-casemap :matches Subject [SPAM:* { fileinto INBOX.Junk Mail; stop; } So

Re: Spam filtering / Sieve on bulletinboards

2007-02-26 Thread Chris St. Pierre
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

Re: Spam filtering / Sieve on bulletinboards

2007-02-26 Thread Janne Peltonen
On Mon, Feb 26, 2007 at 03:53:09PM -0600, Chris St. Pierre wrote: We use something like this: # Probably Spam if header :comparator i;ascii-casemap :matches Subject [SPAM:* { fileinto INBOX.Junk Mail; stop; } So apparently you can sieve mail coming to a bulletin board? How?