Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!looking!brad From: brad@looking.UUCP Newsgroups: news.admin Subject: Patch to "postnews.c" to handle moderated humour group Message-ID: <1030@looking.UUCP> Date: Mon, 12-Oct-87 22:51:05 EDT Article-I.D.: looking.1030 Posted: Mon Oct 12 22:51:05 1987 Date-Received: Wed, 14-Oct-87 04:23:07 EDT Organization: Looking Glass Software, Waterloo Ont. Lines: 16 Currently there is a line in postnews that reads: if (ngmatch(newsgroups, "rec.humor,!rec.humor.d")) { which causes postings to groups in rec.humor (and subgroups other than rec.humor.d) to provoke the question, "is this joke offensive." This shouldn't apply to moderated subgroups, notably rec.humor.spc and rec.humor.funny. A quick fix is to change this line to: if (ngmatch(newsgroups, "rec.humor,!rec.humor.all")) { Thanks. -- Brad Templeton, Looking Glass Software Ltd. - Waterloo, Ontario 519/884-7473