#! /bin/sh
# Find size of current queue of news outbound to $1.  Taylor version.

# =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
. ${NEWSCONFIG-/usr/lib/news/config}

PATH=$NEWSCTL/bin:$NEWSBIN:$NEWSPATH ; export PATH
umask $NEWSUMASK

uustat -s $1 -c rnews | wc -l
