shithub: riscv

ref: 22af5f26ba10370b75cf2a7b1efd73256a8c036f
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