From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24026 Path: main.gmane.org!not-for-mail From: Andrew Markebo Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems posting to groups read over SSH.. Date: 09 Jul 1999 08:41:42 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: andy.eskilsson@telelogic.se NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035161666 6496 80.91.224.250 (21 Oct 2002 00:54:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:54:26 +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 CAA11753 for ; Fri, 9 Jul 1999 02:46:14 -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.1/8.9.1) with ESMTP id BAB19421; Fri, 9 Jul 1999 01:42:44 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 09 Jul 1999 01:43:14 -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 BAA04751 for ; Fri, 9 Jul 1999 01:43:01 -0500 (CDT) Original-Received: from reliant.telelogic.com (firewall-user@reliant.telelogic.com [194.18.199.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA11696 for ; Fri, 9 Jul 1999 02:41:59 -0400 (EDT) Original-Received: by reliant.telelogic.com; id IAA20491; Fri, 9 Jul 1999 08:43:24 +0200 (CEST) Original-Received: from romulus.telelogic.com(172.18.1.8) by reliant.telelogic.com via smap (V4.2) id xma020485; Fri, 9 Jul 99 08:43:18 +0200 Original-Received: from by ; Fri, 9 Jul 1999 08:41:41 +0200 (MET DST) Original-To: ding@gnus.org X-Url: http://fukt.hk-r.se/~flognat In-Reply-To: Lars Magne Ingebrigtsen's message of "06 Jul 1999 05:53:51 +0200" Original-Lines: 15 X-Mailer: Gnus v5.6.45/Emacs 19.33 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24026 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24026 / Lars Magne Ingebrigtsen wrote: | Andrew Markebo writes: | | > When I try to post to a group read over ssh, I get the error "Subject | > line required" from the newsserver. I can post manually by telnetting | > to the newsserver. | | I think this probably means that something is eating your ^M's. Seems as ssh is doing this.. well now I set the variable: (nntp-end-of-line "\n") and it works.. /Andy