Hello, currently i try subject tests with special chars and german umlauts ??? etc. if header :contains "subject" ["???? ???"] { fileinto "umlauts"; } iam surprised, this is working out of the box. great! in procmail i had to add a second step by manual coding the needle with perl. is sieve reliable at this kind of tests or are there some special cases? iam worried about this, because it was to easy. confusing... ;) Thanks, Hajo
Am 11.01.2016 um 11:24 schrieb Hajo Locke:> Hello, > > currently i try subject tests with special chars and german umlauts ??? > etc. > > if header :contains "subject" ["???? ???"] { > fileinto "umlauts"; > } > > iam surprised, this is working out of the box. great! in procmail i had > to add a second step by manual coding the needle with perl. > is sieve reliable at this kind of tests or are there some special cases? > iam worried about this, because it was to easy. confusing... ;) > > Thanks, > HajoI mail fail, but i think working with special chars was fixed some time ago and is now default on i found some info here http://wiki2.dovecot.org/Pigeonhole/Sieve/Troubleshooting#Mailbox_Names_with_non-ASCII_Characters_Cause_Problems Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstra?e 15, 81669 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein
Op 11-1-2016 om 11:24 schreef Hajo Locke:> Hello, > > currently i try subject tests with special chars and german umlauts > ??? etc. > > if header :contains "subject" ["???? ???"] { > fileinto "umlauts"; > } > > iam surprised, this is working out of the box. great! in procmail i > had to add a second step by manual coding the needle with perl. > is sieve reliable at this kind of tests or are there some special cases? > iam worried about this, because it was to easy. confusing... ;)https://tools.ietf.org/html/rfc5228#section-2.7.2 Pigeonhole implements this. Any deviant behavior is a bug that will be fixed. Regards, Stephan.