
# DNEWSFEEDS	SAMPLE
#

#  The ME label is used solely to filter out local groups
#  for articles that occur on inbound connections for which
#  no label was specified in DIABLO.HOSTS.
#
#  To filter inbound articles in general, use an expiration of
#  0 days in dexpire.ctl.  XXX TO BE FIXED

label	ME
    filter	best.*
end

# Contact: xxx@yyy.com
#
#
# note: delgroupany means that if any group in the Newsgroups: line
# matches, the article is not fed even if other groups are acceptable.

label	sgigate
    alias	sgigate.sgi.com
    alias	news.sgi.com
    filter	best.*
    addgroup	*
    delgroup	bofh.*
    delgroup	best.*
    delgroup	alt.*
    delgroupany	alt.binar*
    delgroupany	alt.warez*
end

# local redistribution
#
# note: groupref references a grouplist 'subroutine', which can be
# defined before or after the reference (see the end of this file)

label	nntp1
    alias	nntp1.best.com
    addgroup	*
    groupref	NOWAREZ
    groupref	NOPORN
end


#  Contact: xxx@yyy.com
#

label	fubar
    alias	news.fubar.net
    filter	best.*
    maxsize	200k
    maxcross	8
    delgroup	*
    addgroup	ba.*
    addgroup	biz.*
    addgroup	comp.*
end

groupdef NOWAREZ
    delgroupany	alt.crack*
    delgroupany	alt.warez*
    delgroupany	alt.binaries.ware*
end

groupdef NOPORN
    delgroupany	alt.binaries.pictures.er*
end

# and so on...
#
