From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83139 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: nntp server news.gmane.org tries to use gnutls Date: Wed, 08 May 2013 09:17:24 +0900 Organization: Emacsen advocacy group Message-ID: References: <87li7q22th.fsf@randomsample.de> <87ehdih3ta.fsf@dod.no> <87a9o6h3g7.fsf_-_@dod.no> <87y5bq319r.fsf@topper.koldfront.dk> <8761yugywn.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1367972337 24173 80.91.229.3 (8 May 2013 00:18:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 May 2013 00:18:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31405@lists.math.uh.edu Wed May 08 02:18:57 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UZs5v-0004Dz-MD for ding-account@gmane.org; Wed, 08 May 2013 02:18:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UZs4i-0002SY-SX; Tue, 07 May 2013 19:17:40 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UZs4h-0002SN-Lh for ding@lists.math.uh.edu; Tue, 07 May 2013 19:17:39 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UZs4e-000611-1Y for ding@lists.math.uh.edu; Tue, 07 May 2013 19:17:37 -0500 Original-Received: from mail-hampton.hostforweb.net ([216.246.13.138] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UZs4b-0007Hs-U8 for ding@gnus.org; Wed, 08 May 2013 02:17:34 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:41776 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1UZs4V-003IMt-9s for ding@gnus.org; Tue, 07 May 2013 19:17:27 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:e34ipZNp0FfsXccaWT4mIxDYwQo= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83139 Archived-At: Steinar Bang wrote: > Is there a way to switch it off? I'm using this for months. It seems to work but sometimes I see gnutls.c issuing a worning (I haven't examined it yet tho). (defadvice open-network-stream (before never-use-stls (name buffer host service &rest parameters) activate) "Never use starttls (gnutls, that issues an annoying warning)." (when (member name '("nntpd" "POP")) (setq parameters (copy-sequence parameters)) (plist-put parameters :starttls-function nil)))