bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] mail.local and maildir


From: Felix Egli
Subject: [bug-mailutils] mail.local and maildir
Date: Sat, 15 Jan 2005 20:22:08 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041218)

Hello

I am trying to deliver mail with mail.local to maildir storage. But i get the following Messages: Jan 15 20:01:14 backup mail.local[12296]: (user root) /root/.filter.sieve:3: FILEINTO on msg uid 1: delivering into Maildir/.Test Jan 15 20:01:14 backup mail.local[12296]: mailbox_create_default (Maildir/.Test) failed: No registered handler Jan 15 20:01:14 backup mail.local[12296]: fileinto: cannot save to mailbox: No registered handler Jan 15 20:01:14 backup mail.local[12296]: (user root) /root/.filter.sieve:4: STOP on msg uid 1

The command used was:
/usr/local/libexec/mail.local --debug=Ttl9 --sieve=/root/.filter.sieve root < Message

/root/.filter.sieve is:
===========================================
require ["fileinto"];

fileinto "Maildir/.Test";
stop;
===========================================


When i change /root/.filter.sieve to:
===========================================
require ["fileinto"];

fileinto "Maildir/Test";
stop;
===========================================

And do a "touch Maildir/Test", the mail is delivered to the mailbox Maildir/Test.

Jan 15 20:03:23 backup mail.local[12364]: (user root) /root/.filter.sieve:3: FILEINTO on msg uid 1: delivering into Maildir/Test Jan 15 20:03:23 backup mail.local[12364]: mbox_open (/root/Maildir/Test, 0x12) Jan 15 20:03:23 backup mail.local[12364]: mbox_append_message (/root/Maildir/Test)
Jan 15 20:03:23 backup mail.local[12364]: mbox_close (/root/Maildir/Test)
Jan 15 20:03:23 backup mail.local[12364]: mbox_destroy (/root/Maildir/Test)
Jan 15 20:03:23 backup mail.local[12364]: (user root) /root/.filter.sieve:4: STOP on msg uid 1



With movemail i can move messages from the mail spool to the maildir message store:
address@hidden:/root$ movemail /var/mail/root Maildir/.Test

The mailutils version used is 0.6.

Why is movemail working and mail.local not?
Am i missing something?

Best regards
Felix Egli




reply via email to

[Prev in Thread] Current Thread [Next in Thread]