Hello, I've been having a problem with sieve and was hoping someone on this list might be able to help. I have managed to get sieve to work with all the filtering commands, except "fileinto".
Software Versions: ------------------ Cyrus Imap 2.2.4 Cyrus Sasl 2.1.18 Postfix 2.1 FreeBSD 5.2.1-Release-p6 Following are the relevant parts of my imapd.conf: -------------------------------------------------- unixhierarchysep: yes altnamespace: no duplicatesuppression: yes sieveusehomedir: false sievedir: /var/imap/sieve This is the content of my sieve script using "fileinto". -------------------------------------------------------- require ["fileinto","reject"]; if header :contains "Subject" "testing" { fileinto "INBOX/Junk"; } Here is the debug output from Cyrus: ------------------------------------------- May 19 23:26:06 mail master[41279]: about to exec /usr/local/cyrus/bin/lmtpd May 19 23:26:06 mail lmtpunix[41279]: executed May 19 23:26:06 mail lmtpunix[41279]: accepted connection May 19 23:26:06 mail lmtpunix[41279]: lmtp connection preauth'd as postman May 19 23:26:06 mail lmtpunix[41279]: duplicate_check: <[EMAIL PROTECTED]> user.test^mydomain^com.Junk 0 May 19 23:26:06 mail lmtpunix[41279]: duplicate_check: <[EMAIL PROTECTED]> user.test^mydomain^com 0 May 19 23:26:06 mail lmtpunix[41279]: mystore: starting txn 2147483772 May 19 23:26:06 mail lmtpunix[41279]: mystore: committing txn 2147483772 May 19 23:26:06 mail lmtpunix[41279]: duplicate_mark: <[EMAIL PROTECTED]> user.test^mydomain^com 1085034366 2 Any help would greatly be appreciated. Thank you, Tony --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html