Displaying 1 result from an estimated 1 matches for "ad2b2db3".
2007 Jan 25
1
sieve question
hi,
I am testing deliver with sieve support, and want to use it to filter
chinese. But I found it doesn't work.
an encoded subject: =?GB2312?B?aSBhbSBhIGNoaW5lc2U=?=
decoded content is: i am a chinese
and i have such rules:
require "fileinto";
if header :contains "Subject" "GB2312" {
fileinto "Hello";
}
if header :contains "Subject"