From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14979 Path: main.gmane.org!not-for-mail From: Karsten Thygesen Newsgroups: gmane.emacs.gnus.general Subject: NNTP problem when posting - Bug? Date: 15 Apr 1998 10:48:12 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035154084 19342 80.91.224.250 (20 Oct 2002 22:48:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:48:04 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id BAA30435 for ; Wed, 15 Apr 1998 01:45:48 -0700 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA02847 for ; Wed, 15 Apr 1998 03:51:46 -0500 (CDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id DAH22769; Wed, 15 Apr 1998 03:51:47 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 15 Apr 1998 03:48:45 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id DAA22756 for ; Wed, 15 Apr 1998 03:48:37 -0500 (CDT) Original-Received: (qmail 14030 invoked by uid 504); 15 Apr 1998 08:48:19 -0000 Original-Received: (qmail 14027 invoked from network); 15 Apr 1998 08:48:19 -0000 Original-Received: from zaz.kom.auc.dk (root@130.225.51.10) by claymore.vcinet.com with SMTP; 15 Apr 1998 08:48:18 -0000 Original-Received: from yugo.kom.auc.dk [130.225.51.12] (root) by zaz.kom.auc.dk with smtp (Exim 1.80 #1) id 0yPNrZ-0000B8-00; Wed, 15 Apr 1998 10:48:13 +0200 Original-Received: from karthy by yugo.kom.auc.dk with local (Exim 1.80 #1) id 0yPNrY-0001g0-00; Wed, 15 Apr 1998 10:48:12 +0200 Original-To: ding@gnus.org Original-Lines: 25 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14979 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14979 Hi I have a problem with gnus talking to a Typhoon newsserver, and it appears, that gnus is not complying to RFC977 for posting. The problem is the "end of article" sequence, which is wrong. Here is the output of a snoop on the network: 752: 5843 770d 0a2d 2d2d 2d2d 454e 4420 5047 XCw..-----END PG 768: 5020 5349 474e 4154 5552 452d 2d2d 2d2d P SIGNATURE----- 784: 0a2e 0d0a .... So the article is terminated with -----\n.\r\n and it should be -----\r\n.\r\n according to RFC977 Sometimes, gnus is doing "the right thing", so I'm a little confused about this. Is my assumptions correct? Karsten