[net.news.b] Bug not fixed in 2.8

sys (06/23/82)

	I'm glad to see the fixes in 2.8, but the one in header.c
	was missed.  Line 41 should be changed from
		fgets(ph->path, BUFLEN, fp)		/* source path */
	to
		fgets(ph->path, PATHLEN, fp)		/* source path */
	Failure to make this change will cause it to blow chow on
	long pathnames.
				-Dave Borman
				St. Olaf College
				ihnss!ihps3!stolaf!borman