.key mailfile/a,username
.bra {
.ket }
.dot ~

IF exists "{mailfile}"
	IF "{username}" EQ ""
		uucp:c/sendmail <{mailfile}
	ELSE
		echo  >t:sendm{$$} "From {username} (ARCHIVE)"
		type >>t:sendm{$$} {mailfile}
		uucp:c/lmail <t:sendm{$$} {username}
		uucp:c/sendmail <{mailfile} -f "{username}"
	ENDIF
ENDIF
