From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56981 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: netcat supported in nntp-open-via-rlogin-and-telnet? Date: Mon, 12 Apr 2004 00:31:40 +0200 Organization: Probably a good idea Sender: ding-owner@lists.math.uh.edu Message-ID: <87k70m5epf.fsf@dod.no> References: <873c80yllq.fsf@dod.no> <87ekqvy3oy.fsf_-_@dod.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1081722787 30915 80.91.224.253 (11 Apr 2004 22:33:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Apr 2004 22:33:07 +0000 (UTC) Original-X-From: ding-owner+M5521@lists.math.uh.edu Mon Apr 12 00:32:59 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BCnVb-0002Vi-00 for ; Mon, 12 Apr 2004 00:32:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BCnUZ-0008MQ-00; Sun, 11 Apr 2004 17:31:55 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BCnUQ-0008MI-00 for ding@lists.math.uh.edu; Sun, 11 Apr 2004 17:31:46 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BCnUQ-0008N4-8m for ding@lists.math.uh.edu; Sun, 11 Apr 2004 17:31:46 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id DC5833A0039 for ; Sun, 11 Apr 2004 17:31:43 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BCnUM-0001Cw-00 for ; Mon, 12 Apr 2004 00:31:42 +0200 Original-Received: from 2k37dm1.cm.chello.no ([80.111.85.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Apr 2004 00:31:42 +0200 Original-Received: from sb by 2k37dm1.cm.chello.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Apr 2004 00:31:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 2k37dm1.cm.chello.no Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Common Lisp, linux) Cancel-Lock: sha1:iQ+/EZJsKtBzdk8Qcx4fKwUtbds= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56981 >>>>> Katsumi Yamaoka : > Oops, it doesn't seem to work with nc also to me. Isn't it possible > to make it only for telnet? Or we may have to provide > nntp-open-via-rlogin-and-nc. I guess splitting the function will make the simplest code, since the behaviour of netcat and telnet are so dissimilar. > I'll examine what we should do for that, after tomorrow (I have no > time today, sorry). Thanx!