home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b-man.lha / man / Sys < prev    next >
Encoding:
Text File  |  1993-12-24  |  3.4 KB  |  79 lines

  1.  
  2.                             UULIB:Sys FILE
  3.  
  4.     The UULIB:Sys file lists all systems that send you news and all systems
  5.     that you feed news to.  Any news received from any one system in this
  6.     list is sent to all other systems on the list (never back to the system
  7.     that originally sent the news).  Any news that you post from your machine
  8.     will be sent to ALL systems on the list.
  9.  
  10.     UPSTREAM:   sites which feed you (i.e. your news feed) (news you post feeds
  11.                 back)
  12.  
  13.     DOWNSTREAM: sites which you feed (news they post feeds back)
  14.  
  15.     WARNING:    There can be no loops in the 'network' you create by
  16.     listing several other UPSTREAM machines along with your main feed.
  17.     Generally in a local UUCP network made up of Amigas, only ONE site will
  18.     receive news from the 'backbone' USENET and propogate it to the other
  19.     machines.  If two machines propogated duplicate news from the same
  20.     backbone site, duplicate articles would appear.  If two machines
  21.     propogated duplicate news from DIFFERENT backbone sites then your
  22.     little amiga network will be looping news throughout the entire USENET
  23.     which will make a LOT OF PEOPLE ANGRY!
  24.  
  25.     The Sys file consists of entries like this (example) (NO WHITE SPACE
  26.     ALLOWED):
  27.  
  28.         uunet:*
  29.         friend1:*
  30.         friend2:*
  31.  
  32.     Some news sites will have several names, to prevent news from being
  33.     circulated to the uucp name of a site when it is passed under a
  34.     different name, you can specify aliases as follows (NO WHITE SPACE
  35.     ALLOWED):
  36.  
  37.         uucpname:alias:alias:alias: ...
  38.  
  39.     In most cases you will have only one news site, your main backbone, and
  40.     you do not have to worry about it too much.  The formal format is:
  41.  
  42.         site:<wildcard>,<wildcard>,<wildcard>,\
  43.              <wildcard>,<wildcard> ...
  44.  
  45.                         or (example w/ aliases)
  46.  
  47.         site:alternatename:<wildcard>,<wildcard>,<wildcard>,\
  48.             <wildcard>,<wildcard> ...
  49.  
  50.     A wildcard uses '*' and '?', and may be preceeded by a '-' to indicate
  51.     groups that should NOT be passed along.  For example, the following is
  52.     valid:
  53.  
  54.         uunet:*,-comp.*,comp.*amiga*
  55.  
  56.     Which can be interpreted as 'include all groups except the comp groups,
  57.     except except let the amiga comp groups through'.  Not that anybody
  58.     would use such a declaration, it is simply to demonstrate the power
  59.     of wildcards.
  60.  
  61.     The '!' character can be used as a synonym for the '-' character.
  62.  
  63.     Multiple lines can be used using '\' continuation (the last line should
  64.     not have a '\').  The <wildcard> is a wildcarde newsgroup name, such as
  65.     comp.* or comp.sys.* or a specific newsgroup or whatever, specifying
  66.     which newsgroups should be propogated to that particular site.
  67.  
  68.     Whenever news is received by RNEWS, either through a local posting or
  69.     remotely received news, the Sys file is scanned and an entry appended
  70.     to the file UUSpool:Batch/<system> for each system the news is to be
  71.     propagated to.  RNEWS will never propogate news to a machine that is
  72.     already in the Path: field and so the news is never echo'd.
  73.  
  74.     Note that the news is NOT spooled yet.  To spool all pending news you
  75.     must run the BATCHNEWS program.  Thus, to propagate news to other
  76.     sites (including your own news to your main feed), you must run
  77.     BATCHNEWS before UUCICO.  you can have UUCICO automatically run
  78.     BATCHNEWS by specifying the -b option to UUCICO.
  79.