[Dovecot] Problem with polish characters and sieve fileinto
Stephan Bosch
stephan at rename-it.nl
Thu Apr 5 16:47:16 EEST 2012
Op 4/5/2012 3:29 PM, l.chelchowski at eurocar.pl schreef:
> Hi,
>
> I have problems with sieve fileinto and polish characters in folder
> names:
> # rule:[ąćęłńóśźżĄĆĘŁŃÓŚŹŻ]
> elsif anyof (header :contains "Subject" "ąćęłńóśźżĄĆĘŁŃÓŚŹŻ")
> {
> fileinto "INBOX/&AQUBBwEZAUIBRADzAVsBegF8AQQBBgEYAUEBQwDTAVoBeQF7-";
> }
Looks like your Sieve GUI uses the wrong Unicode format. The above is
mUTF7 as used by IMAP. However, Sieve expects UTF-8. So it should use
this instead:
fileinto "INBOX/ąćęłńóśźżĄĆĘŁŃÓŚŹŻ";
Regards,
Stephan.
More information about the dovecot
mailing list