home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / amigauuc.lha / AmigaUUCP / man / BatchNews < prev    next >
Text File  |  1991-09-09  |  2KB  |  71 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 compresses each batch of news and then calls 'uux' to spool
  15.     the batch for delivery to the target system. When batching is completed
  16.     for a particular system, that UUSPOOL/batch/<sysname> 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.  
  29.     jojo:comp.*, \
  30.          gnu.*, \
  31.          misc.jobs.offered
  32.  
  33.     # Forward everything except misc.jobs.offered to fubar
  34.     #
  35.  
  36.     fubar:*,-misc.jobs.offered
  37.  
  38.     (see UUMAN:Sys for more information on the Sys file)
  39.  
  40.     Lines beginning with a number sign (#) are comments and are ignored. Each
  41.     entry in the file is essentially treated as one very long line which can
  42.     be continued over many physical lines through the use of the backslash
  43.     continutation character (\). The format of the 'sys' file is somewhat
  44.     different from what is implemented on Un*x systems. Each "entry" is a
  45.     simple pattern which may contain wildcards (*, ?). The 'rnews' program
  46.     compares the newsgroup name against each of these patterns until either
  47.     a match is detected or the end of the list is reached.
  48.  
  49. CONFIG VARIABLES
  50.  
  51.     BatchBits        12/13/14/15/16
  52.  
  53.     Set number of bits for compression, 12 to 16.  You can set it
  54.     higher if you have lots of memory.  This also depends on what the
  55.     sites you feed can handle.  Generally anything greater than 14 bit
  56.     compression is overkill.
  57.  
  58.     DomainPath        N/Y
  59.  
  60.     If 'Y' then your full domain name will be put into the Path:
  61.     instead of just your uucp node name.  ONLY use this option if
  62.     your newsfeed requires a full domain name in the news Path:
  63.     line.
  64.  
  65.     SpoolSize        65000
  66.  
  67.     Set maximum file size for batched spool files, before compression.
  68.  
  69.  
  70.  
  71.