##################################################################
# Robots configuration



# Process areafix requests on the fly. Boolean.
AreaFixFromPkt  Yes

# Specifies area used for areafix and filefix scanning.
# Replies from robots will also be stored here.
# RobotsArea must be NetmailArea for security purposes!
RobotsArea NETMAIL




# robot default|areafix|filefix'
# 'robot' statement begins robot description.
# 'default' allows you to set common parameters.

robot default
# Maximum size for robot's messages in kb.
# If statement is not defined, messages will be not splitted.
        msgSize         10
# Delete requests from links to areafix. Boolean.
        killRequests
# This statement lists attributes to be set on robot's reports.
#       kill reports
#       reportsAttr loc pvt k/s
#       kill reports and send directly
#       reportsAttr loc pvt k/s dir
#       do not kill reports
        reportsAttr loc pvt         # do not kill reports




robot Areafix
# This statement defines help file which is sent to a link
# on '%help' command.
        helpFile        [FidoHPTDir]\areafix.hlp
# Origin for mail from this robot
        robotOrigin     "HPT areafix"
# FromName for mail from this robot
        fromName        "HPT Areafix"
# This statement specifies the queue file containing your
# delayed forward-requests.
        queueFile       [FidoSysDir]\afix_queue




robot Filefix
        helpFile        [FidoHPTDir]\filefix.hlp
        robotOrigin     "htick filefix"
        fromName        "htick Filefix"
