Displaying 2 results from an estimated 2 matches for "adminlife".
2007 May 06
1
sieve parse error
...-------------------------------------------------------------------------------------
This is the error I get in mail.log:
----------------------------------------------------------------------------------------------------
May 6 15:47:08 gehirnschnecke deliver: sieve parse error for
matthias at adminlife.net: line 8: syntax error, unexpected IF, expecting '{'
----------------------------------------------------------------------------------------------------
After studying sieve.info my sieve script should be correct. What could
be wrong here?
Thanks & best regards
Matthias
2007 Nov 26
4
Using global und per-user sieve scripts at the same time
Hi list,
I'm trying to get a global sieve mailfilter with per-user sieve scripts
to work.
At the "lda"-section in the dovecot.conf file I have:
global_script_path = /usr/local/etc/sieve/spam
/usr/local/etc/sieve/spam:
require "fileinto";
if header :contains ["Subject"] ["***Spam***"] {
fileinto "Spam";
stop;
}
which will work fine