##  $Revision: 1.3 $
# (commented out examples, for Debian GNU/Linux - iwj 25.07.94)
##  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 the local site.
##  The "pattern" field gives the intial subscription list for
##  all other sites.  You might want to put "!control,!junk,!<local>.*"
##  there.  The "distrib" subfield limits incoming articles.
# *** NB *** You'll almost certainly want to edit this - iwj.
ME\
	:*,\
	::

overview:*:Tc,WO:/usr/lib/news/bin/overchan

# alles was an's Gateway gehen soll.
# Hinweis: wer noch einen UUCP-Link hat, der sollte sich hueten 
# de.comm.gateways, de.comm.gatebau, de.comp.text.tex und de.soc.netzwesen
# an sein Gateways bzw. seinen Fido-Uplink zu feeden!
# das gibt in 90% aller Faelle Stress wegen Dupes und/oder Nopes :-(
ftngate/ftngate.abra.de,f2125.n2426.z2.fidonet.org\
	:!*,\
	!junk,\
	!control,\
	abra.*,\
	bremnet.*,\
	!bremnet.mailbox*,\
	!bremnet.schopp*,\
	comp.*,\
	de.*,\
	!de.comm.gate*,\
	!de.comp.text.tex,\
	!de.soc.netzwesen,\
	fido.*,\
	!fido.junk,\
	maus.*,\
	news.*,\
	north.*,\
	olnet.*,\
	sci.*,\
	z-netz.*,\
	qumran.*\
	/!local\
	:Tf,Wnb:

# meine "Sysop-Point", der via NNTP versorgt wird.
orca/orca.abra.de\
	:!*,\
	!control,!junk,\
	*.answers,abra.*,beta.*,bremnet.*,comp.mail*,comp.os.linux*,de.*,\
	fido.*,namib.*,north.*,olnet.*,qumran.*,staroffice.*\
	/!local\
	:Tf,Wfm:

#[...]
