From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62007 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: gnus-article-address-banner-alist caused errors Date: Thu, 16 Feb 2006 20:53:09 +0900 Organization: Emacsen advocacy group Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140090899 4485 80.91.229.2 (16 Feb 2006 11:54:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Feb 2006 11:54:59 +0000 (UTC) Cc: OHASHI Akira , TSUCHIYA Masatoshi Original-X-From: ding-owner+m10535@lists.math.uh.edu Thu Feb 16 12:54:48 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F9hif-00063K-KW for ding-account@gmane.org; Thu, 16 Feb 2006 12:54:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F9hib-0006qM-00; Thu, 16 Feb 2006 05:54:41 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F9hhN-0006qH-00 for ding@lists.math.uh.edu; Thu, 16 Feb 2006 05:53:25 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F9hhL-0007PX-8K for ding@lists.math.uh.edu; Thu, 16 Feb 2006 05:53:25 -0600 Original-Received: from minsk.hostforweb.net ([66.225.201.21]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F9hhK-0007jL-00 for ; Thu, 16 Feb 2006 12:53:22 +0100 Original-Received: from [205.234.212.150] (helo=mail.yamaoka.cc) by minsk.hostforweb.net with esmtpa (Exim 4.52) id 1F9hhH-0005xk-Hl; Thu, 16 Feb 2006 05:53:19 -0600 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:+ho4SSCXfAQTw8ytF6m8QYNElCI= X-Hashcash: 1:20:060216:ding@gnus.org::LWKPSKLm5ORyf9F/:0000DvAE X-Hashcash: 1:20:060216:bg66@koka-in.org::kZ7vTizjIwdVeJ6R:01s0N X-Hashcash: 1:20:060216:tsuchiya@namazu.org::dh26g7xRg9+SM+oI:000000000000000000000000000000000000000000DGxG X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - minsk.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62007 Archived-At: Hi, I've modified the `article-strip-banner' function in both the trunk and the v5-10 branch so as to use `gnus-extract-address-components' instead of `mail-header-parse-addresses' to deal with the bug report from OHASHI-san. In that scene, the From header has been decoded and there might be non-ASCII text. So, `mail-header-parse-addresses' which is an alias to `ietf-drums-parse-addresses' and doesn't support non-ASCII text cannot be used there. Furthermore, this change made `mail-encode-encoded-word-string' unnecessary in the trunk. It was used to encode the From header so that text might not contain non-ASCII characters.