[net.sources] Changes to return-to-sender mail.c

espo@bpa.UUCP (10/22/83)

	TO conform with the RFC822 format for mail headers, the following
	changes to the return-to-sender mail source I posted earlier must
	be made.  The following three (3) lines will do it.


	** Change From **

	for( p = "Return Address: "; *p )

	** To **

	for( p = "Return-Address:"; *p )


	** Change From **

	strncpy(retaddr,&line[16],strlen(&line[16])-1);


	** To **

	strncpy(retaddr,&line[15],strlen(&line[15])-1);


	** Change From **

	fprintf(rmf, "Return Address: %s\n", retaddr);


	** To **

	fprintf(rmf, "Return-Address:%s\n", retaddr);


	Bob Esposito...bpa!espo

brad@bradley.UUCP (10/27/83)

#R:bpa:-19000:bradley:3800001:000:203
bradley!brad    Oct 24 22:08:00 1983

Sorry I am new, but am I to assume that we change the 'From:'
line on our mailers to this or change the stuff we send out?????

Any Help please,

Bradley Smith
{ihnp4,pur-ee,parsec}!uiucdcs!bradley!brad