From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24708 Path: main.gmane.org!not-for-mail From: Max Froumentin Newsgroups: gmane.emacs.gnus.general Subject: reading news over telnet Date: 17 Aug 1999 15:33:32 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162226 10158 80.91.224.250 (21 Oct 2002 01:03:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:03:46 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA08962 for ; Tue, 17 Aug 1999 10:38:44 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.3) with ESMTP id JAB01500; Tue, 17 Aug 1999 09:34:34 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 17 Aug 1999 09:34:52 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA06130 for ; Tue, 17 Aug 1999 09:34:41 -0500 (CDT) Original-Received: from shaun.maths.bath.ac.uk (exim@shaun.maths.bath.ac.uk [138.38.100.105]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA08829 for ; Tue, 17 Aug 1999 10:33:46 -0400 (EDT) Original-Received: from [138.38.99.49] (helo=scratchy.maths.bath.ac.uk) by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 11GkJ0-0003iK-00 for ding@gnus.org; Tue, 17 Aug 1999 15:33:38 +0100 Original-Received: from masmef by scratchy.maths.bath.ac.uk with local (Exim 2.12 #2) id 11GkIu-00025L-00 for ding@gnus.org; Tue, 17 Aug 1999 15:33:32 +0100 Original-To: ding@gnus.org Original-Lines: 12 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24708 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24708 The domain my computer is connected to does not allow me to connect to foreign HTTP servers (it firewalls out requests). I can always telnet to some other machine outside that domain and start gnus there, but it isn't practical at all. Is there a way to tell my local gnus to read a foreign group by connecting to a particular machine first (rlogin/telnet) and by fetching the group contents from there? I suspect nntp-open-connection-function must be related to what I need to do but I haven't figured out how to use it. Max.