[news.software.anu-news] NEWS V5.9C diff 16/21

gih900@csc.anu.oz (Geoff Huston) (12/21/89)

+-+-+-+ Beginning of part 16 +-+-+-+
X!   gold-`124 CLOSE  `124 TOP    `124BOTTOM  `124
X!        `124 SELECT `124 UP 18  `124DOWN 18 `124
X!        +--------+--------+--------+
X `032
X   These defaults may be altered in three ways:
X `032
X**************
X*** 285,291
X        `124 SELECT `124 UP 18  `124DOWN 18 `124
X        +--------+--------+--------+
X `032
X!  These defaults may be altered in two ways:
X `032
X    o Using the DEFINE/KEY command to bind a news command to a key.
X `032
X--- 341,347 -----
X         `124 SELECT `124 UP 18  `124DOWN 18 `124
X         +--------+--------+--------+
X `032
X!  These defaults may be altered in three ways:
X `032
X    * Using the DEFINE/KEY command to bind a news command to a key.
X `032
X**************
X*** 287,293
X `032
X   These defaults may be altered in two ways:
X `032
X!   o Using the DEFINE/KEY command to bind a news command to a key.
X `032
X    o Defining the logical name "NEWS_INI" to a file containing a
X      sequence of DEFINE/KEY lines (which will be executed on startup
X--- 343,349 -----
X `032
X   These defaults may be altered in three ways:
X `032
X!   * Using the DEFINE/KEY command to bind a news command to a key.
X `032
X    * Defining the logical name "NEWS_INI" to a file containing a
X      sequence of DEFINE/KEY lines (which will be executed on startup
X**************
X*** 289,295
X `032
X    o Using the DEFINE/KEY command to bind a news command to a key.
X `032
X!   o Defining the logical name "NEWS_INI" to a file containing a
X      sequence of DEFINE/KEY lines (which will be executed on startup
X      of NEWS).
X `032
X--- 345,351 -----
X `032
X    * Using the DEFINE/KEY command to bind a news command to a key.
X `032
X!   * Defining the logical name "NEWS_INI" to a file containing a
X      sequence of DEFINE/KEY lines (which will be executed on startup
X      of NEWS).
X `032
X**************
X*** 293,299
X      sequence of DEFINE/KEY lines (which will be executed on startup
X      of NEWS).
X `032
X! 1 ADD
X `032
X  2 BATCH
X `032
X--- 349,356 -----
X      sequence of DEFINE/KEY lines (which will be executed on startup
X      of NEWS).
X `032
X!   * Using the SET PROFILE/KEYPAD=file command in a similar fashion
X!     as the use of the NEWS_INI logical name.
X `032
X  1 ADD
X `032
X**************
X*** 295,300
X `032
X  1 ADD
X `032
X  2 BATCH
X `032
X   See the Subtopic FILE
X--- 352,359 -----
X    * Using the SET PROFILE/KEYPAD=file command in a similar fashion
X      as the use of the NEWS_INI logical name.
X `032
X+ 1 ADD
X+`032
X  2 BATCH
X `032
X   *MANAGEMENT COMMAND*
X**************
X*** 297,303
X `032
X  2 BATCH
X `032
X!  See the Subtopic FILE
X `032
X  2 ENTRY
X `032
X--- 356,362 -----
X `032
X  2 BATCH
X `032
X!  *MANAGEMENT COMMAND*
X `032
X   See the Subtopic FILE
X `032
X**************
X*** 299,304
X `032
X   See the Subtopic FILE
X `032
X  2 ENTRY
X `032
X   Format:
X--- 358,365 -----
X `032
X   *MANAGEMENT COMMAND*
X `032
X+  See the Subtopic FILE
X+`032
X  2 ENTRY
X `032
X   Format:
X**************
X*** 305,314
X `032
X    ADD ENTRY newsgroup
X `032
X!  ADD ENTRY is used to add a newsgroup into a class. A class is a set of
X!  newsgroups which the user has grouped together into a single class set.
X!  This grouping is maintained within the per-user news context file, so
X!  that this command refers only to the user executing the command.
X `032
X   Normally the specified newsgroup is added to the current class (if a
X   class is currently selected). The /CLASSES qualifier is used to specify
X--- 366,376 -----
X `032
X    ADD ENTRY newsgroup
X `032
X!  ADD ENTRY is used to add the specified newsgroup into a CLASS. A class
X!  is a set of newsgroups which the user has grouped together into a
X!  class set. This grouping is maintained within the per-user news
X!  context file, so that this command refers only to the user executing
X!  the command.
X `032
X   Normally the specified newsgroup is added to the current class (if a
X   class is currently selected). The /CLASSES qualifier is used to specify
X**************
X*** 335,340
X `032
X  2 FILE
X `032
X   ADD FILE is a NEWS MANAGEMENT Command.
X `032
X   Format:
X--- 397,403 -----
X `032
X  2 FILE
X `032
X+  *MANAGEMENT COMMAND*
X   ADD FILE is a NEWS MANAGEMENT Command.
X `032
X   Format:
X**************
X*** 339,345
X `032
X   Format:
X `032
X!   ADD FILE Filename
X `032
X   ADD FILE is used to automatically load items into the news database. This
X   command is normally used to load network news batches onto the local node
X--- 402,408 -----
X `032
X   Format:
X `032
X!   ADD FILE filename
X `032
X   ADD FILE is used to automatically load items into the news database. This
X   command is normally used to load network news batches onto the local node
X**************
X*** 345,352
X   command is normally used to load network news batches onto the local node
X   (locally generated news is POSTed into NEWS).
X `032
X!  If the node is defined as a news routing node, this command also
X!  generates the batch files to send to the adjacent NEWS nodes.
X `032
X   ADD FILE scans an input file and breaks the file into one or more
X   articles. Each article is composed of a number of header lines (or a
X--- 408,415 -----
X   command is normally used to load network news batches onto the local node
X   (locally generated news is POSTed into NEWS).
X `032
X!  If the node is defined as a news routing node, this command also generates
X!  the batch files to send to the adjacent NEWS nodes.
X `032
X   ADD FILE scans an input file and breaks the file into one or more
X   articles. Each article is composed of a number of header lines (or a
X**************
X*** 375,384
X   /ACCEPT
X   /NOACCEPT [default]
X `032
X!  Postings to moderated newsgroups require an "Approved:" stamp before NEWS
X!  will accept the posting. /ACCEPT overrides this condition, allowing
X!  addition of unapproved postings into moderated newsgroups. /NOACCEPT is
X!  the default.
X `032
X  /CREGRP
X   /CREGRP
X--- 438,447 -----
X   /ACCEPT
X   /NOACCEPT [default]
X `032
X!  Postings to moderated newsgroups require an "Approved:" stamp in the
X!  item headers in order for NEWS to accept the posting. /ACCEPT
X!  overrides this condition, allowing addition of unapproved postings into
X!  moderated newsgroups. /NOACCEPT is the default.
X `032
X  /CREGRP
X   /CREGRP
X**************
X*** 388,396
X   newsgroups which already exist on the system, rejecting all other
X   newsgroups. This qualifier directs NEWS to automatically create any new
X   newsgroups which are specified in the item headers which do not already
X!  exist on the local system. Default is /NOCREGRP. /CREGRP is NOT
X!  recommended if you are connected to the USENET, as this will result in
X!  the creation of bogus newsgroups.
X `032
X  /DEFNEWSGROUP
X   /DEFNEWSGROUP=newsgroup
X--- 451,457 -----
X   newsgroups which already exist on the system, rejecting all other
X   newsgroups. This qualifier directs NEWS to automatically create any new
X   newsgroups which are specified in the item headers which do not already
X!  exist on the local system. Default is /NOCREGRP.
X `032
X   /CREGRP is normally not recommended if you are part of a NEWS network,
X   as this will result in the creation of many bogus newsgroups.
X**************
X*** 392,397
X   recommended if you are connected to the USENET, as this will result in
X   the creation of bogus newsgroups.
X `032
X  /DEFNEWSGROUP
X   /DEFNEWSGROUP=newsgroup
X `032
X--- 453,461 -----
X   newsgroups which are specified in the item headers which do not already
X   exist on the local system. Default is /NOCREGRP.
X `032
X+  /CREGRP is normally not recommended if you are part of a NEWS network,
X+  as this will result in the creation of many bogus newsgroups.
X+`032
X  /DEFNEWSGROUP
X   /DEFNEWSGROUP=newsgroup
X `032
X**************
X*** 400,420
X   default is only used when the scanned item does not contain a header
X   line "Newsgroups: ...".
X `032
X- /NEWSGROUP
X-  /NEWSGROUP=newsgroup
X-`032
X-  This directs the NEWS parser to place all items into the nominated
X-  newsgroup (regardless of whether the item contains a "Newsgroups:"
X-  header line). This qualifier is useful when converting messages from
X-  a mailing list into a newsgroup:
X-`032
X-     MAIL> set folder CMU_TCPIP
X-     MAIL> extract/all tcp.mail
X-     MAIL> delete/all
X-     MAIL> exit
X-     $ NEWS/NOSCREEN
X-     NEWS> add file tcp.mail/news=anu.tcpip
X-`032
X  /DELETE
X   /DELETE
X   /NODELETE [default]
X--- 464,469 -----
X   default is only used when the scanned item does not contain a header
X   line "Newsgroups: ...".
X `032
X  /DELETE
X   /DELETE
X   /NODELETE [default]
X**************
X*** 423,429
X   have been added to NEWS. Default is /NODELETE.
X `032
X  /EXECUTE
X!  /EXECUTE= [RETAIN [default qual value] `124 LOCAL `124 DELETE ]
X   /NOEXECUTE [Default]
X `032
X   "Control" messages are posted periodically to the net by various net
X--- 472,478 -----
X   have been added to NEWS. Default is /NODELETE.
X `032
X  /EXECUTE
X!  /EXECUTE= [RETAIN (default qualifier value) `124 LOCAL `124 DELETE ]
X   /NOEXECUTE [Default]
X `032
X   "Control" messages are posted periodically to the net by various news
X**************
X*** 426,436
X   /EXECUTE= [RETAIN [default qual value] `124 LOCAL `124 DELETE ]
X   /NOEXECUTE [Default]
X `032
X!  "Control" messages are posted periodically to the net by various net
X!  administrators to manage the network newsgroups. Some types of Control
X!  messages can be executed immediately by the NEWS software, while those
X!  which refer to the creation or deletion of newsgroups may be handled in a
X!  number of ways.
X `032
X   The default action (/NOEXECUTE) is to create a DCL command file which
X   will perform the necessary newsgroup creation/deletion commands as
X--- 475,485 -----
X   /EXECUTE= [RETAIN (default qualifier value) `124 LOCAL `124 DELETE ]
X   /NOEXECUTE [Default]
X `032
X!  "Control" messages are posted periodically to the net by various news
X!  network administrators to manage the network newsgroups. Some types of
X!  Control messages can be executed immediately by the NEWS software,
X!  while those which refer to the creation or deletion of newsgroups may
X!  be handled in a number of ways.
X `032
X   The default action (/NOEXECUTE) is to create a DCL command file which
X   can perform the necessary newsgroup creation/deletion commands as
X**************
X*** 433,441
X   number of ways.
X `032
X   The default action (/NOEXECUTE) is to create a DCL command file which
X!  will perform the necessary newsgroup creation/deletion commands as
X!  directed in the posting, and post (via MAIL) this command file to the
X!  address "USENET" (this may be a logical name, or a mail destination).
X `032
X   If /EXECUTE is specified, then newsgroup creation messages are executed
X   immediately, without the requirement for approval by the local news
X--- 482,490 -----
X   be handled in a number of ways.
X `032
X   The default action (/NOEXECUTE) is to create a DCL command file which
X!  can perform the necessary newsgroup creation/deletion commands as
V!  directed in the control posting, and post this command file to the mail`03
X2
X!  address "USENET".
X `032
X   If /EXECUTE is specified, then newsgroup creation messages are executed
X   immediately, without the requirement for approval by the local news
X**************
X*** 439,452
X `032
X   If /EXECUTE is specified, then newsgroup creation messages are executed
X   immediately, without the requirement for approval by the local news
X!  manager. In the case of newsgroup deletion ("rmgroup" or a "checkgroups"
X!  message) the default action of /EXECUTE is to set the newsgroups which
X!  are to be removed to a 1 week retention period (This corresponds to a
X!  qualifier value of "/EXECUTE=RETAIN"). This default action may be modified
X!  by specifying either "/EXECUTE=LOCAL", in which case any such newsgroups
X!  are set to "/LOCAL" status, or "/EXECUTE=DELETE", in which case such
X!  newsgroups are deleted. In all cases a log of the actions performed will
X!  be posted to address "USENET".
X `032
X  /NETFEED
X   /NETFEED   [default]
X--- 488,494 -----
X `032
X   If /EXECUTE is specified, then newsgroup creation messages are executed
X   immediately, without the requirement for approval by the local news
X!  manager.
X `032
X   In the case of newsgroup deletion (affecting newsgroups listed in a
X   "rmgroup" or a "checkgroups" Control message) the default action of
X**************
X*** 448,456
X   newsgroups are deleted. In all cases a log of the actions performed will
X   be posted to address "USENET".
X `032
X! /NETFEED
X!  /NETFEED   [default]
X!  /NONETFEED
X `032
X   The default action of NEWS is to assume that all items added by the ADD
X   command are network news, and should be forwarded to News network
X--- 490,504 -----
X   immediately, without the requirement for approval by the local news
X   manager.
X `032
X!  In the case of newsgroup deletion (affecting newsgroups listed in a
X!  "rmgroup" or a "checkgroups" Control message) the default action of
X!  /EXECUTE is to set the newsgroups which are to be removed to a 1 week
X!  retention period (this corresponds to a qualifier value of
X!  "/EXECUTE=RETAIN"). This default action may be modified by specifying
X!  either "/EXECUTE=LOCAL" (in which case any such newsgroups are set to
X!  "/LOCAL" status), or "/EXECUTE=DELETE" (in which case such newsgroups
X!  are immediately deleted. In all cases a log of the actions performed
X!  will be posted to address "USENET".
X `032
X  /JUNK
X   /JUNK   [default]
X**************
X*** 452,463
X   /NETFEED   [default]
X   /NONETFEED
X `032
X-  The default action of NEWS is to assume that all items added by the ADD
X-  command are network news, and should be forwarded to News network
X-  neighbours (as specified by the SYS and DISTRIBUTION files). /NONETFEED
X-  inhibits the forwarding of ADDed items to neighbours. /NETFEED is the
X-  default
X-`032
X  /JUNK
X   /JUNK   [default]
X   /NOJUNK
X--- 500,505 -----
X   are immediately deleted. In all cases a log of the actions performed
X   will be posted to address "USENET".
X `032
X  /JUNK
X   /JUNK   [default]
X   /NOJUNK
X**************
X*** 476,482
X   The command will check if the added items are actually to be posted into
X   newsgroups moderated by this user, and in the case of a posting to
X   multiple moderated newsgroups, will post the item to the next moderator
X!  if required.
X `032
X  /RETRY
X   /RETRY
X--- 518,524 -----
X   The command will check if the added items are actually to be posted into
X   newsgroups moderated by this user, and in the case of a posting to
X   multiple moderated newsgroups, will post the item to the next moderator
X!  if required rather than complete the NEWS posting.
X `032
X  /NETFEED
X   /NETFEED   [default]
X**************
X*** 478,483
X   multiple moderated newsgroups, will post the item to the next moderator
X   if required.
X `032
X  /RETRY
X   /RETRY
X   /NORETRY [default]
X--- 520,558 -----
X   multiple moderated newsgroups, will post the item to the next moderator
-+-+-+-+-+ End of part 16 +-+-+-+-+-