From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81780 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Hangs when sending mail via SMTP Date: Thu, 19 Apr 2012 08:46:42 +0200 Message-ID: <87k41cfcbx.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334818093 2731 80.91.229.3 (19 Apr 2012 06:48:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2012 06:48:13 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30053@lists.math.uh.edu Thu Apr 19 08:48:10 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SKlA0-0002kC-8k for ding-account@gmane.org; Thu, 19 Apr 2012 08:48:08 +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 1SKl8j-0000DW-37; Thu, 19 Apr 2012 01:46:49 -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 1SKl8g-0000DH-Qt for ding@lists.math.uh.edu; Thu, 19 Apr 2012 01:46:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SKl8f-0004I0-Kk for ding@lists.math.uh.edu; Thu, 19 Apr 2012 01:46:46 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SKl8d-0006ON-Qv for ding@gnus.org; Thu, 19 Apr 2012 08:46:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id A6710D24E5 for ; Thu, 19 Apr 2012 08:46:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LvS936HTHyR2 for ; Thu, 19 Apr 2012 08:46:43 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 72E7ED24A0 for ; Thu, 19 Apr 2012 08:46:43 +0200 (CEST) User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81780 Archived-At: Hi all, since 2 or three days (always using the current git master), I have frequent hangs when sending mail via SMTP. In *Messages* I get the usual output: --8<---------------cut here---------------start------------->8--- 235 2.7.0 Authentication successful 250 2.1.0 Ok 250 2.1.5 Ok [4 times] 354 End data with . Sending email Sending email done 250 2.0.0 Ok: queued as 28C71D244A 221 2.0.0 Bye Mark set Sending...done --8<---------------cut here---------------end--------------->8--- The hang occurs while "Mark set" is shown in the echo area. It usually takes about 20-30 seconds before "Sending...done" appears and the mail buffer is closed. What's a bit strange: when I hit C-g during the hang (possibly repeatedly), I'll get the "Sending...done" immediately without noticing any bad effect. The sent mail is also copied to the group I wrote from as specified by gcc-self setting. I can also invoke "killall emacs" from the command line which won't kill emacs but interrupt the hang just as C-g. Hm, it might not be a Gnus problem, as the latest commits don't look overly related. In the same period, I updated my emacs bzr checkout (TLS issue maybe?) and our university's mail server machine crashed and was replaced... Anyway, does anyone have similar issues? Bye, Tassilo