ANTIAD.CFG

3.3 KB 45adb5835b63cd72…
;
;
;    ┌──────────┬───────────┐
;    │   BBS    ┼           │
;    │   ╓───╖  │ ╓         │          AntiAd Configuration File
;    │   ║   ║  ┼ ║         │
;    │   ╟───╢ ╓┼─║ ╓──     │                Version 0.94ß
;    ├┼──╫─┼─╫─╫■─╫─╨┼─╥───┼┤
;    │   ╙   ╙ ╙┼─╜ ───╜    │      (c) Copyright 1992 - Stacy Smith
;    │          ┼           │
;    └──────────┴───────────┘
;
;
;      The latest version of AntiAd can always be obtained from my BBS:
;
;                        The Bloom Beacon-Picayune BBS
;          Node 1: (804) 525-9760 (USRobotics Courier Dual Standard)
;             Node 2: (804) 525-5372 (USRobotics Courier V.32bis)
;                    FidoNet 1:276/112 (magic tag ANTIAD)
;
; *** Beginning of AntiAd configuration file ***
;
; The registration code, BBS name and sysop name EXACTLY as provided to you on
; your registration letter. If this is an unregistered version, comment out
; these lines, or don't change them. Note that these are case-sensitive!
REG_CODE     0000000000
BBS_NAME     UNREGISTERED
SYSOP_NAME   SYSOP
;
; 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
;
; 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\
;
; 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.
CRC_DISP     delete
;
; 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
; enter DELETE; if you want AntiAd to store the file in the storage
; directory (and delete it from the archive being processed), 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 errorlevel that AntiAd is to return to DOS if no BBS ads were found
; by AntiAd while processing the subdirectory specified.
NO_AD_ERRLEV 0
;
; The errorlevel that AntiAd is to return to DOS if one or more BBS ads were
; found by AntiAd.
AD_ERRLEV    0
;
; 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 ***
;