[imapfilter-devel] Invalid system flag

Peter Kronfuss dreamfire at gmx.at
Sat Jun 12 18:44:48 EEST 2004


Hello!

I am trying to copy messages from one account to another using imapfilter.

My imapfilter Version is:
IMAPFilter 1.0  Copyright (c) 2001-2004 Lefteris Chatzibarbas

My Config-File: (username/password changed)
[...]
account1 = {
        server = 'localhost',
        username = 'aaa',
        password = 'aaa',
}

account2 = {
        server = 'localhost',
        username = 'bbb',
        password = 'bbb',
}
[...]
ots = {
        'from "OTS Verteiler"',
}
[...]
results = match(account1, 'INBOX', ots)
copy(account1, 'INBOX', account2, 'ots', results)
move(account1, 'INBOX', account1, 'ots', results)
[...]

The result is that all OTS Messages are moved in the mailbox ots at 
account1 but only the first message is copied to the mailbox at account2.

My imap-Server is as you can see in the log Cyrus IMAP4 v1.5.19
If I start imapfilter with the -v command I get the following error 
messages:

[...]
S (4): * OK netgate Cyrus IMAP4 v1.5.19 server ready
C (4): 101C CAPABILITY
S (4): 101C OK Completed
C (4): 101D LOGIN "bbb" *
S (4): 101D OK User logged in
C (4): 101E NAMESPACE
S (4): 101E OK Completed
C (4): 101F APPEND "INBOX.ots" (\Seen) "12-Jun-2004 16:23:56 +0200" {5938}
S (4): 101F OK [APPENDUID 1087025209 11] Completed
C (4): 1020 APPEND "INBOX.ots" (\NonJunk) "12-Jun-2004 16:23:55 +0200" 
{6859}
S (4): 1020 BAD Invalid system flag in Append command
C (4): 1021 APPEND "INBOX.ots" (\NonJunk) "12-Jun-2004 16:23:55 +0200" 
{5979}
S (4): 1021 BAD Invalid system flag in Append command
[...]

Does anyone know why this happens?

-- 
Peter




More information about the Imapfilter-devel mailing list