# The news server field specifies which news server to search. # You can only use 1 news server. NEWS_SERVER = dp-news.maxwell.syr.edu # In the news groups field you can specify one or more news groups to search. NEWS_GROUPS = uk.rec.equestrian,rec.equestrian # The keywords field holds the keywords you wish to search for. # Keywords are CSV delimited, so if you need a space, put double quotes around # the word or phrase containing the space, and separate words or phrases by # commas. KEYWORDS = bucking # The exclude field specifies words to exclude. If the words are found in the # article, that article will be skipped. EXCLUDE = # You can specify the maximum number of articles to search. MAX_TO_SEARCH = 1000 # You can specify where to start searching from in the newsgroup, either # from the beginning or end of the list of articles. The most recent articles # will be at the end. STARTFROM = end # The tolerance min field lets you enter how many matches must be found # in order to display this article. TOLERANCE_MIN = 1 # Specify to and the keywords together (1), or not (0). If you and the # keywords, the articles returned will contain ALL of the specified # keywords. AND_KEYWORDS = 0 # The output file name is only used when not running the cgi. OUTPUT = xxx.xxx