From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.devel Subject: Re: Committing new smtpmail.el later tonight Date: Thu, 23 Jun 2011 10:01:23 +0200 Organization: not if I can help it Message-ID: References: <878vt25tbf.fsf@lifelogs.com> <87zklbnet1.fsf@lifelogs.com> <87hb7ig7p5.fsf@gmail.com> <877h8eg6v1.fsf@gmail.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308816125 22186 80.91.229.12 (23 Jun 2011 08:02:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2011 08:02:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 10:02:01 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZerR-0007tK-2c for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 10:02:01 +0200 Original-Received: from localhost ([::1]:46605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZerQ-0005e5-EW for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 04:02:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZer9-0005dn-TQ for emacs-devel@gnu.org; Thu, 23 Jun 2011 04:01:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZer5-0008GY-3v for emacs-devel@gnu.org; Thu, 23 Jun 2011 04:01:43 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:49888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZer4-0008GH-RZ for emacs-devel@gnu.org; Thu, 23 Jun 2011 04:01:39 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZer2-0007fR-UH for emacs-devel@gnu.org; Thu, 23 Jun 2011 10:01:36 +0200 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 10:01:36 +0200 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 10:01:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (cygwin) Cancel-Lock: sha1:tdDOaiXdJkO90seccaHVpA1Ss74= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140907 Archived-At: Lars Magne Ingebrigtsen writes: > Robert Pluim writes: > >> Indeed, although I'm getting the following message >> >> gnutls.c: [0] (Emacs) fatal error: A TLS packet with unexpected length >> was received. >> >> and >> >> Process smtpmail connection broken by remote peer >> >> in the SMTP trace buffer, which would seem to indicate that we're >> disconnecting and reconnecting to the SMTP server, then doing AUTH? Or >> is this a side effect of STARTTLS? > > [...] > >> I answered 'N' to the saving question, so this didn't happen to me :) > > Oh, right. The drop the connection/start again for AUTH is only > supposed to happen the first time, but since you're not saving, it's > happening every time, which is anti-social (and slower). > > I'll fix it to not do that in the only-user-name-stored situation. Works fine now (and I'm not getting prompted to save anymore, which is nice. Please don't change that.) Robert