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

Re: unable to open mailbox



On 2010-01-09 15:38 (+0530), Jeffrin Jose wrote:

> i have invoked  " fetchmail -v --mda /usr/bin/procmail"
> my procmailrc is ...

> :0
> * ^To.*bugs.debian.org
> debian-bugs

You use mbox format so you really should use use lock files when writing
to mailboxes. That is, use ":0:" instead of ":0" in .procmailrc file,
like this:

    :0:
    * ^To: .*bugs\.debian\.org
    debian-bugs

But consider using Maildir format instead. It doesn't need lock files.
With procmail you can do it by adding "/" after the mailbox name:

    :0
    * ^To: .*bugs\.debian\.org
    debian-bugs/

-- 
Feel free to Cc me your replies
if you want to make sure I'll notice them.


Reply to: