##################################################################
#EN# Areas configuration
#RU#    

#EN# First, setup these areas
#RU#     

#EN# Common format for next statements is
#RU#  ,  , :
# *Area <name> <file> [Options]
#EN# where 'name' is a name of area, 'file' is a filename of messagebase.
#EN# For thorough explanation of 'Options' parameter please see docs.
#EN# Several examples will be discussed below.
#RU#  'name' -   aka  ,  'file' -  
#RU#  -.
#RU#    'Options'    .
#RU#      .

#    -b msgbase =
#EN# type of messagebase, 'msgbase' can be one of the following
#EN# strings: Jam, Squish or Msg.
#RU#  , 'msgbase'   Jam, Squish  Msg.
#    -d "string" =
#EN# description for the area. It is used in areafix reports.
#RU#  .    .

#EN# Area for storing badmail:
#RU#   "" :
BadArea     BADZ    [FidoMailDir]\bad -b Jam

#EN# Area for storing dupes:
#RU#   :
DupeArea    DUPEZ   [FidoMailDir]\dupe -b Jam

#EN# LocalArea define areas for local usage, they can not have links,
#EN# but local software and sysop can place there messages, for example
#EN# carbon copies, reports and statistics.
#RU#     LocalArea   ,
#RU#      ,    
#RU#  ,      /  .
#RU# ,  , ,   .

#EN# Area for CarbonCopy (optional):
#RU#    (  ):
LocalArea YETI.CC [FidoMailDir]\CC -b Jam -d "My personal EchoMail"

#EN# Area for reports & stats:
#RU#    :
LocalArea YOUR.INFO [FidoMailDir]\INFO -b Jam -d "Reports"

#EN# Area for netmail:
#RU# :
NetmailArea NETMAIL [FidoMailDir]\netmail -b Jam


#EN# EchoArea define normal areas with links.
#RU#   EchoArea     .
# EchoArea <name> <file> [Options] [linkAKAs] [linkOptions]

#EN# Here is a sample. For more options and explanations see docs.
#RU#  - .      .

#    -g string =
#EN# 'string' is a group to which echoarea belong.
#RU# 'string' -  ,     .
#    -a addr =
#EN# 'addr' is aka to be used.
#RU# 'addr' - aka,    .
#    -dupecheck off|move|del =
#EN# defines what to do with dupes.
#RU# ,    .
#    -dupehistory number =
#EN# 'number' is a size dupehistory in days.
#EN# See also 'AreasMaxDupeAge' if you want to use CommonDupeBase.
#RU# 'number' -   (,    ),  .
#RU# .  'AreasMaxDupeAge',     CommonDupeBase.
#    -lr number =
#EN# 'number' is access level needed for link to read this area
#EN# (see 'Level' statement in link's section).
#RU# 'number' -  ,       
#RU# (.  'Level'   ).
#    -lw number =
#EN# 'number' is access level needed for link to write this area
#EN# (see 'Level' statement in link's section).
#RU# 'number' -  ,      
#RU# (.  'Level'   ).

#EN# EchoAreaDefaults allows you to set common options for the next 'EchoArea's.
#RU#  EchoAreaDefaults      
#RU#  (EchoArea's),  .
EchoAreaDefaults -b Jam -g A -a 2:5030/9999 -dupecheck move -dupehistory 14 -lr 1000 -lw 2000

#EN# Option in actual area definition have priority over defaults.
#EN# This is our local area so we set it's group to L
#RU# ,       .
#RU#  -  ,     L
EchoArea YETI.LOCAL          [FidoMailDir]\YETI.LOCAL  -g L 2:5030/9999.1 2:5030/9999.2

#EN# An EchoAreaDefults setting is valid until a next EchoAreaDefaults statement.
#EN# EchoAreaDefaults can be switched off with an empty definition:
#RU#  EchoAreaDefaults     EchoAreaDefaults.
#RU#  EchoAreaDefaults     :
EchoAreaDefaults OFF
