On Mon, 16 Feb 2004 [EMAIL PROTECTED] wrote: > Feb 15 04:26:00 host.cwi.nl lmtpd[28106]: [ID 358100 local6.info] sieve parse > error for user: line 7: fileinto not required > [...] > Did anyone experience this before? Does anybody have any idea why this > is happening?
If the script includes a fileinto action it needs to begin with the line require "fileinto"; This is because fileinto is an optional capability for Sieve implementations (see RFC 3028 sections 2.10.5, 3.2 and 4.2). Admittedly the error message is ambiguous to someone who doesn't already know the special meaning being given to the verb "require": perhaps something like "require" statement missing for fileinto capability would be clearer? -- Simon Brady mailto:[EMAIL PROTECTED] ITS Technical Services University of Otago, Dunedin, New Zealand --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html