SHELL=/bin/sh
PATH=/usr/lib/news/bin:/sbin:/bin:/usr/sbin:/usr/bin

# Expire old news and overview entries nightly, generate reports.

15 4	* * * 	news	news.daily expireover lowmark delayrm

# Refresh the cached IP addresses every day.

2 3	* * *	news	ctlinnd -t 300 -s reload incoming.conf "flush cache"

# Every hour, run an rnews -U. This is not only for UUCP sites, but
# also to process queud up articles put there by in.nnrpd in case
# innd wasn't accepting any articles.

10 *	* * *	news	test -x /usr/bin/rnews && rnews -U

# Enable this entry to send posted news back to your upstream provider.
# Not if you use innfeed, ofcourse.

#*/15 *	* * *	news	send-nntp news.myprovider.com


# Enable this if you want to send news by uucp to your provider.
# Also edit /etc/news/send-uucp.cf !

#22 *	* * * 	news	send-uucp.pl

