; Reccoon-File-Request-Handler v0.31 written by Niclas Emdelius
; in Mars 1992. (Took me four hours!)
;
; Short thank-you to Johan Widingsjö for testing...
;
;   Example v0.31 config file:
;

; Points are not welcome here.

; FORBIDNODE - If you want to disable FReq for some nodes/points.
; Wildcards allowed. (Ex: ForbidNode 2:201/326.*)

; This are the Rcn fileareas that will be searched for
; requested files. It's possible to password protect areas.
;
; USAGE: AREA <areanum> [Password]
;

Area 1
Area 2
Area 3
Area 4

Area 10000 The_truth_is_out_there_trust_noone

;
; Magic filenames. Magic filenames always have the highest priority.
; Wildcards in the filename are NOT allowed.
;
; USAGE: MAGIC <Magicname> <Path and filename> [Password]
;

Magic FILES filelist.lha
Magic FILES.GUIDE filelist.guide
Magic FILES.TXT filelist.TXT

MaxFiles 20       ; Max 20 files
MaxKBytes 2048    ; and totaly 2Mbyte

;
; You can password protect certain files with the PASSWORD keyword.
; Wildcards in the filename allowed.
;
; USAGE: PASSWORD <filename> <Password>
;
;Password Orbits.LZH SECRET
;Password pyrotech.zip nisse


; If you specify CHECKSYSOP the FReqHandler will take a look in the
; nodelist and compare sysop's name. If it doesn't match, no files will
; be sent. This works only if you are using traplist.library and the system
; is listed in the nodelist.
;
; I've found some problems with Names containing swedish characters...
;
; USAGE: CHECKSYSOP

;CheckSysOp

;
; With the 'ONLYNODELIST' option only systems listed in the nodelist will be
; accepted. If it's a point, then his Boss will be checked.
; This works only if you are using traplist.library.
;
; USAGE: ONLYNODELIST

;OnlyNodelist

;
; If you want a FileRequest report to be sent to you (sysop) then
; use the 'FREQREPORT' option.
;
; USAGE: FREQREPORT <msgarea>

FReqReport 1          

; If you want a FileRequest report to be sent to the other sysop
; by Netmail then use the 'SENDREPORT' option.
;
; USAGE: SENDREPORT

SendReport

;
; If you want a log file, use the 'LOGFILE' option.
;
; USAGE: LOGFILE <filename>

LogFile Reccoon:Freq.Log  ; Currently not working anyway...

