git: 9front

ref: 6a66ca0ffda005ddf8fd858f7ed9abcf6af2cc60
dir: /sys/lib/dist/mail/lib/justqmail/

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