#!/bin/rc sender=$1 shift addr=$1 shift qer /mail/queue mail $sender $addr $* && { runq /mail/queue /mail/lib/remotemail/dev/null >[2=1] & exit 0}