From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46750 Path: main.gmane.org!not-for-mail From: tsuchiya@namazu.org Newsgroups: gmane.emacs.gnus.general Subject: Re: Change to make gnus-nov-parse-line error free Date: Thu, 26 Sep 2002 14:12:51 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: <87ofalcp0s.fsf@pine.kuee.kyoto-u.ac.jp> References: <87hegds874.fsf@pine.kuee.kyoto-u.ac.jp> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1033017243 20958 127.0.0.1 (26 Sep 2002 05:14:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2002 05:14:03 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17uQyO-0005RP-00 for ; Thu, 26 Sep 2002 07:14:00 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17uQxT-0000Zz-00; Thu, 26 Sep 2002 00:13:03 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 26 Sep 2002 00:13:42 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id AAA15394 for ; Thu, 26 Sep 2002 00:13:31 -0500 (CDT) Original-Received: (qmail 5658 invoked by alias); 26 Sep 2002 05:12:41 -0000 Original-Received: (qmail 5653 invoked from network); 26 Sep 2002 05:12:40 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 26 Sep 2002 05:12:40 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17uReW-00007j-00 for ; Thu, 26 Sep 2002 07:57:32 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 15 Original-NNTP-Posting-Host: pine.kuee.kyoto-u.ac.jp Original-X-Trace: quimby.gnus.org 1033019852 478 130.54.208.130 (26 Sep 2002 05:57:32 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 26 Sep 2002 05:57:32 GMT X-cite: xcite 1.46 User-Agent: T-gnus/6.15.8 (based on Oort Gnus v0.08) (revision 03) SEMI/1.14.3 (Ushinoya) FLIM/1.14.5 (Demachiyanagi) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) Cancel-Lock: sha1:7XjaG2u1QaSM6MActFzXL2i0Ncs= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46750 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46750 >> On Thu, 26 Sep 2002 06:57:51 +0200 >> jas@extundo.com (Simon Josefsson) said as follows: >It seems that entire code is already wrapped in a unwind-protect to >make Gnus cope with corrupt messages. Doesn't it work? Yes, it works. However, we tend to miss corrupted messages, because they are simply ignored and are not displayed in summary. When my proposed change is installed, undecoded raw subjects and from fields are displayed in summary. They will call our attention for broken messages. -- TSUCHIYA Masatoshi