#!/bin/sh
# This generates a list of test email messages to various sites and back.
l=`uuname -l`
u=${USER:-$LOGNAME}
for h in bcs bu.edu harvard ima jjmhome mit-eddie ora
do	echo testpath $h $l $u
	testpath -v $h $l $u
done
