sendpetpacket() needs to be able to handle larger than 256bytes packets.
	- ie fragmented transactions.

add man page

add example for swatch
add example for nocol
add example for sendmail with only aliases
add swatch to ftp site
add nocol to ftp site

setup all signals when starting
	- be paranoid about the state of the environment according to sendmail.

give up my quest to get the world to tolerate ts=4

Make UpdateQueueFile unlink() if write error.

add timeout for sending mail

add timeout for pipe reads

handle SIGPIPE gracefully.

add maxtransactions option so can limit transactions to 1 or 2 per call
(which may be imposed by the provider, in which case sendpage needs to
fail once then try again)

if a multi transaction send fails, all the individual transactions should
be marked as single-only send -- the pet protocol has an abandon code
that it can, after the pages have been accepted decide to not accept
them, so when sending multiple pages a failure can happen such that
all pages are marked invalid, even though only one actually caused the
error.

modem init code doesn't work too well - sometimes takes 2 tries.

add +noreply option when sending via mail
ie: maf+noreply@pager.ohio-state.edu or maybe in the body

add flag to ignore pid file so will start reliably on boot
without having to remove the pidfile first

add e-mail pager (ie alias to an e-mail also)
ie: alias    test       12345.test maf@net.ohio-state.edu

document setups for other modems

truncated pager files that queue == corrupt queue file

look at the comma bug from Rob Mallory and respond to him

add option to include the sender or part of the sender in the page.

add a lastresort option.  Ie. if the page can't be sent for some reason,
forward it on to another machine.

add pc=dumb for old-style non pet/ixo/tap protocol paging
	- call the number send a few tones.  non reliable, etc.

add autosplit option
	- instead of truncating a page, split it into n pages.
		- number each page #1: #2: #3:  since they tend to arrive
		  out of order.
	- add option to combine all lines into a sengle page which can then
	- be split.

add character translation map
	ie >127 go to their low bit set equiv
	control characters get mapped to '#' or something harmless.

have steve.kennedy.cellnet work

make sure recipient is in mail reply.

disable id.pagingcentral by default for mail

berkely m4 style templates for sendpage mailer

only the sendpage user should be able to start the daemon.

per pc FROM_HEADER

add stats (smothers@mcd.intel.com)
	># of pages attempted
	># of pages sucessfully sent
	># of failed pages
	>    BUSY
	>    BAD PIN

add option to try to parse out signatures and other junk

use gnu autoconf

expand alias support for per-user profiles
	ie, maxlen, datetime, etc, etc.

all the
	#ifdef DEBUG
		report
	#endif DEBUG should turn into

	RDEBUG(90, LOG_INFO, "Whatever message")
