Re: sieve - content checks with special chars

2016-01-11 Thread Stephan Bosch
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 b

Re: sieve - content checks with special chars

2016-01-11 Thread Robert Schetterer
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

sieve - content checks with special chars

2016-01-11 Thread 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