[Dovecot] sievec error: "fileinto require missing"
Thomas Leuxner
tlx at leuxner.net
Sun Jun 28 12:33:04 EEST 2009
On Sun, Jun 28, 2009 at 05:25:28AM -0400, Braden McDaniel wrote:
> .dovecot.sieve just looks like this:
>
> $ cat .dovecot.sieve
> if header :contains ["List-Id"] ["dovecot.dovecot.org"]
> {
> fileinto "INBOX.dovecot";
> stop;
> }
You need to include the referenced functions in the script via require:
require ["include","copy","fileinto","vacation"];
#nclude :global "global.sieve";
In your case require require ["fileinto"]; will do at the top of the script.
Rgds
Thomas
More information about the dovecot
mailing list