diff src/client.c @ 331:ff7a2dc6023e noffle

[svn] * src/client.c,src/group.c: Reunite forbidden group comment with code, and revise forbidden rules to allow single component names except for some specific ones.
author bears
date Wed, 26 Feb 2003 11:30:41 +0000
parents 1aa690671cd7
children 278a03a392b1
line wrap: on
line diff
--- a/src/client.c	Tue Feb 25 19:15:27 2003 +0000
+++ b/src/client.c	Wed Feb 26 11:30:41 2003 +0000
@@ -1,7 +1,7 @@
 /*
   client.c
 
-  $Id: client.c 430 2003-02-10 18:28:30Z bears $
+  $Id: client.c 466 2003-02-26 11:30:41Z bears $
 */
 
 #if HAVE_CONFIG_H
@@ -35,15 +35,6 @@
 #include "wildmat.h"
 #include "portable.h"
 
-/*
-  Some newsgroups names are reserved for server-specific or server
-  pseudo groups. We don't want to fetch them. For example, INN
-  keeps all its control messages in a 'control' hierarchy, and
-  used the "to." hierarchy for dark and mysterious purposes I think
-  are to do with newsfeeds. The recommended restrictions are documented
-  in C.Lindsay, "News Article Format", <draft-ietf-usefor-article-03.txt>.
-*/
-
 struct
 {
     FILE* in;       /* Receiving socket from server */