procmail->cyrus [was: executing spamassassin from sieve on some of the messages]

2004-11-01 Thread Vadim
Thanks everybody for help. I finaly got it working. Here is info: First you need to change some permitions: chgrp mail /usr/sbin/cyrdeliver chmod 2755 /usr/sbin/cyrdeliver and then .procmailrc file can be as: #procmailrc- SHELL=/bin/sh #Us

Re: executing spamassassin from sieve on some of the messages

2004-11-01 Thread Ben Hutchings
Vadim wrote: Henrique de Moraes Holschuh wrote: That's my understanding as well, then, is there any other way I can sort messages with cyrus? Sure, filter them before they get to Cyrus. If you want to do all decision making with Sieve, make sure the filters add headers you can test against. So

Re: executing spamassassin from sieve on some of the messages

2004-10-31 Thread Andrea Vettorello
On Sun, 31 Oct 2004 17:32:19 +0100, Maurits van Rees <[EMAIL PROTECTED]> wrote: > On Sun, Oct 31, 2004 at 09:49:33AM +0100, Andrea Vettorello wrote: > > Mmh, i'm not sure but maybe you can use procmail as delivery agent and > > make the check from there (it's only a guess, i should check the Cyrus

Re: executing spamassassin from sieve on some of the messages

2004-10-31 Thread Maurits van Rees
On Sun, Oct 31, 2004 at 09:49:33AM +0100, Andrea Vettorello wrote: > Mmh, i'm not sure but maybe you can use procmail as delivery agent and > make the check from there (it's only a guess, i should check the Cyrus > documentation)... I did some googling on procmail and cyrus a few days ago. My conc

Re: executing spamassassin from sieve on some of the messages

2004-10-31 Thread Vadim
Henrique de Moraes Holschuh wrote: That's my understanding as well, then, is there any other way I can sort messages with cyrus? Sure, filter them before they get to Cyrus. If you want to do all decision making with Sieve, make sure the filters add headers you can test against. So if I us

Re: executing spamassassin from sieve on some of the messages

2004-10-31 Thread Henrique de Moraes Holschuh
On Sun, 31 Oct 2004, Vadim wrote: > >>I am setting cyrus on sarge, and I want to send some (but not all) > >>messages through spamassassin (smapc). in procmail I would just pipe it That is not available in Sieve yet, not even on 2.2 CVS. It will be, in a few months I think. > >>after I run all

Re: executing spamassassin from sieve on some of the messages

2004-10-31 Thread Andrea Vettorello
On Sun, 31 Oct 2004 01:33:11 -0700, Vadim <[EMAIL PROTECTED]> wrote: > Andrea Vettorello wrote: > > > > >On Sat, 30 Oct 2004 21:18:26 -0700, Vadim Kutsyy, PhD <[EMAIL PROTECTED]> wrote: > > > > > >>I am setting cyrus on sarge, and I want to send some (but not all) > >>messages through spamassass

Re: executing spamassassin from sieve on some of the messages

2004-10-31 Thread Vadim
Andrea Vettorello wrote: On Sat, 30 Oct 2004 21:18:26 -0700, Vadim Kutsyy, PhD <[EMAIL PROTECTED]> wrote: I am setting cyrus on sarge, and I want to send some (but not all) messages through spamassassin (smapc). in procmail I would just pipe it after I run all of the tests for lists, but what c

Re: executing spamassassin from sieve on some of the messages

2004-10-31 Thread Andrea Vettorello
On Sat, 30 Oct 2004 21:18:26 -0700, Vadim Kutsyy, PhD <[EMAIL PROTECTED]> wrote: > I am setting cyrus on sarge, and I want to send some (but not all) > messages through spamassassin (smapc). in procmail I would just pipe it > after I run all of the tests for lists, but what can I do in sieve? My >

executing spamassassin from sieve on some of the messages

2004-10-30 Thread Vadim Kutsyy, PhD
I am setting cyrus on sarge, and I want to send some (but not all) messages through spamassassin (smapc). in procmail I would just pipe it after I run all of the tests for lists, but what can I do in sieve? My understanding that sieve doesn't support pipe, is there any way I can execute spama