git: 9front

ref: 4dcbf96833d0b11a3d4c9984c9998f380e194e74
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