if ( grep calling-user-shell /etc/shells
   & glob service-user mail
   )
	reset
	no-set-environment
	suppress-args
	disconnect-hup
	execute sendmail -bp
fi
