home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / uucp_442 / uucp2 / man / batchnews < prev    next >
Text File  |  1990-09-27  |  2KB  |  40 lines

  1.  
  2. NAME
  3.     BatchNews - collect news batches for forwarding to other sites.
  4.  
  5. SYNTAX
  6.     BatchNews
  7.  
  8. DESCRIPTION
  9.     The BatchNews program scans the UUSPOOL/batch directory for text files
  10.     containing lists of news articles (prepared by rnews) which are to be
  11.     forwarded to other sites. The names of these files will be the names of
  12.     the respective systems to which news is to be forwarded. 
  13.  
  14.     BatchNews calls 'CBatch' to compress each batch of news and then calls
  15.     'uux' to spool the batch for delivery to the target system. When batching
  16.     is completed for a particular system, that UUSPOOL/batch file is deleted.
  17.  
  18.     BatchNews is intentionally decoupled from the 'uuxqt' program (it isn't
  19.     run by uuxqt) so that you can schedule the times at which news batching
  20.     is performed (using crontab entries), providing you some degree of control
  21.     over when outgoing news activity takes place without restricting login
  22.     times, etc.
  23.  
  24.     News batching is driven by a file named UULIB/sys. Entries in the file
  25.     have the form:
  26.  
  27.         # Forward the following groups to system jojo - 
  28.         jojo:comp.*, \
  29.              gnu.* \
  30.              misc.jobs.offered
  31.  
  32.     Lines beginning with a number sign (#) are comments and are ignored. Each
  33.     entry in the file is essentially treated as one very long line which can
  34.     be continued over many physical lines through the use of the backslash 
  35.     continutation character (\). The format of the 'sys' file is somewhat 
  36.     different from what is implemented on Un*x systems. Each "entry" is a
  37.     simple pattern which may contain wildcards (*, ?). The 'rnews' program
  38.     compares the newsgroup name against each of these patterns until either
  39.     a match is detected or the end of the list is reached. 
  40.