Erik Steffl <[EMAIL PROTECTED]> writes: > I thought that the problem might be 700 permissions on my home > directory so I changed it to 777 (the same for ~/.sieve) but it still > does not work (the message is not rejected).
The mode 700 on your directory would definitely be a problem; mail delivery is run as cyrus, and cyrus wouldn't be able to stat files in that directory. However, mode 777 may also be a problem. It's quite possible that sieve refuses to run if the directory or .sieve file has too loose permissions, or the .sieve file isn't owned by the correct user. Try setting the directory to mode 755 and the .sieve file to 644. -- Dave Carrigan ([EMAIL PROTECTED]) | Yow! YOU!! Give me the CUTEST, UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | PINKEST, most charming little Seattle, WA, USA | VICTORIAN DOLLHOUSE you can http://www.rudedog.org/ | find!! An make it SNAPPY!!

