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?

Re: Spam Filtering in lmtpd

2004-05-31 Thread Rob Siemborski
On Sun, 30 May 2004, Markus Wernig wrote: Now my humble questions: Is there any way to do this with the current lmtpd? No. If no, is anybody working on something similar? No, but I know how I'd implement if if I had the time. In any case: Does anybody see a significant disadvantage in the concept?

Spam Filtering in lmtpd

2004-05-30 Thread Markus Wernig
Hi all I have setup cyrus and sendmail with spamass-milter and clam-milter and am very happy with it. The one problem (besides user-based bayes databases) is that every mail gets spam-scanned, even if only relayed. My idea now is that only those messages should be passed to spamd that are to be

Re: spam filtering

2003-10-15 Thread Tom Allison
Ali Asad Lotia wrote: i would recommend that you look at amavisd-new for spam filtering. it plugs in between your mta (postfix, qmail, sendmail) and cyrus. there are also options to allow people to opt out of the spam filtering etc. pretty solid piece of software. i am using

Re: spam filtering

2003-10-15 Thread Joakim Ryden
On Wednesday 15 October 2003 02:37 am, Tom Allison wrote: [...] I'm thinking your answer might be correct. Even though I tried a rpm for amavisd-new and that was a pretty bad failure, it might make sense for me to just install and configure all of this without trying to rely on any packaging.

Re: spam filtering

2003-10-15 Thread Etienne Goyer
Another possibility is MailScanner, that we use successfully at a few locations. It does it all : spam filtering with SpamAssassin, virus scanning, attachement blocking, etc and is very flexible. Since it work at the MTA level, it should not interfere with your Cyrus installation. http

spam filtering

2003-10-14 Thread Tom Allison
Hello everyone, I'm new to the list and a noob to cyrus as well. But hopefully not hopeless. I'm trying to get cyrus-imap configured. This in itself has not been very difficult under SuSE8.2. Where I get stuck is I want to incorporate spamassassin into the process. The only way that I can

Re: spam filtering

2003-10-14 Thread Ali Asad Lotia
i would recommend that you look at amavisd-new for spam filtering. it plugs in between your mta (postfix, qmail, sendmail) and cyrus. there are also options to allow people to opt out of the spam filtering etc. pretty solid piece of software. i am using it with spamassassin and clamav

Re: Sieve interface for spam filtering scripts?

2003-10-01 Thread Alexandros Vellis
On Wed, 1 Oct 2003 00:33:33 +0100 (BST) Mike Brodbelt [EMAIL PROTECTED] wrote: Squirrelmail has a sieve plugin. Maybe give that a try ;) I'll second that. I'm using Squirrelmail and the sieve plugin in production, and can vouch for it. In my TODO list there has been an entry for ready-made

Re: Sieve interface for spam filtering scripts?

2003-10-01 Thread Patrick Welche
On Tue, Sep 30, 2003 at 12:44:12PM -0700, Pat Lashley wrote: .. I'll also be checking out Websieve, Smartsieve, and damn, none of these do what I want so I'll have to roll my own. .. and the avelsieve plugin to squirrelmail.. Cheers, Patrick

Re: Sieve interface for spam filtering scripts?

2003-10-01 Thread Patrick Welche
On Wed, Oct 01, 2003 at 12:33:01PM +0300, Alexandros Vellis wrote: On Wed, 1 Oct 2003 00:33:33 +0100 (BST) Mike Brodbelt [EMAIL PROTECTED] wrote: Squirrelmail has a sieve plugin. Maybe give that a try ;) I'll second that. I'm using Squirrelmail and the sieve plugin in production, and

Sieve interface for spam filtering scripts?

2003-09-30 Thread Tuuli K Tuominen
Hello, Does anyone have a simple sieve web interface for creating a filter for spam-tagged messages? We'll be tagging spam messages with a X-Spam-Status: Yes header or somesuch and now I'm looking for an easy Sieve interface for creating simple sieve scripts to filter spam-tagged messages. At the

Sieve interface for spam filtering scripts?

2003-09-30 Thread Tuuli K Tuominen
Hello, Does anyone have a simple sieve web interface for creating a filter for spam-tagged messages? We'll be tagging spam messages with a X-Spam-Status: Yes header or somesuch and now I'm looking for an easy Sieve interface for creating simple sieve scripts to filter spam-tagged messages. At the

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Leena Heino
On Tue, 30 Sep 2003, Tuuli K Tuominen wrote: Hello, Does anyone have a simple sieve web interface for creating a filter for spam-tagged messages? We'll be tagging spam messages with a You might want to look at the Horde projects Ingo. If your users are used to use Imp as their email client

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Geoff Stitt
Squirrelmail has a sieve plugin. Maybe give that a try ;) On Tue, 2003-09-30 at 15:03, Tuuli K Tuominen wrote: Hello, Does anyone have a simple sieve web interface for creating a filter for spam-tagged messages? We'll be tagging spam messages with a X-Spam-Status: Yes header or somesuch and

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Marc G. Fournier
we use ingo, which is part of the whole horde framework ... On Tue, 30 Sep 2003, Tuuli K Tuominen wrote: Hello, Does anyone have a simple sieve web interface for creating a filter for spam-tagged messages? We'll be tagging spam messages with a X-Spam-Status: Yes header or somesuch and now

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Tuuli K Tuominen
On Tue, 30 Sep 2003, Pat Lashley wrote: I've recently upgraded my Exim setup to include ExiScan-ACL and SpamAssassin. It is configured to add several headers for different levels of filtering capability. (The ones I chose were taken from the examples for ExiSan-ACL and SA; so they should be

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Pat Lashley
--On Tuesday, September 30, 2003 21:45:11 +0300 Tuuli K Tuominen [EMAIL PROTECTED] wrote: Hello, Does anyone have a simple sieve web interface for creating a filter for spam-tagged messages? We'll be tagging spam messages with a X-Spam-Status: Yes header or somesuch and now I'm looking for an

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Pat Lashley
--On Tuesday, September 30, 2003 22:12:04 +0300 Tuuli K Tuominen [EMAIL PROTECTED] wrote: Ah, very good. How do your users create their sieve scripts then? I assume you have some basic ways of creating filters and then more advanced users can create their own scripts? Do your users use Websieve?

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Etienne Goyer
On Tue, Sep 30, 2003 at 10:08:21PM +0300, Leena Heino wrote: On Tue, 30 Sep 2003, Tuuli K Tuominen wrote: Hello, Does anyone have a simple sieve web interface for creating a filter for spam-tagged messages? We'll be tagging spam messages with a You might want to look at the Horde

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Mike Brodbelt
Squirrelmail has a sieve plugin. Maybe give that a try ;) I'll second that. I'm using Squirrelmail and the sieve plugin in production, and can vouch for it. Works very well, and users have no problem setting up spam filtering. I use sendmail/milter/spamassassin to tag all incoming mail - it's