From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Unwarranted invocation of starttls Date: Sun, 01 Jan 2012 21:11:06 +0200 Message-ID: <8339bzs0fp.fsf@gnu.org> References: <83aa67s5zo.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1325445077 20772 80.91.229.12 (1 Jan 2012 19:11:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Jan 2012 19:11:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 01 20:11:13 2012 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 1RhQoK-0005Qh-Ra for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2012 20:11:13 +0100 Original-Received: from localhost ([::1]:57631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhQoK-0004j6-8v for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2012 14:11:12 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhQoH-0004iv-8t for emacs-devel@gnu.org; Sun, 01 Jan 2012 14:11:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhQoD-0007wc-TB for emacs-devel@gnu.org; Sun, 01 Jan 2012 14:11:09 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhQoD-0007wY-Lq for emacs-devel@gnu.org; Sun, 01 Jan 2012 14:11:05 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LX400I00VFMVT00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sun, 01 Jan 2012 21:11:04 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.18.76]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LX400948VYET0F2@a-mtaout22.012.net.il>; Sun, 01 Jan 2012 21:11:03 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 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:147132 Archived-At: > From: Lars Magne Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Sun, 01 Jan 2012 19:57:01 +0100 > > But to answer the question you asked :-), > > (setq smtpmail-stream-type 'plain) Thanks, this did the trick. Perhaps we should mention this in NEWS (assuming this is not a bug that we will fix ;-). Users who get binary distributions that were configured to use GnuTLS might bump into this like I did. > but I still wonder why it thinks your Emacs can use STARTTLS even though > it can't. Let me know how I can help.