From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36197 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: news server responses with no msg? Date: 11 May 2001 22:35:55 +0200 Message-ID: References: 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 1035171824 7266 80.91.224.250 (21 Oct 2002 03:43:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:43:44 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 16478 invoked by alias); 11 May 2001 20:35:58 -0000 Original-Received: (qmail 16473 invoked from network); 11 May 2001 20:35:57 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 11 May 2001 20:35:57 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.3/8.11.3) with ESMTP id f4BKa4q31356; Fri, 11 May 2001 22:36:04 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "11 May 2001 21:04:12 +0200") Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:36197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36197 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > Suppose Gnus issues a `LIST ACTIVE' command, and the server responds > with `215 foo' -- then everything should be fine. But what if the > server responds with `215' (the space and the message are missing)? > What would happen in this case? Does anybody know? It would try to treat it as a newsgroup. I'll commit the following soonish unless someone objects. (And yes, it is g-i-newsgroups which is, somewhat non-inuitively, used to remove the NNTP responses.) 2001-05-11 Simon Josefsson * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type status lines without any text ("^215$"). --- gnus-start.el.~6.19.~ Sun May 6 02:15:16 2001 +++ gnus-start.el Fri May 11 22:30:02 2001 @@ -229,7 +229,7 @@ (defcustom gnus-ignored-newsgroups (mapconcat 'identity '("^to\\." ; not "real" groups - "^[0-9. \t]+ " ; all digits in name + "^[0-9. \t]+\\( \\|$\\)" ; all digits in name "^[\"][]\"[#'()]" ; bogus characters ) "\\|")