[net.news] What to do with orphaned responses

rees@apollo.uucp (Jim Rees) (03/07/85)

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");