# NewsHound example rule file (!NewsHound.config.GlobalRule)
# 
# Written By J.Heenan, 1997
#
# THESE RULES MUST BE SEPARATED BY TABS([09])!
# use Ctrl-I in !Edit, or use !Zap (or even !StrongEd)
# NB. Columns MAY NOT be left BLANK. (put a '*' in unused columns)
#
# rules are executed downwards - ie. last matching rule overrides all previous
#
# for text fields, * means match anything, # any one character
# valid entries for amount field are : art,head,xover or none
# none:  ignore article totally
# xover: generate a header for the article from the information
#        we already have (quicker than head)
# head:  fetch a article header from the server for this article
# art:   fetch the complete article from the newsserver
#
# Note that the group line is matched to the group currently been fetched -
# /NOT/ the Groups: line in the article
#
# the from line matches the exactly what is in the article
# From: line. if you're matching an email address, it's best
# to put *'s either side.
#
# for lines/bytes/xposts field, entry must be either <xx,<xxk,>xx or >xxk
# where xx is any number (and k indicates kilobytes for bytes field)
#
# Lines beginning # are comments
# Lines beginning $ are section markers AND SHOULDN'T BE REMOVED!
# (they don't actually mean anything, but may be used by an wimp
#  interface to the killfile that I might make)
#
# A english translation of this kill file would be:

# unless I specify otherwise below, get the whole article
#    "       "          "      "  , xover articles posted to more
#                                   than 5 newsgroups
#    "       "          "      "  , xover articles bigger than 8k
#    "       "          "      "  , get the zeroth part of articles in
#                                   comp.binaries
#    "       "          "      "  , only fetch the headers for the FAQ
#    "       "          "      "  , get all articles posted by people
#                                   with acorn.co.uk addresses
# don't download articles from aol.com
# don't download articles with 'MONEY' in the subject.
# don't download articles crossposted to more than 10 groups

# Explanation of columns:
# group     this newsgroup newshound is currently downloading
# subject   article subject
# from      the article's from header
# bytes     the articles size in bytes (including header)
# lines     article length (excluding header)
# msg-id    article's message id
# ref's     the articles References: lines
# x-posts   the number of groups the article is crossposted
#           (NB. Not supported by all news servers)

# group		subject	from	bytes	lines	msg-id	ref's	x-posts	amount

$ default action:
*		*	*	*	*	*	*	*	art

$ header only:
*		*	*	*	*	*	*	>5	xover

$ max article size:
*		*	*	>8k	*	*	*	*	xover

$ exceptions:
comp.binaries.*	*[0/*	*	*	*	*	*	*	art
*	*Acorn FAQ*	*	*	*	*	*	*	head
*	*	*@acorn.co.uk*	*	*	*	*	*	art
 
$ kills:
*		*	*@aol*	*	*	*	*	*	none
*		*	*	*	*	*	*	>10	none
# Kills any articles in MONEY (in uppercase) in title
*		*MONEY*	*	*	*	*	*	*	none
