From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: SMTP Auth Failure Date: Thu, 28 Sep 2006 13:19:43 -0400 Message-ID: <87slib52og.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159463903 8994 80.91.229.2 (28 Sep 2006 17:18:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Sep 2006 17:18:23 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 28 19:18:21 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GSzW9-00016p-NE for ged-emacs-devel@m.gmane.org; Thu, 28 Sep 2006 19:17:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSzW9-0002Li-0R for ged-emacs-devel@m.gmane.org; Thu, 28 Sep 2006 13:17:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSzVq-0002IT-2M for emacs-devel@gnu.org; Thu, 28 Sep 2006 13:17:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSzVn-0002HA-Sh for emacs-devel@gnu.org; Thu, 28 Sep 2006 13:17:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSzVn-0002H5-Og for emacs-devel@gnu.org; Thu, 28 Sep 2006 13:17:27 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSzav-0008PJ-0n; Thu, 28 Sep 2006 13:22:45 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 5359C4E40E; Thu, 28 Sep 2006 13:19:43 -0400 (EDT) Original-To: Osamu Yamane In-Reply-To: (Osamu Yamane's message of "Tue\, 26 Sep 2006 19\:24\:30 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60297 Archived-At: Osamu Yamane writes: > SMTP auth fails because the SMTP server identifies only the first part > of the string (delimited by new line characters) as a response from the > client, and the rest as distinct commands. > > In my case, the response string is 80 characters long. Without the > no-line-break option for base64-encode-sting, only the first 76 characters > are taken as a response to the server, and the authentication fails. I believe the fix is correct, and I've checked it in. Thanks.