From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56397 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: hanging while sending mail Date: Mon, 16 Feb 2004 09:15:16 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <87smhbv3sb.fsf@emptyhost.emptydomain.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076919347 24318 80.91.224.253 (16 Feb 2004 08:15:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 08:15:47 +0000 (UTC) Original-X-From: ding-owner+M4937@lists.math.uh.edu Mon Feb 16 09:15:38 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Asduk-0006g7-00 for ; Mon, 16 Feb 2004 09:15:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AsduG-00028A-00; Mon, 16 Feb 2004 02:15:08 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Asdu8-000282-00 for ding@lists.math.uh.edu; Mon, 16 Feb 2004 02:15:00 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 8B2973A0211 for ; Mon, 16 Feb 2004 02:14:59 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Asdu6-0003Wu-00 for ; Mon, 16 Feb 2004 09:14:58 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1076919298 13571 213.203.244.156 (16 Feb 2004 08:14:58 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 16 Feb 2004 08:14:58 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:MTrlJ3i6TVkyon0wHg0AUtBOUFA= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56397 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56397 correira@flash.net (Alfred J Correira) writes: > After poking around a bit in the code and > reviewing the SMTP trace buffer ... I'm hanging > at the end of smtpmail-via-smtp: the "QUIT" is > sent and processed, but the succeeding call to > smtpmail-read-response never returns (it just > churns away in the while loop looking for a "\r\n" > that it never receives): if I comment out that > last call to smtpmail-read-response, of course, > the delete-process at the end of smtpmail-via-smtp > runs, I get my "done" and my Gcc copy, etc.. I > suppose I can live with that, since I don't need > the final return value from smtpmail-read-response > and the delete-process should take care of any > leftover output from the SMTP server, but ... What happens when you speak SMTP manually, with telnet? Kai