From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45812 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with using mail-extract-address-components Date: Fri, 26 Jul 2002 14:25:44 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027686390 13742 127.0.0.1 (26 Jul 2002 12:26:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2002 12:26:30 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Y4Av-0003ZX-00 for ; Fri, 26 Jul 2002 14:26:29 +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 17Y4Am-0007et-00; Fri, 26 Jul 2002 07:26:20 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Jul 2002 07:26:45 -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 HAA27834 for ; Fri, 26 Jul 2002 07:26:34 -0500 (CDT) Original-Received: (qmail 10395 invoked by alias); 26 Jul 2002 12:26:04 -0000 Original-Received: (qmail 10390 invoked from network); 26 Jul 2002 12:26:04 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 26 Jul 2002 12:26:04 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g6QCPikd027681; Fri, 26 Jul 2002 14:25:45 +0200 Original-To: doug+2002-07-11-92f@bagley.org Mail-Copies-To: nobody X-Hashcash: 020726:doug@bagley.org:e776340987141f62 X-Hashcash: 020726:ding@gnus.org:7bbfd5797fc15017 In-Reply-To: (doug+2002-07-11-92f@bagley.org's message of "Thu, 11 Jul 2002 21:35:54 -0500") Original-Lines: 21 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45812 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45812 doug+2002-07-11-92f@bagley.org writes: > Greetings, > > While reading an article in a group, I encountered a "Wrong type > argument: integer-or-marker-p, nil" error. I traced the error > signal down to mail-extract-address-components being called with > questionable input in mm-decode. The problem was a from address of > "%@&%", as in the following form: > > (mail-extract-address-components "%@&%") > > Maybe all the calls to mail-extract-address-components should be > wrapped in a condition-case or whatever would be appropriate for > catching this error? > > (gnus-version) -> "Oort Gnus v0.06" > (emacs-version) -> "XEmacs 21.4 (patch 8) ..." Upgrade mail-lib in XEmacs, I think I fixed the bug in mail-extr.el recently.