shithub: plan9front

ref: 3d9abd96aea42e7e1134e0f241cb57275a29bc71
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