--On 19 February 2003 15:10 -0500 Ken Murchison <[EMAIL PROTECTED]> wrote:
User Cyrus can read the script: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"?
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.