home *** CD-ROM | disk | FTP | other *** search
- ;
- ; TIMSPLIT -- Command Line & OPT processing directives
- ;
- ; -inbound dir - This is where ARCMail & Packets for processing by TIMSPLIT
- ; are placed ready for mangling
- -inbound dir
- ;
- ; -timspath dir - This is where packets are build for TIMS to toss in realtime
- ;
- -timspath dir
- ;
- ; -tmailpath dir - This is where packets are build for TMail to toss later
- ; as the messages are too big for TIMS to process
- ;
- -timspath dir
- ;
- ; -lockpath dir - This is where the TIMS.BSY flag is required .. refer TIMS
- ; readme file
- ;
- -lockpath dir
- ;
- ; -dumpcmd - List internal options settings and exit
- ;
- ; -dumpcmd
- ;
- ; -size nnn - Maximum message size allowed (range 4096-9999) default 8192
- ; messages larger than 'size' bytes will be queued for TMail
- ; to process
- ;
- -size 8192
- ;
- ; -strip - This causes all ^A lines, extra CR's and all LF's to be
- ; removed from the messages before writing to the TIMS dir
- ;
- ; -strip
- ;
-