# 100KB, after compress, is 10 minutes at 1200 baud
# 20 batches is somewhat arbitrary, about 1MB per site
#
# Queuelen is now handled (limits number of newsbatches per site)
# This is done by scanning the spool-directory for a site for all *.cmd-
# files containing a 'C rnews' line
#
# Supported formats for builder:
#
#   batcher - should be default
#   batchih - batch using ihave-protocol
#   batchsm - batch using sendme-protocol
#   waffle  - put a list of articles into <spooldirectory>/muncher/<site>
#             the value of batchsize is ignored for this.
#
# Supported formats for muncher:
#
#   nocomp   - no compression
#   compc12  - 12-Bit compress, with '#! cunbatch'-header
#   compcun  - 12-Bit compress, with '#! cunbatch'-header
#   comp12   - 12-Bit compress, without header
#   compc16  - 16-Bit compress, with '#! cunbatch'-header
#   comp16   - 16-Bit compress, without header
#   gzipgun  - gzip, with '#! gunbatch'-header
#   gzipcun  - gzip, with '#! cunbatch'-header
#   gzip     - gzip, without header
#   freeze   - freeze, without header
#   c7encode - 12-Bit compress, c7encoded, with '#! c7unbatch'-header
#   bencode  - bencoded (for transmission via mail)
#
#   specifies a directory relative to your spool when using 'waffle'
#   as batcher.
#
# Supported formats for sender:
# 
#   viauux   - standard method: uux site!rnews 
#   viainews - gets fed back into inews (relaynews under DOS)
#            - this is used for IHave/SendMe only
#   viamail  - send out using rmail site!rnews
#   viaemail - to get this working, you need a muncher producing ASCII-
#   viarmail - output (normally bencode)
#
#   ignored when using 'waffle' as batcher, but needs to be specified.
#   
# defaults:  2.11-compatible compression, transfer by uux
#
# site         size    queue   builder muncher sender
# ----         ----    -----   ------- ------- ------
/default/      100000  20      batcher compcun viauux
#
# This is changed for DOS (8.3-filename limit!)
# louie.iha = louie.ihave
# louie.sen = louie.sendme
#
# sample ihave/sendme setup
louie.iha       40000   20      batchih nocomp  viainews
louie.sen       40000   20      batchsm nocomp  viainews
#
# sample setup for a feed with the normal batcher
testsite       0       20       waffle  raw     unused

