#!/bin/csh -f

set rmail = ~/RMAIL

cat << EOF > $rmail
BABYL OPTIONS:
Version: 5
Labels:
Note:   This is the header of an rmail file.
Note:   If you are seeing it in rmail,
Note:    it means the file has no messages in it.
EOF
echo -n "" >> $rmail
