#!/bin/sh 

# note:  this front end is necessary to the import of messages into the
# BBS, as the BBSDIR environment variable will not be set otherwise, causing
# mail to never be delivered.

# try to determine automatically -- so it doesn't need to be setup
BBSDIR=/`/bin/echo $0 | /bin/cut -f2 -d"/"`
export BBSDIR

$BBSDIR/bin/msgutil -p 
exit 0
