Hi!

When using an accentuated character on a subject line header,
your client will modify the Subject line as in:
Subject: =?iso-8859-1?Q?=5BMy=5Ffilter=5D_Ol=E0!?=

Maybe the filter mechanism see a difference between "=5BMy=5Ffilter=5D" and "[My 
filter]"

Can you try to change your rule as:

if header :contains "Subject" "=5BMy=5Ffilter=5D" {
     fileinto "INBOX.myfilter";
}

Cheers,
Eddy

----- Original Message ----- From: "Andreas Hasenack" <[EMAIL PROTECTED]>
To: <info-cyrus@lists.andrew.cmu.edu>
Sent: Wednesday, March 23, 2005 12:28 PM
Subject: Can someone reproduce this possible bug?



https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2455

Summary:

if header :contains "Subject" "[My_filter]" {
       fileinto "INBOX.myfilter";
}

An email with subject "[My_filter] Hello!" will match, but not "[My_filter] 
Olá!".

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

--- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to