From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14255 Path: news.gmane.org!not-for-mail From: stormwatch Newsgroups: gmane.emacs.gnus.user Subject: nnmail split multi-byte bug or feature? Date: Tue, 27 Jul 2010 04:56:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291957171 13689 80.91.229.12 (10 Dec 2010 04:59:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 04:59:31 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Dec 10 05:59:24 2010 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.69) (envelope-from ) id 1PQv4m-00071d-Jk for gegu-info-gnus-english@m.gmane.org; Fri, 10 Dec 2010 05:59:24 +0100 Original-Received: from localhost ([127.0.0.1]:60576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQuu4-0007XI-CF for gegu-info-gnus-english@m.gmane.org; Thu, 09 Dec 2010 23:48:20 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!p11g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 32 Original-NNTP-Posting-Host: 190.55.117.129 Original-X-Trace: posting.google.com 1280231799 26816 127.0.0.1 (27 Jul 2010 11:56:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 27 Jul 2010 11:56:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p11g2000prf.googlegroups.com; posting-host=190.55.117.129; posting-account=XQ_0PQoAAADv7h2rd9Pf3O6WlHxmzsCb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100622 Fedora/1.9.2.4-1.fc14 Conkeror/0.9.2,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84569 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:27:50 -0500 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:14255 Archived-At: Note: It seems that the original message sent thorugh news.individual.net was not delivered. I did set this nnmail split method ("mail.utn.campusvirtual.\\1" "^X-Course-Name: \\(.*\\)$") The problem is that the matched text is multi-byte encoded. Setting (setq nnmail-mail-splitting-decodes t) did the trick. Well, almost, because the group name shown in the *Group* buffer is: 28: mail.utn.campusvirtual.ingenier\355a y sociedad instead of: 28: mail.utn.campusvirtual.ingenier=EDa y sociedad The dir '/home/stormwatch/Mail/mail/utn/campusvirtual/ingenier=EDa y sociedad' was created by gnus but I could not view the summary of the group; not until I created a symlink with a latin-1 encoded dirname by means of convmv: david :: mail/utn/campusvirtual =BB ls -l total 4 lrwxrwxrwx 1 stormwatch stormwatch 22 jul 22 05:09 ingenier?a y sociedad -> ingenier=EDa y sociedad drwxrwxr-x 2 stormwatch stormwatch 4096 jul 22 05:19 ingenier=EDa y sociedad My locale is utf-8 (LANG=3Des_AR.UTF-8) -- Ezequiel Birman