#	This file Copyright (c) 1990, 1991 by Frank J. Edwards.
#	All Rights Reserved.  You may freely fulfill any desire
#	to further redistribute this file as long as this notice
#	remains intact and at the top of the file.
#:ts=4

NEWSARTS   = "NewsArts:"		# Top-level directory for articles
NEWSCTL    = "NewsCtl:"			# Where control files are kept
NEWSBIN    = "NewsBin:"			# Where are `expire', `relaynews', etc
#NEWSPATH   = "C:,CNews:"		# $NEWSBIN will be added to this list...
#NEWSUMASK = "002"				# unused
NEWSMASTER = "usenet"			# Who receives mail messages?
TZ         = "EST5EDT"			# Unix-style timezone variable

SENDMAIL    = "sendmail -s"		# How does News send mail?
SENDSYS     = "NewsBin:relay/sendsys.e %s %s"		# arguments are article_name
SENDUUNAME  = "NewsBin:relay/senduuname.e %s %s"	#   and the rest of the
VERSION     = "NewsBin:relay/version.e %s %s"		#   Control: header
RMGROUP     = "NewsBin:relay/rmgroup.e %s %s"
NEWGROUP    = "NewsBin:relay/newgroup <%s %s"
CHECKGROUPS = "NewsBin:relay/checkgroups <%s %s"
ADDGROUP    = "NewsBin:relay/newgroup"
DELGROUP    = "NewsBin:maint/delgroup"

#
#	These variables are for AmigaRN.  This _IS_NOT_ a port of the Unix rn(1)
#	program, but an incredible simulation!
#
NEWSRC     = "Uupc:Mail/.newsrc"	# Where is the .newsrc stored?
RNTEMP     = "T:"					# Temp directory for files

#	Each of these programs MUST have the %s placeholder for the name
#	of the file...
#RNPAGER   = "more %s"				# What binary should RN call for reading?
RNMAIL     = "sendmail <%s"			# How does RN send mail?
RNEDIT     = "vi %s"				# Which editor should be used within RN?
RNPOST     = "relaynews <%s -i -s"	# How does RN post articles?

RNINDENT   = ">"					# this is the default
USERNAME   = "crash"				# machine name comes from "NewsCtl:mailname"
REALNAME   = "Frank J. Edwards"
POSTSIG    = "UUCP:Lib/.postsig"
MAILSIG    = "UUCP:Lib/.mailsig"
ORGANIZATION = "Me and My Shadow"
#
#	Each of the keywords given below may be assigned a string value as
#	shown.  The <envparm.c> module in the <libamiga> directory of the
#	CNews distribution searches for values in the following order/places:
#
#		1)	Current environment
#		2)	File identified by "CNEWS" (probably this file)
#		3)	Built-in default
#
#	The contents of the CNEWS variable is a filename where the other
#	configuration parameters may be found, searched for in the same order.
#
#	The comment parsing of this file is very crude, i.e. everything on
#	a line following a '#' is a comment, even if the comment indicator
#	is inside a quoted string :-(  Hopefully, this shouldn't happen.
#
#NEWSCTL    = "/usr/lib/news"
#NEWSPATH   = "/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin"
#NEWSARTS   = "/usr/spool/news"
#NEWSBIN    = "/usr/lib/newsbin"
#NEWSUMASK  = "002"
#NEWSMASTER = "usenet"
