# This is the NNTP server leafnode fetches its news from.
# You need read and post access to it.
server = news.hiof.no

# Unread discussion threads will be deleted after this many days if
# you don't define special expire times. Mandatory.
expire = 20

# Non-standard expire times (no regex possible)
groupexpire comp.os.linux.misc = 5     # group too big to hold articles 20 days
groupexpire any.local.newsgroup = 100  # very interesting, hold articles longer:

# Never fetch more than this many articles from one group in one run.
# Be careful with this; setting it much below 1000 is probably a bad
# idea.
maxcount = 2000
