home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 005 / anti126.zip / ANTIAD.CFG < prev    next >
Text File  |  1994-12-20  |  6KB  |  102 lines

  1. ;******************************************************************************
  2. ;*                                                                            *
  3. ;*                                                                            *
  4. ;*                                                                            *
  5. ;*    ┌──────────┬───────────┐                                                *
  6. ;*    │   BBS    ┼           │                                                *
  7. ;*    │   ╓───╖  │ ╓         │          AntiAd Configuration File             *
  8. ;*    │   ║   ║  ┼ ║         │                                                *
  9. ;*    │   ╟───╢ ╓┼─║ ╓──     │                Version 1.26                    *
  10. ;*    ├┼──╫─┼─╫─╫■─╫─╨┼─╥───┼┤                                                *
  11. ;*    │   ╙   ╙ ╙┼─╜ ───╜    │   (c) Copyright 1992-1994 - Stacy Smith        *
  12. ;*    │          ┼           │                                                *
  13. ;*    └──────────┴───────────┘                                                *
  14. ;*                                                                            *
  15. ;*                                                                            *
  16. ;*      The latest version of AntiAd can always be obtained from my BBS:      *
  17. ;*                                                                            *
  18. ;*                       The Bloom Beacon-Picayune BBS                        *
  19. ;*           Node 1: *** DOWN *** (USRobotics Courier Dual Standard)          *
  20. ;*                                                                            *
  21. ;*                                                                            *
  22. ;*                                                                            *
  23. ;******************************************************************************
  24. ;
  25. ;                *** Beginning of AntiAd configuration file ***
  26. ;
  27. ; The registration code, BBS name and sysop name EXACTLY as provided to you on
  28. ; your registration letter. If this is an unregistered version, comment out
  29. ; these lines, or don't change them. Note that these are case-sensitive!
  30. REG_CODE     0000000000
  31. BBS_NAME     UNREGISTERED
  32. SYSOP_NAME   SYSOP
  33. ;
  34. ; The path/filename of the log file for AntiAd to record its activities.
  35. ; Comment out if you don't want disk logging.
  36. LOG_FILE     c:\antiad\antiad.log
  37. ;
  38. ; AntiAd is capable of executing another program before returning to the
  39. ; upload processor. If this is desired enter the command line to be
  40. ; executed by AntiAd, otherwise, comment the line out. If this option is
  41. ; used, AntiAd will return the errorlevel returned by this program to the
  42. ; upload processor.  Place the variable @FILES@ where the filespec is to be
  43. ; placed on the command line.
  44. ; CHK_CMD_LINE  c:\util\scan /a /nomem /nopause @FILE@
  45. ;
  46. ; If you want AntiAd to use a specific directory for storage of BBS ads
  47. ; detected and removed from archives, enter the full pathname (including the
  48. ; trailing backslash). If you do not want the file saved for later inspection,
  49. ; comment it out.
  50. STORAGE_DIR  c:\antiad\storage\
  51. ;
  52. ; The errorlevel that AntiAd is to return to DOS if no BBS ads were found
  53. ; by AntiAd while processing the subdirectory specified (valid values 0 to
  54. ; 255).
  55. NO_AD_ERRLEV 0
  56. ;
  57. ; The errorlevel that AntiAd is to return to DOS if one or more BBS ads were
  58. ; found by AntiAd (valid values 0 to 255).
  59. AD_ERRLEV    0
  60. ;
  61. ; This parameter defines how AntiAd dispositions files detected as BBS ads
  62. ; via the CRC-32 signature method. If you want AntiAd to delete the ad file,
  63. ; enter DELETE or comment the line out; if you want AntiAd to store the
  64. ; ad file in the storage directory (and delete it from the archive being
  65. ; processed), enter STORE.
  66. DB_DISP     delete
  67. ;
  68. ; This parameter defines how AntiAd dispositions files detected as BBS ads
  69. ; via the filename check. If you want AntiAd to delete the ad file, enter
  70. ; DELETE; if you want AntiAd to store the ad file, enter STORE or comment
  71. ; the line out.
  72. NAME_DISP   store
  73. ;
  74. ; This parameter defines how AntiAd dispositions files detected as BBS ads
  75. ; via the keyword algorithm. If you want AntiAd to delete the ad file, enter
  76. ; DELETE; if you want AntiAd to store the ad file, enter STORE or comment
  77. ; the line out.
  78. KEYWORD_DISP store
  79. ;
  80. ; The directory path and name for the BBS ads CRC database.
  81. ADS_DB       c:\antiad\antiad.db
  82. ;
  83. ; The directory path and name for the BBS ads name list file. This is a
  84. ; ASCII text file with one 12 character filename per line. Note that no
  85. ; wildcards are permitted.  Note that only tiny file (less than a hard-
  86. ; coded number of bytes) will be checked by filename.
  87. NAME_LIST    c:\antiad\names.lst
  88. ;
  89. ; The keyword sets (separated by commas) to search potential BBS ad files for.
  90. ; Note that these keywords are case-sensitive! If a potential ad file contains
  91. ; ALL of the keywords or phrases, it will be dispositioned as a BBS ad. I
  92. ; suggest using the BBS name, area code and exchange, modem brand and other
  93. ; key terms in their ads that seem static. Between 5 and 10 keywords are
  94. ; allowed per line; one line comprises a keyword set (a keyword set may not be
  95. ; more than 128 characters long). Note that BBS ad scanning time increases
  96. ; with the number of keywords and keyword sets.
  97. KEYWORDS     Rusty,Edie's,216,726,Robotics,LINES,FRIENDLIEST
  98. KEYWORDS     ROSE,MEDIA,Rose,Media,416,733,Robotics,McAfee
  99. ;
  100. ;*** End of AntiAd configuration file ***
  101. ;
  102.