ANTIAD.CFG

5.1 KB c50f762cb2a12222…
;******************************************************************************
;*                                                                            *
;*                                                                            *
;*                                                                            *
;*    ┌──────────┬───────────┐                                                *
;*    │   BBS    ┼           │                                                *
;*    │   ╓───╖  │ ╓         │          AntiAd Configuration File             *
;*    │   ║   ║  ┼ ║         │                                                *
;*    │   ╟───╢ ╓┼─║ ╓──     │                Version 1.31                    *
;*    ├┼──╫─┼─╫─╫■─╫─╨┼─╥───┼┤                                                *
;*    │   ╙   ╙ ╙┼─╜ ───╜    │   (c) Copyright 1992-1995 - Stacy Smith        *
;*    │          ┼           │                                                *
;*    └──────────┴───────────┘                                                *
;*                                                                            *
;*                                                                            *
;*      The latest version of AntiAd can always be obtained from my BBS:      *
;*                                                                            *
;*                       The Bloom Beacon-Picayune BBS                        *
;*           Node 1: *** DOWN *** (USRobotics Courier Dual Standard)          *
;*                                                                            *
;*                                                                            *
;*                                                                            *
;******************************************************************************
;
;                *** Beginning of AntiAd configuration file ***
;
; The path/filename of the log file for AntiAd to record its activities.
; Comment out if you don't want disk logging.
LOG_FILE     c:\antiad\antiad.log
;
; AntiAd is capable of executing another program before returning to the
; upload processor. If this is desired enter the command line to be
; executed by AntiAd, otherwise, comment the line out. If this option is
; used, AntiAd will return the errorlevel returned by this program to the
; upload processor.  Place the variable @FILE@ where the filespec is to be
; placed on the command line.
; CHK_CMD_LINE  c:\scan\scan /nomem @FILE@
;
; If you want AntiAd to use a specific directory for storage of BBS ads
; detected and removed from archives, enter the full pathname (including the
; trailing backslash). If you do not want the file saved for later inspection,
; comment it out.
STORAGE_DIR  c:\antiad\storage\
;
; The errorlevel that AntiAd is to return to DOS if no BBS ads were found
; by AntiAd while processing the subdirectory specified (valid values 0 to
; 255).
NO_AD_ERRLEV 0
;
; The errorlevel that AntiAd is to return to DOS if one or more BBS ads were
; found by AntiAd (valid values 0 to 255).
AD_ERRLEV    0
;
; This parameter defines how AntiAd dispositions files detected as BBS ads
; via the CRC-32 signature method. If you want AntiAd to delete the ad file,
; enter DELETE or comment the line out; if you want AntiAd to store the
; ad file in the storage directory (and delete it from the archive being
; processed), enter STORE.
DB_DISP     delete
;
; This parameter defines how AntiAd dispositions files detected as BBS ads
; via the filename check. If you want AntiAd to delete the ad file, enter
; DELETE; if you want AntiAd to store the ad file, enter STORE or comment
; the line out.
NAME_DISP   store
;
; This parameter defines how AntiAd dispositions files detected as BBS ads
; via the keyword algorithm. If you want AntiAd to delete the ad file, enter
; DELETE; if you want AntiAd to store the ad file, enter STORE or comment
; the line out.
KEYWORD_DISP store
;
; The directory path and name for the BBS ads CRC database.
ADS_DB       c:\antiad\antiad.db
;
; The directory path and name for the BBS ads name list file. This is a
; ASCII text file with one 12 character filename per line. Note that no
; wildcards are permitted.  Note that only tiny file (less than a hard-
; coded number of bytes) will be checked by filename.
NAME_LIST    c:\antiad\names.lst
;
; The keyword sets (separated by commas) to search potential BBS ad files for.
; Note that these keywords are case-sensitive! If a potential ad file contains
; ALL of the keywords or phrases, it will be dispositioned as a BBS ad. I
; suggest using the BBS name, area code and exchange, modem brand and other
; key terms in their ads that seem static. Between 5 and 10 keywords are
; allowed per line; one line comprises a keyword set (a keyword set may not be
; more than 128 characters long). Note that BBS ad scanning time increases
; with the number of keywords and keyword sets.
KEYWORDS     Rusty,Edie's,216,726,Robotics,LINES,FRIENDLIEST
KEYWORDS     ROSE,MEDIA,Rose,Media,416,733,Robotics,McAfee
;
;*** End of AntiAd configuration file ***
;