brad@looking.UUCP (10/13/87)
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