Content-type: text/html
myconfig - Configuration file for my program
The program areastat uses a configuration file usually named areastst.conf. This configuration file is specified in the command line.
areastst.conf contains lines, each line beginns with ';' char is comment line, another non-empty lines begins with parameter token, space and following parameter's value(s).
Area name type path out_file
Defines messagebase, where:
name - echotag.
type - msg, squish or jam
path - path to MSG or filename without extension (JAM/SQUISH)
out_file - statistics will be written in this file
Stat_Period age
Specifies period of statistic, where:
age - period value, in days, or weeks prefixed by w, or months prefixed by m, for example:
Stat_Period 60 - statistics for 60 days
Stat_Period w2 - statistics for 2 weeks
Stat_Period m1 - statistics for 1 month
By_Name
Create statistics by name
By_from quantity
Create statistics by originator not more quantity addresses
By_to quantity
Create statistics by recipient not more quantity addresses
By_fromto quantity
Create statistics by originator-recipient pairs, not more quantity lines.
By_total quantity
Create statistics by Total not more quantity lines.
By_size quantity
Create statistics by size not more quantity lines.
By_QPercent quantity
Create statistics by Quote Percent not more quantity lines.
Subj_By_Total quantity
Create statistics by Subjects not more quantity lines.
By_Date
Create statistics by date
By_WDay
Create statistics by Week Day
By_Time
Create statistics by Time
Make_Pkt
Create PKT-file with statistics
Pkt_Size bytes
Specifies maximal size of one message in bytes
Pkt_Inbound directory
Specifies inbound path. If not spacified, areastat writes file into current folder.
<fBPkt_FromName> name
Specifies name for "From" field of generated message.
Pkt_ToName name
Specifies name for "To" field of generated message.
Pkt_Subj string
Specifies subject of generated message.
Pkt_OrigAddress FTN address
Specifies origination address of generated message
areastat(1)