justqmail 100 B

1234567
  1. #!/bin/rc
  2. sender=$1
  3. shift
  4. addr=$1
  5. shift
  6. upas/qer /mail/queue mail $sender $addr $* || exit 1
  7. exit 0