Re: [Dovecot] Error when using include directive in Sieve

2008-05-28 Thread Juan Asensio Sánchez
Yes, xD 1.1rc5. And yes, this is the same installation that the "error using antispam plugin". But deactivating antispam plugin, the problem with sieve persists. So, as Anders has said, the included script must exist, so there is no viable solution. Thanks. 2008/5/28 Charles Marcus <[EMAIL PROTEC

Re: [Dovecot] Error when using include directive in Sieve

2008-05-28 Thread Charles Marcus
On 5/27/2008 6:47 PM, Juan Asensio Sánchez wrote: Hi I have two sieve scripts: Is this the same installation as the one with the 'error antispam plugin'? If so, there is no 1.1rc15, so, was it actually 1.1rc5? Or 1.0rc15? Iinclude support is not available in the 1.0.x series, only in 1.1...

Re: [Dovecot] Error when using include directive in Sieve

2008-05-28 Thread Anders
Juan Asensio Sánchez wrote: > Personal sieve script is not sure to exist, only if the user has Unfortunately, included files must exist. See http://dovecot.org/list/dovecot/2008-February/029090.html Cheers, Anders.

[Dovecot] Error when using include directive in Sieve

2008-05-27 Thread Juan Asensio Sánchez
Hi I have two sieve scripts: # cat /var/vmail/sieve/global require ["include"]; include :global "spam"; include :personal "sieve"; # cat /var/vmail/sieve/spam require "fileinto"; if exists "X-Spam-Flag" { fileinto "Junk"; } # ls -l /var/vmail/sieve/ total 16 -rw-r--r-- 1 mailuser mailgroup 68