2 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: can you tell me maild...
FromSent OnAttachments
shine shenDec 25, 2001 8:12 pm 
Sam VarshavchikDec 25, 2001 8:17 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Re: can you tell me maildrop support chinese or not?Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Dec 25, 2001 8:17:41 pm
List:net.sourceforge.lists.courier-maildrop

shine shen writes:

Hi! My filter file like this:

if ((/^From:.*Öйú/)) { to "/home/vpopmail/domains/weboa.com.cn/zhang/Maildir/Sent/."

} it doesn't work, if change it to english, it OK, why?

Because 8-bit characters in mail headers are MIME-encoded, and you need to match against the encoded form. See RFC 2047 for more information.