[net.news.b] news 2.10 little bug

teus@mcvax.UUCP (07/19/83)

In the file control.c the routine c_sendsys() should be cleaned up via
changing the expression:
	f = mailhdr(&header, "Subject: response to your sendsys request\n\n");
by
	f = mailhdr(&header, "Re: your sendsys request");