From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Re: OT: gmane seems to be back Date: Wed, 31 Oct 2018 17:32:23 +0000 Message-ID: <87r2g6t42g.fsf@yandex.com> References: <878t2fa0lx.fsf@alphaville.usersys.redhat.com> <87r2g68bt8.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHuMA-0006S9-ER for emacs-orgmode@gnu.org; Wed, 31 Oct 2018 13:32:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHuM9-0007i1-L7 for emacs-orgmode@gnu.org; Wed, 31 Oct 2018 13:32:38 -0400 Received: from forward105j.mail.yandex.net ([2a02:6b8:0:801:2::108]:35173) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHuM9-0007cK-8c for emacs-orgmode@gnu.org; Wed, 31 Oct 2018 13:32:37 -0400 In-Reply-To: <87r2g68bt8.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Wed, 31 Oct 2018 09:50:43 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nick Dokos Cc: emacs-orgmode@gnu.org >>>>> Nick Dokos writes: > Achim Gratz writes: >> Am 30.10.2018 um 16:57 schrieb Nick Dokos: >>> For a couple of weeks, I had not been able to connect to gmane, >>> so I finally gave up and changed my preferences so that I could >>> receive the email from the list. I have not seen any >>> acknowledgement anywhere that it was down BTW - did anybody here >>> notice? Or was it just me? >> >> Plain NNTP wasn't down at all, but connections that use TLS >> stopped working some time ago and probably still don't work. > I have this in my .gnus.el: > (setq gnus-select-method '(nntp "news.gmane.org" > (nntp-open-connection-function nntp-open-tls-stream) > (nntp-port-number 563) ;; (nntp-port-number 119) > (nnir-search-engine gmane) )) My gnus works fine (always has) with just the first line. The nntp-open-tls-stream and port-numbers appear not to be required. And I thought gmane.org was could no longer be searched with nnir. Best wishes,