From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "François Puitg" Newsgroups: gmane.emacs.bugs,gmane.emacs.devel,gmane.emacs.xemacs.beta Subject: Re: smtpmail believes starttls is not needed (solved) Date: Fri, 26 Oct 2007 15:20:34 +0200 Message-ID: <18209.59810.123026.810484@gargle.gargle.HOWL> References: <18209.43812.217617.480295@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1193404894 1017 80.91.229.12 (26 Oct 2007 13:21:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2007 13:21:34 +0000 (UTC) To: bug-gnu-emacs@gnu.org, emacs-devel@gnu.org, xemacs-beta@xemacs.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 26 15:21:37 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IlP84-0003M2-I5 for geb-bug-gnu-emacs@m.gmane.org; Fri, 26 Oct 2007 15:21:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlP7u-0008Ar-W9 for geb-bug-gnu-emacs@m.gmane.org; Fri, 26 Oct 2007 09:21:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlP7q-00088H-PY for bug-gnu-emacs@gnu.org; Fri, 26 Oct 2007 09:21:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlP7p-00086C-Ie for bug-gnu-emacs@gnu.org; Fri, 26 Oct 2007 09:21:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlP7o-00085v-Ri; Fri, 26 Oct 2007 09:21:21 -0400 Original-Received: from imag.imag.fr ([129.88.30.1]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IlP7o-0003eY-Gj; Fri, 26 Oct 2007 09:21:20 -0400 Original-Received: from aleph1.imag.fr (lns-bzn-52-82-65-95-245.adsl.proxad.net [82.65.95.245] (may be forged)) by imag.imag.fr (8.13.8/8.13.8) with ESMTP id l9QDKe3C028985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Oct 2007 15:20:42 +0200 (CEST) In-Reply-To: X-Mailer: VM 7.19 under 21.4 (patch 20) "Double Solitaire" XEmacs Lucid X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-3.0 (imag.imag.fr [129.88.30.1]); Fri, 26 Oct 2007 15:20:43 +0200 (CEST) X-IMAG-MailScanner-Information: Please contact IMAG DMI for more information X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: puitg@imag.fr X-detected-kernel: by monty-python.gnu.org: Solaris 9 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16841 gmane.emacs.devel:81771 gmane.emacs.xemacs.beta:26145 Archived-At: De Katsumi Yamaoka (26 October, 20:43) : > I posted a reply to your message to the gnu.emacs.bug newsgroup > as attached below. Sorry for the multiple post, I didn't notice your reply. > You use XEmacs 21.4.20, right=3F I believe the real cause of your > problem is there is not the `with-no-warnings' function. You're definitely right. No with-no-warnings function in XEmacs 21.4.20. > How about adding the following=3F .../... > I think what should be suspected is the usage of `with-no-warnings'= > in smtpmail.el. >=20 > Regards, I've added the function to site-start.el (using defsubst), and everything works perfectly well ! Thanks a lot, I've spent such a long time on this, believing that the problem was in my smtpmail-starttls-credentials setup. -- Frn=E7s