##  $Revision: 1.12 $
##  newsfeeds - determine where Usenet articles get sent
##  Format:
##	site[/exclude,exclude...]\
##		:pattern,pattern...[/distrib,distrib...]\
##		:flag,flag...\
##		:param
##  Summary of flags:
##	<size		Article must be less then size bytes.
##	Aitems		Article checks -- d (must have Distribution header)
##			p (don't check for site in Path header).
##	Bhigh/low	Internal buffer size before writing to output.
##	H[count]	Article must have less then count hops; default is 1.
##	Isize		Internal buffer size (if a file feed)
##	Nm		Only moderated groups that match the patterns.
##	Nu		Only unmoderated groups that match the patterns.
##	Ssize		Start spooling if more than size bytes get queued.
##	Ttype		Feed types -- f (file) m (funnel; param names the
##			real entry) p (pipe to program) c (send to stdin
##			channel of param's sub-process); x (like c, but
##			handles commands on stdin).
##	Witems		What to write -- b (article bytesize) f (full path)
##			g (first newsgroup) m (Message-ID) n (relative
##			path) s (site that fed article) t (time received)
##			* (names of funnel feed-in's or all sites that get
##			the article) N (Newsgroups header) D (Distribution
##			header) H (all headers) O (overview data) R
##			(replication data).
##  Param field depends on T flag.  For Tf, relative paths are from the
##  out.going directory.  For Tp and Tc, it is a shell command to execute.
##  If a Tm refers to this entry (which will have its own T param) then "*"
##  is expanded to all the funnel sites that triggered this one.  Useful
##  for spawning one mail process, e.g.
##
##  This file is complicated -- see newsfeeds.5!

##  This is a special entry.
##  The "pattern" field gives the intial subscription list for
##  all other sites.  The distrib subfield limits incoming articles.
ME\
	:*,!junk,!control,!foo\
	::

# Feed all moderated source postings to an archiver
#source-archive\
#	:!*,comp.sources.*\
#	:Tp,Nm:/news/bin/archive %s

# UUCP example, articles are batched from cron by "send-uucp".
# The first line specifies the news-server: the first entry should be the fqdn
# for nntp feeds and the uucp hostname for uucp feeds. Further entries should
# contain the fqdn and the path your news server puts into news headers.
# The second line contains what should be given to the server: everything, but
# not 'junk' and not 'foo' and also not all articles that have as distribution
# 'local'.
# The third entry contains some flags: Uucp sites may add "B4096/1024"
#moko/moko.saar.de,linux.saar.de\
#       :/!local\
#       :Tf,Wfb,B4096/1024:

# non-uucp example (nntpsend)
# sbusol.rz.uni-sb.de\
#	:/!local\
#	:Tf,Wnm:feed1.domain.name.edu

# Overview data base.
@overview\
	:*\
	:Tc,WO:/usr/lib/news/bin/overchan

