Daryl
--On 20 February 2003 18:55 +0900 Mark Keasling <[EMAIL PROTECTED]> wrote:
Hi, Is the '}' missing in your script or did you just miss it when cutting and pasting?On Thu, 20 Feb 2003 09:39:12 +0000, Daryl <[EMAIL PROTECTED]> wrote...--On 19 February 2003 15:10 -0500 Ken Murchison <[EMAIL PROTECTED]> wrote: > Did you check the permissions on the entire path to your script? Do > you have 'sieveusehomedir' enabled? DO you have any messages in > imapd.log like: "lmtpd: unable to init duplicate delivery database"? User Cyrus can read the script: cyrus@mini-me~$less ~xxx/.sieve require ["fileinto", "reject", "vacation", "regex", "relational"]; if header :contains ["to", "cc"] "[EMAIL PROTECTED]" { fileinto "INBOX.Cyrus"; & I do have this in my imapd.conf:- sieveusehomedir: true Whats frustrating is the lack of any errors in the logs, making this one quite hard to track down.Regards, Mark Keasling <[EMAIL PROTECTED]>