Sieve doesn´t filter emails with words with accents
Andreas Hasenack
ahasenack at terra.com.br
Mon Jun 19 16:21:36 EDT 2006
On Mon, Jun 19, 2006 at 09:24:36AM +0200, Sebas PRE wrote:
> Yes, the strings of my sieve script are in UTF-8, this is my script:
>
> require "fileinto";
>
> # Leido
> if header :comparator "i;ascii-casemap" :contains "Subject" "LeÃdo" {
> fileinto "TESTBOX";
> }
>
> but it doesn´t work.
It's a bit worse than that: you don't even need to have accented characters in
the sieve rule.
https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2455 was opened a couple of
years ago.
More information about the Info-cyrus
mailing list