if (-r $REMAIL/list) then
else
cd $REMAIL/queue
ls -f >../list
date | ../runq $REMAIL/list $REMAIL/qsource
source ../qsource
rm ../list
endif
