#
# DNEWSFEEDS	Diablo newsfeeds configuration file.
#
#		Look into /usr/doc/diablo/examples for more commented
#		sample files.
#
#

# DEFAULT ENTRY - applies to inbound feeds that have no label assigned to
#	          them in the diablo.hosts file.
#
#

label	DEFAULT
    filter	best.*
end

# GLOBAL ENTRY - you should always have a GLOBAL entry and it should contain
# 		 a minimum of the commands shown below to prevent the 
#		 spam filter (which defaults to 'on') from incorrectly
#		 categorizing certain posting sources as spam.

label	GLOBAL
    delspam     *ladder*.news.aol.com*
    delspam     *ngsoap*.news.aol.com*
    delspam     *@bbs.oit.edu.tw*
    delspam     *ester.vr1.com*
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.
#
# By deleting control.*, we only propogate control messages that are
# passed in those groups that are not filtered out.  Otherwise all
# control messages would be propogated.

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

