home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
bbs_opus
/
mpr1302b.arj
/
MSGPRO.CFG
< prev
next >
Wrap
Text File
|
1991-06-22
|
3KB
|
57 lines
;*--------------------------------------------------------------------------*
;| MSGPRO.CFG |
;| |
;| The MsgPro Configuration file for version 1.30.2beta |
;| |
;| This is only an example configuration! |
;| |
;*--------------------------------------------------------------------------*
; All the config params are case insensitive.
No_Write ; Stop msgpro actually doing anything except write the log file
; comment this out, otherwise msgpro will do nothing!
Areas_bbs c:\binkley\areas.bbs
; Areas_bbs c:\opus\local.bbs
Echo_toss_log c:\temp\toss.log
Echo_cost c:\echocost\echocost.log ; echo costing is off by default.
; turn on with -e option.
; turn off again with -e-.
Last_read lastread ; DO NOT give a path with the lastread file.
; You can use more than one lastread file.
; %%%%%%%%%%%%%%%%%% NEW BIT %%%%%%%%%%%%%%%%%%%
Opus_LRead LREAD.DAT ; This should do the OPUS 1.20 users pointers.
Log_File c:\msgpro.log
Log_level 5 ; 0 nothing - 5 most verbose
; 5 will tell you where the users pointers
; are going. May slow things a bit
;DEBUG ; Debug mode - flush log after each line - this will slow things
Display_level 1 ; Verbosity of the display 1-3 (same as -v).
Options -t -s -i -ph -ln -do -me
; -t Link reply and next msg threads.
; -s Sort new messages.
; -i Directory sort.
; -ph Use High read pointers for sorting. (probably best for Opus 1.20 systems)
; -do Use Opus Dates.
; -me Mode is echo.
; These are the same options that can be
; used with the -MsgPro lines in the
; areas.bbs except for -D. These options
; may be over-ridden with the corresponding
; command line option.
; With the options specified above, my command line params are very short
; After mail MSGPRO -L
; Nightly del/renum etc MSGPRO -c
; End of MsgPro configuration file