[Dovecot] Sieve problem with 1.1.2

justin at ma3x.net justin at ma3x.net
Thu Sep 4 15:30:30 EEST 2008


Hello,

I am new here, so excuse me if i am asking something already asked. I am
using dovecot 1.1.2 along with postfix 2.6 and a pgsql backend. So far
everything is great, until i wanted to try out the sieve implementation.
I am using dovecot for deliver and i have set

global_script_path = /home/vmail/globalsieverc

The script IS working until a given user defines his own sieve script (
for example ) :

require ["fileinto"];
# Move mail from my gmail account to gmail folder
if header :contains "From" ["xxxxx at gmail.com"] {
  fileinto "gmail";
}


This ( or any other script for all i know ) breaks up the global one,
and it stops working. The global script looks like this :


require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Flag" ["YES"] {
  fileinto "spam";
  stop;
}


Am i missing something, or this is the desired behaviour ?


More information about the dovecot mailing list