Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 Apollo 3/7/85; site apollo.uucp
Path: utzoo!watmath!clyde!cbosgd!ulysses!allegra!bellcore!decvax!wanginst!apollo!rees
From: rees@apollo.uucp (Jim Rees)
Newsgroups: net.news
Subject: What to do with orphaned responses
Message-ID: <252deeba.1de6@apollo.uucp>
Date: Thu, 7-Mar-85 08:21:51 EST
Article-I.D.: apollo.252deeba.1de6
Posted: Thu Mar  7 08:21:51 1985
Date-Received: Sat, 9-Mar-85 08:43:38 EST
Organization: Apollo Computer, Chelmsford, Mass.
Lines: 23

Here's how I cope with orphaned responses.  This goes in inews.c.

***************
*** 569,574
  		xxit(0);
  	}
  
  	if (is_ctl) {
  		control(&header);
  		localize("control");

--- 569,579 -----
  		xxit(0);
  	}
  
+ 	if (!strcmp(header.title, "Re: Orphaned Response")) {
+ 		logerr("Rejected orphaned response");
+ 		xxit(0);
+ 	}
+ 
  	if (is_ctl) {
  		control(&header);
  		localize("control");