
This is a simple server, REQFIL, for tsthost. ReqFil is s server that return
to sender of the message, the requested ascii file. The server is started when
receive a personal mail like this:

 	SP REQFIL < IK1AAA
	[PATH\]PIPPO.TXT @ IK1MSL	<-- Title of the message
	Text is not necessary and is ignored
	/EX

and return a message like this:

	SP IK1AAA @ IK1MSL
	Req File : PIPPO.TXT		<-- Title of the message
	Contents of the file 		<-- text
	.....
	Contents of the file
	/EX 				<-- end of text
