Hi,
i have a problem with the managesieve plugin. When I add a filter to a filter set and then select action as setflag, sddflag, removeflag, can I save this filter. This filter set works fine with dovecot. But I can't add another filter. In roundcube shows up „Unable to save filter. Server error occured“. The logs contain „[07-Mar-2011 13:10:06] test.roundcube: line 1: error: require command: unknown Sieve capability 'imapflags'. test.roundcube: line 5: error: unknown command 'removeflag' (only reported once at first occurence). test.roundcube: error: validation failed. (3): „
test.roundcube: require ["imap4flags"]; # rule:[TEST] if header :contains "Subject" "TEST" { setflag "\Seen"; stop; }
I am using roundcube r4591 and as IMAP server Dovecot 1.2.16. Is this a bug and/or how i can solve this problem ?
Thanks, Regards, Carsten
On 07.03.2011 13:40, Carsten Uppenbrink wrote:
i have a problem with the managesieve plugin. When I add a filter to a filter set and then select action as setflag, sddflag, removeflag, can I save this filter. This filter set works fine with dovecot. But I can't add another filter.
Yes. It's a bug. Create a ticket in the tracker, I'll work on this later.
On Mon, 07 Mar 2011 12:40:41 +0000, Carsten Uppenbrink carsten@uppenbrink.net wrote:
The logs contain „[07-Mar-2011 13:10:06] test.roundcube: line 1: error:
require command: unknown Sieve capability 'imapflags'. test.roundcube: line 5: error: unknown command 'removeflag' (only reported once at
first
occurence). test.roundcube: error: validation failed. (3): „
add imapflags to dovecot.conf sieve_extensions, imapflags is default disabled
List info: http://lists.roundcube.net/users/ BT/9b404e9e
On Mon, 07 Mar 2011 16:52:55 +0100, Benny Pedersen wrote:
add imapflags to dovecot.conf sieve_extensions, imapflags is default disabled imho rc try to use another extension :/
sieve and managesieve are enabled in my dovecot.conf. The problem is not in Dovecot. All sieve scripts created with managesieve plugin with imap4flags works fine. Alec has fixed this issue in roundcube r4596.
@Benny Pedersen sorry for the private mail
Regards, Carsten
On Mon, 07 Mar 2011 18:05:51 +0100, Carsten Uppenbrink carsten@uppenbrink.net wrote:
Alec has fixed this issue in roundcube r4596.
its just that imapflags is not same extension as imap4flags
imapflags is default disabled imap4flags is default enabled
set sieve_extensions in dovecot.conf to change it
@Benny Pedersen sorry for the private mail
List info: http://lists.roundcube.net/users/ BT/9b404e9e