From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9312: 24.0.50; smtpmail Date: Thu, 25 Aug 2011 01:53:56 -0400 Message-ID: References: <20053.39805.164133.802492@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1314251675 11715 80.91.229.12 (25 Aug 2011 05:54:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2011 05:54:35 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , 9312@debbugs.gnu.org To: emacs user Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 25 07:54:29 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1QwStZ-0001V8-Ju for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Aug 2011 07:54:29 +0200 Original-Received: from localhost ([::1]:36915 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwStZ-00046o-6g for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Aug 2011 01:54:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwStV-00046Y-IL for bug-gnu-emacs@gnu.org; Thu, 25 Aug 2011 01:54:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwStU-0002zq-PY for bug-gnu-emacs@gnu.org; Thu, 25 Aug 2011 01:54:25 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwStU-0002zm-Mq for bug-gnu-emacs@gnu.org; Thu, 25 Aug 2011 01:54:24 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QwSw1-0004uu-GT; Thu, 25 Aug 2011 01:57:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Aug 2011 05:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9312 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9312-submit@debbugs.gnu.org id=B9312.131425179918870 (code B ref 9312); Thu, 25 Aug 2011 05:57:01 +0000 Original-Received: (at 9312) by debbugs.gnu.org; 25 Aug 2011 05:56:39 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QwSvd-0004uI-V4 for submit@debbugs.gnu.org; Thu, 25 Aug 2011 01:56:38 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QwSvc-0004uB-0Y for 9312@debbugs.gnu.org; Thu, 25 Aug 2011 01:56:36 -0400 Original-Received: from localhost ([127.0.0.1]:33640) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwSt3-0000Is-0V; Thu, 25 Aug 2011 01:53:57 -0400 X-Spook: Uzi bootleg import Kennedy JPL Semtex CDC Mena X-Ran: Aj.IHNl#Hs{?X.hOJdEoU8k*C.Gdq)EerHY%VRWUZ:0#p\b'mmfW0_faxDz+Q$*jX?L]!C X-Hue: yellow X-Attribution: GM In-Reply-To: (emacs user's message of "Wed, 24 Aug 2011 21:58:52 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 25 Aug 2011 01:57:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:50325 Archived-At: emacs user wrote: > 250 CHUNKING > > Process smtpmail connection broken by remote peer > MAIL FROM: SIZE=365 > 530 5.7.1 Client was not authenticated > QUIT Sorry, I think you need the help of someone who speaks smtp (Lars?). It looks to me like this is a case (530) that should be handled. It should try again, but this time asking you for a password to authenticate to your smtp server. I can't see why it errors out.