:ts=8


    NAME
	UUPack 37.1

    SYNOPSIS
	From/a,Dest=Destination/M,-o=To/K,-s=Subject/K,-d=Description/K,
	-m=SplitSize/K/N

    DESCRIPTION
	Encode the given file into a message for sending to a remote machine.
	Automatically splits the file into a multi-part message if it is
	larger than splitsize.

    INPUT
	From/A			The file you are going to send.

	Dest=Destination/M	One or more electronic mail addresses. May
				not be used with the To option.

	-o=To/K			A file to output to. The message will be
				written to the given file name. If more than
				one message is needed, this is the base name,
				and a sequence number is provided as a suffix.

	-s=Subject/K		Subject of the mail message or article. Will
				be put in each message sent, with sequence
				numbers appended for more than one message.

	-d=Description/K	The name of a file that describes the file
				being sent.

	-m=SplitSize/K/N	Maximum size of a single message in bytes. If
				that is not defined, then there is "no" limit.

    ENVIRONMENT VARIABLES
	The following environment variables are recognized (commandline over-
	rides `SplitSize' variable):

	CustomShell		Name, if any, of CustomShell (e.g. WShell).
				If not defined, UUPack will use the UserShell
				for piping.

	SendMail		SendMail command. Defaults to "SendMail".

	SplitSize		Maximum size of messages (default: 2147483647).

	WhoAmI			To be used for last part of Message-ID. The
				default is "soli.deo.gloria".


    REQUIREMENTS
	dos.library v37+
	utility.library v37+
	fifo.library v37+

    BUGS
	None known.

    AUTHOR
	Klaus Alexander Seistrup <kas@mink.ping.dk>
	Copyright © 1994,95 Magnetic Ink

    FUTURE
	I can't promise you to develop this program further. However, please
	let me know of any bugs that you may find.

    SEE ALSO
	mpack (available via anonymous ftp in ftp.andrew.cmu.edu:pub/mpack/).

