#! /bin/sh
# send news by mail, encoded for protection

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

PATH=$NEWSCTL/bin:$NEWSBIN/batch:$NEWSBIN:$NEWSPATH ; export PATH

case $# in
0)	echo "Usage: $0 destination ..." >&2
	exit 1
	;;
esac

( echo ; bencode ) | mail $*
