Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!philabs!cmcl2!floyd!vax135!cornell!uw-beaver!tektronix!ogcvax!metheus!cdi!caf
From: caf@cdi.UUCP
Newsgroups: net.news.b
Subject: Hack to reject articles duplicated due to site name mungeing (sic)
Message-ID: <229@cdi.UUCP>
Date: Mon, 4-Jul-83 23:44:22 EDT
Article-I.D.: cdi.229
Posted: Mon Jul  4 23:44:22 1983
Date-Received: Thu, 7-Jul-83 10:59:06 EDT
Lines: 13

Here is a quick temporary hack to allow duplicate articles to be rejected
even after they have had their ID's altered by places whose names will be
witheld to protect the guilty.

The basic tactic used here is to compare only the first eight characters
of the site name, but without modifying the information placed into
history.
___________________________________________________________________________
235,236c
		if ((p=index(bfr, '@')))
			p[9] = 0;
		if (strcmp(bfr, iident)==0 ||
				oodent[0] && strcmp(bfr, oodent)==0) {