[Dovecot] dovecot 2.1.rc1: sieve and folders with umlauts
Mike Constabel
listen at constabel.net
Mon Dec 12 11:46:15 EET 2011
Hi,
now the umlauts problem with sieve:
# cat /mailspool1/in-preetz.de/test1/.dovecot.sieve
## Generated by Roundcube Webmail SieveRules Plugin ##
require ["fileinto"];
# rule:[Test]
if anyof (header :contains "Subject" "test")
{
fileinto "m&APY-";
}
Error: DBBjDsXL5U7mIAAA/TNBsA: sieve: execution of script /mailspool1/in-preetz.de/test1/.dovecot.sieve failed, but implicit keep was successful (user logfile /mailspool1/in-preetz.de/test1/.dovecot.sieve.log may reveal additional details)
# cat /mailspool1/in-preetz.de/test1/.dovecot.sieve.log
sieve: info: started log at Dec 12 10:40:04.
error: msgid=<20111212094004.DB86918594 at mx4.constabel-it.de>: failed to store into mailbox 'm&APY-': Mailbox doesn't exist: m&-APY-.
Here the same:
'm&APY-' != "m&-APY-"
Mike
More information about the dovecot
mailing list