SHELL=/bin/sh
#
MAILTO=admin
#
#-------------------------------------------------------------------------------
# send news batches to your fido feed 
#-------------------------------------------------------------------------------
5,35 * * * *	/usr/lib/news/send-fido
#-------------------------------------------------------------------------------
# send news batches to NNTP-Feeds
#-------------------------------------------------------------------------------
0 * * * *	/usr/lib/news/send-nntp fub:news.fu-berlin.de
#[...]
#
#-------------------------------------------------------------------------------
# send news batches to your uucp downlinks
#-------------------------------------------------------------------------------
12 0,2,4,6,8,12,14,17,18,20,22 * * *	/usr/lib/news/send-uucp wilam darkangel
#[...]
#-------------------------------------------------------------------------------
# Daily housekeeping ... expires news and other things ...
#-------------------------------------------------------------------------------
#
0 9 * * *	/usr/lib/news/bin/news.daily < /dev/null
#
#-------------------------------------------------------------------------------
# offer spooled news - that was spooled into the incoming directory when the 
# innd server wasn't available - again to the innd server.
#-------------------------------------------------------------------------------
#
15 * * * *	/usr/bin/rnews -U
