# Default `news' user's crontab for INN
# Supplied with Debian GNU/Linux's INN package.
# See /usr/doc/copyright/inn for details, or /usr/doc/news/inn-readme
# for how to configure INN and find other information.
#
# Edit the file in /etc/news/crontab and re-feed it to the crontab command.
#
PATH=/usr/lib/news/bin:/bin:/sbin:/usr/bin:/usr/sbin
#
# (min, hour)	(dm,m,dw)	(command)
#
# This is for the nntplink program; enable this if you have nntplink
# installed and want to re-send dropped articles.
#05	1	* * *		[ -x /usr/lib/news/nntplink.clean ] && \
#	exec /usr/lib/news/nntplink.clean >> /var/log/news/nntplink.clean 2>&1
#
# Flush the hosts cache every night.
#
02	3	* * *		ctlinnd reload hosts.nntp "flush cache" > /dev/null 2>&1
#
# Expire old news and old overview entries nightly.
#
08	3	* * *		news.daily expireover
#
# Every hour, run an rnews -U. This is used mainly for UUCP-fed sites.
#
14	*	* * *		rnews -U
#
# Enable this entry to send posted news back to your upstream provider.
#
#*/15	*	* * *		/usr/lib/news/send-nntp news.myprovider.com
#
#
# Do _not_ run makehistory nightly on big servers!
#45	5	12 * *		makehistory -bu
