emailconfig/lib/justqmail

8 lines
100 B
Bash
Executable File

#!/bin/rc
sender=$1
shift
addr=$1
shift
upas/qer /mail/queue mail $sender $addr $* || exit 1
exit 0