[imapfilter-devel]Unending tagret mailbox on Cyrus
Lefteris Chatzibarbas
lefcha at hellug.gr
Fri Oct 25 19:00:01 EEST 2002
On Wed, Oct 23, 2002 at 11:01:49PM +0200, Goran Lowkrantz wrote:
> Hi,
>
> I am trying to move a number of IMAP account from an Exchange server to a
> Cyrus IMAP server, trying to use imapfilter. Two problem soccure. One is
> that the target mailbox expansion seems to be a never ending story:
> INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INB
> OX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.INBOX.I
Can you try disabling the namespace option, so the prefix is not applied
automatically? Look below what to change...
>
> This is my configuration file:
> =======================================================================
> set timeout = 120
> expunge = no
> subscribe = yes
Add:
namespace = no
>
> account from xxxx:xxxxxxx at imaphost1
> folder inboxin INBOX/dn
>
> account to xxxxx:xxxxxxx at imaphost2
> folder inboxto .
>
>
>
> filter allINBOX
> mask undeleted
> action rcopy to moved.INBOX.dn
Modify to:
action rcopy to INBOX.moved.INBOX.dn
>
> job allINBOX inboxin
> =======================================================================
>
> The second is that it cores whe trying to move the mail.
We will look into this problem later...
More information about the Imapfilter-devel
mailing list