Topic: RoundCube and manage sieve.
Hello.
Im getting some problem with the RoundCube manage sieve plugin.
When i specify two rules or more all rules disappear and come back to the only default rule:
"move message to" "inbox".
Im specifing the next rules:
"Move message to" "Trash"
"Mark message as" "Read"
I save it and dont get error it say "Filter saved successfully".
Dovecot log:
dovecot: Dec 04 09:00:59 Info: imap-login: Login: user=<mymail@rarara>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
dovecot: Dec 04 09:00:59 Info: managesieve-login: Login: user=<mymail@rarara>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
dovecot: Dec 04 09:00:59 Info: managesieve-login: Login: user=<mymail@rarara>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
dovecot: Dec 04 09:00:59 Info: MANAGESIEVE(mymail@rarara): Connection closed bytes=433/503
dovecot: Dec 04 09:00:59 Info: IMAP(mymail@rarara): Connection closed bytes=0/0
dovecot: Dec 04 09:00:59 Info: imap-login: Login: user=<mymail@rarara>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
dovecot: Dec 04 09:00:59 Info: IMAP(mymail@rarara): Disconnected: Logged out bytes=24/94
dovecot: Dec 04 09:00:59 Info: MANAGESIEVE(mymail@rarara): Connection closed bytes=36/444
This is the roundcube.sieve file for that account:
$cat roundcube.sieve
require ["fileinto","imapflags"];
# rule:[othermail]
if anyof (address :contains "To" "othermail@rarara",
address :contains "Cc" "othermail@rarara",
address :contains "Bcc" "othermail@rarara")
{
fileinto "Tole";
}
# rule:[SPAM]
elsif anyof (header :contains "X-Spam-Flag" "YES")
{
fileinto "Trash";
setflag "\\Seen";
}
Its seen correct. Is a RoundCube managesieve plugin problem ?
I think it cant load the previous rules.
My configuration is:
iRedMail-0.5.1.tar.bz2
Debian 5.0.3 (lenny)
2.6.28.7
Thanks and regards.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.