From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67068 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: BUG: ngnus-0.10 can't send messages Date: Wed, 18 Jun 2008 20:05:20 +0200 Message-ID: References: <87od60tp06.fsf@mat.ucm.es> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213812692 11188 80.91.229.12 (18 Jun 2008 18:11:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 18:11:32 +0000 (UTC) Cc: ding@gnus.org, bugs@gnus.org To: bugs@gnus.org, Uwe Brauer Original-X-From: ding-owner+M15535@lists.math.uh.edu Wed Jun 18 20:12:16 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1K928k-00076k-GZ for ding-account@gmane.org; Wed, 18 Jun 2008 20:12:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1K926n-0002Mn-Md; Wed, 18 Jun 2008 13:10:13 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1K926m-0002MU-3t for ding@lists.math.uh.edu; Wed, 18 Jun 2008 13:10:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1K926f-0006Sy-ND for ding@lists.math.uh.edu; Wed, 18 Jun 2008 13:10:11 -0500 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1K926x-00009B-00; Wed, 18 Jun 2008 20:10:23 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id m5IIA2H3002332; Wed, 18 Jun 2008 20:10:02 +0200 (MEST) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 2CC0E13164; Wed, 18 Jun 2008 20:10:02 +0200 (CEST) X-Face: 1;h7XMU[7l}$T@J.D}5z*w8Tg'}B5ArAWc8>2X~otB;kOjKs8X%|hTC#dG:%Vpx")x7S/`v :VXU#fZW$X$zdhEU.RfVQ@<-m9IuN{Hm"fW{,5]6kR'M*vEs+{5Cj!L(JTRzA$(},?5J=sm;%Od, ding@gnus.org, bugs@gnus.org In-Reply-To: <87od60tp06.fsf@mat.ucm.es> (Uwe Brauer's message of "Tue, 17 Jun 2008 11:00:25 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.50 (gnu/linux) X-DCC-dcc.uncw.edu-Metrics: poseidon 1201; Body=3 Fuz1=3 Fuz2=3 X-Virus-Scanned: by amavisd-new X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67068 Archived-At: On Tue, Jun 17 2008, Uwe Brauer wrote: > I am using Xemacs21.4.19 Mule and just switched from ngnus-0.5 to > ngnus-0.10. [...] > I am not sure whether this is caused by bbdb. I don't think so. > Debugger entered--Lisp error: (wrong-type-argument stringp ("Uwe > Brauer" "oub@mat.ucm.es")) > string-match("\\ mail-extract-address-components("Uwe Brauer " t) > message-bogus-recipient-p("Uwe Brauer ") > message-check-recipients() > message-fix-before-sending() > message-send(nil) > message-send-and-exit(nil) I can't reproduce (nor understand) this problem. It seems that `mail-extract-address-components' returns something unexpected. Please show us what is returned in your version for the following expressions (use M-x ielm). The current CVS HEAD code of `message-bogus-recipient-p' differs to ngnus-0.10, though it doesn't seem to be relevant. But still, could you also try with current CVS HEAD? ,----[ M-x ielm RET ] | ELISP> (require 'mail-extr) | mail-extr | ELISP> (mail-extract-address-components "Uwe Brauer " t) | (("Uwe Brauer" "oub@mat.ucm.es")) | | ELISP> (nth 0 (mail-extract-address-components "Uwe Brauer " t)) | ("Uwe Brauer" "oub@mat.ucm.es") | | ELISP> (cadr (nth 0 (mail-extract-address-components "Uwe Brauer " t))) | "oub@mat.ucm.es" | ELISP> (require 'message) | message | ELISP> (message-bogus-recipient-p "Uwe Brauer ") | nil | ELISP> emacs-version | "21.5 (beta27) \"fiddleheads\" (+CVS-20060704) XEmacs Lucid" | ELISP> `---- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/