From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9292 Path: news.gmane.org!not-for-mail From: wiza Newsgroups: gmane.emacs.gnus.user Subject: Re: How can I split mails based on the header when it contains multi-byte words Date: Thu, 05 Jul 2007 04:42:31 -0700 Organization: http://groups.google.com Message-ID: <1183635751.286475.264990@e16g2000pri.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1183640847 30051 80.91.229.12 (5 Jul 2007 13:07:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2007 13:07:27 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jul 05 15:07:23 2007 connect(): Connection refused Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I6R3L-0002Ft-91 for gegu-info-gnus-english@m.gmane.org; Thu, 05 Jul 2007 15:07:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6R3K-0002J4-LW for gegu-info-gnus-english@m.gmane.org; Thu, 05 Jul 2007 09:07:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e16g2000pri.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 19 Original-NNTP-Posting-Host: 210.45.114.177 Original-X-Trace: posting.google.com 1183635752 15977 127.0.0.1 (5 Jul 2007 11:42:32 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 5 Jul 2007 11:42:32 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e16g2000pri.googlegroups.com; posting-host=210.45.114.177; posting-account=ztNBbA0AAAD_3sZbq75yYiKKOFou0e3L Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79477 X-Mailman-Approved-At: Thu, 05 Jul 2007 09:07:20 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9292 Archived-At: It's just what i want. Thank you very much. On Jul 5, 6:07 pm, Katsumi Yamaoka wrote: > >>>>> Xu Weijiang wrote: > > I have a problem when i am trying to use *nnmail-split-fancy*, which > > has no effect when the corresponding field contain multi-byte words. > > Finally I found that *nnmail-split-fancy* only matches with the > > original mail without decoding, and the subject is something like: > > Subject: =?gb2312?B?udjT2rG+0afG2tb60dDJ6sfr?= > > How can i config *nnmail-split-fancy* to do the match *after* > > decoding? > > Set the variable `nnmail-mail-splitting-decodes' to t. > > In addition, the value of the `nnmail-mail-splitting-charset' > variable is used for decoding non-MIME encoded string. The > value good for you may be `gb2312' or `undecided', I think.