Advanced Configuration Option - SPECIAL.DLS
---------------------------------------------

ServeUp can now determine which file to offer the caller based on the 
caller's name. It does this by using a file named SPECIAL.DLS which is a
list of names and files. ServeUp can look up the caller's name in 
SPECIAL.DLS and if the caller's name is found, then it will offer the 
caller the cooresponding file.

To set up a SPECIAL.DLS, first, change the "File to download" line in the 
.CFG file to "SPECIAL" without the quotes.  Next, create a file named
SPECIAL.DLS and place it in the directory named in the "Path to node 1"
line of the .CFG file. The format of SPECIAL.DLS is :
	callerName,fileName,fileDescription
One caller is listed per line. If no file description is included, then
ServeUp will use the description in the .CFG file.

When a SPECIAL.DLS file is used, successful downloads will be listed in
SPECIAL.NMS. Unlike normal setups, even if a download is successful and
a name is added to SPECIAL.NMS, ServeUp will continue to offer the 
file as long as the caller's name is in SPECIAL.DLS and the caller's
name is not in the SPECIAL.NOT file. If a caller selects "X" then that
will be recorded in SPECIAL.NOT.

SPPURGE.EXE is a utility to help maintain SPECIAL.DLS.  It will remove
an entry in SPECIAL.DLS if the name is found in SPECIAL.NMS. It will
then delete SPECIAL.NMS. 
	USAGE:  SPPURGE [/ND /B /?]

		OPTIONS:
		/ND = Do not delete SPECIAL.NMS.
		/B = Make backup of DLS file.
		/? = This screen.

	NOTE: SPECIAL.NMS and SPECIAL.DLS must be in the 
	      current directory.
