rename outbox to temp

open temp as source
open outbox as dest

process no posted

open approved as source
open outbox as dest

process to posted file

process:

copy to posted and outbox without changes until header, applying rejects
read in header
modify header:
	pull skip lines (don't skip TO: if rejecting, do skip NEWS: if 
		rejecting)
	make a mozzilla status line of 801 so netscape will be happy
	check for our group in newsgroups
	check for our mail address in to and cc
	fix newsgroups line if necessary
	check for other moderated newsgroups
		add moderate line if going to newsgroup
	add an organization line if not present
	make sure we have a subject line
flush header

start over


read a header line in:
	follow rules

read a body line in: