(unknown)

Tony lists at switchout.com
Thu May 20 03:02:56 EDT 2004


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:
<40AC4FA9.9090900 at mydomain.com>         user.test^mydomain^com.Junk 0
May 19 23:26:06 mail lmtpunix[41279]: duplicate_check:
<40AC4FA9.9090900 at mydomain.com>         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:
<40AC4FA9.9090900 at mydomain.com>         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




More information about the Info-cyrus mailing list