[Dovecot] dovecot 2.1.rc1: sieve and folders with umlauts
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@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
Op 12/12/2011 11:08 AM, Mike Constabel schreef:
For posterity:
The following setting of the Roundcube Sieverules plugin is relevant to solve this issue (from config.inc.php.dist):
// Sieve RFC says that we should use UTF-8 encoding for mailbox names, // but some implementations does not covert UTF-8 to modified UTF-7. // set to null for default behaviour $rcmail_config['sieverules_folder_encoding'] = null; Setting it to 'UTF-8' resolves the issue. Regards, Stephan.
participants (3)
-
Mike Constabel
-
Stephan Bosch
-
Timo Sirainen