Re: [Dovecot] Sieve and global scripts

2008-11-28 Thread Stephan Bosch
Andrés Yacopino schreef: Hi Stephan I will love this feature too. Allan, could you give some example of your wrapper. Thanks, It is on my TODO list. However, doing this correctly is not as trivial as it may seem. There are a few semantical issues to resolve. For instance: should subsequent scr

Re: [Dovecot] Sieve and global scripts

2008-11-28 Thread Tom Hendrikx
Hi, Since there already is support for including a global sieve script from within your personal sieve script, wouldn't it be easier to add a default sieve script in your /etc/skel/ dir that includes the global script include? In that way it works out of the box for new users, but configuration c

Re: [Dovecot] Sieve and global scripts

2008-11-28 Thread Andrés Yacopino
Hi Stephan I will love this feature too. Allan, could you give some example of your wrapper. Thanks, Andres Allan Cassaro escribió: Hi Stephan Bosch, there's any way to make the dovecot deliver agent (with sieve) load a "global sieve script" before load the user sieve file? I want to create s

[Dovecot] Sieve and global scripts

2008-11-25 Thread Allan Cassaro
Hi Stephan Bosch, there's any way to make the dovecot deliver agent (with sieve) load a "global sieve script" before load the user sieve file? I want to create some rules for every one, like: "if header contais: IS SPAM, move to SPAM BOX"... I made this today with a couple of "sed + awk" and a wra