Displaying 2 results from an estimated 2 matches for "ascii_characters_cause_problems".
2012 Apr 05
3
Problem with polish characters and sieve fileinto
Hi,
I have problems with sieve fileinto and polish characters in folder names:
# rule:[??????????????????]
elsif anyof (header :contains "Subject" "??????????????????")
{
fileinto "INBOX/&AQUBBwEZAUIBRADzAVsBegF8AQQBBgEYAUEBQwDTAVoBeQF7-";
}
dovecot log:
Apr 5 15:17:42 mailer dovecot: lmtp(54203, test at test1.com):
rmHVJHabfU+70wAA9hAjDg: sieve:
2013 Dec 27
1
German Umlauts in folder name and sieve
Hi,
I had created an imap folder that has German Umlauts in it:
?RA R??ner - Merle?
When finished, the result looks like this on filesystem:
drwx------ 3 vmail vmail 4096 Dec 27 11:02 RA Ro&AwgA3w-ner - Merle/
I wrote this sieve script (with SOGo):
if anyof (address :regex "from" "@.*\\.ra-roessner-merle\\.de") {
fileinto "RA Ro&AwgA3w-ner - Merle";