home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / bbs_oth / vkill200.zip / VKILL.CFG < prev    next >
Text File  |  1992-06-25  |  3KB  |  134 lines

  1. %
  2. % VKill v2.0a Configuration File
  3. % (C)opyright 1992, Cairo Research Labs
  4. %
  5.  
  6. % Extract Path
  7. %
  8. % This path will be used to convert the archive to the new format.  It's
  9. % also used in the first pass of viral scanning.
  10.  
  11. EXTRACTPATH
  12. C:\MAX\XTRACT
  13.  
  14. % Bounce Paths for Checking Multiple Archives
  15. %
  16. % These directories will be used in the event of multiple
  17. % archives within the uploaded file.  VKill will "bounce"
  18. % back and forth between these two directories until there
  19. % are no more embedded archives
  20. %
  21.  
  22. CHKPATH1
  23. C:\MAX\CHECK1
  24. CHKPATH2
  25. C:\MAX\CHECK2
  26.  
  27. % Path for Moving Infected or Corrupted Archives
  28. %
  29. % This directory is where VKill will place all corrupted archives,
  30. % infected files, and files with suspicious extensions.
  31.  
  32. BADPATH
  33. C:\BADFILES
  34.  
  35. % Path and filename for the VKill Log File
  36. %
  37. % This is the VKill Log File.  If running under a multinode setup, then
  38. % be sure to make this unique, i.e. VKILL1.LOG, VKILL2.LOG, etc...
  39.  
  40. LOGPATH
  41. C:\MAX\LOGS\VKILL1.LOG
  42.  
  43. % Date Check Stamp Information
  44. %
  45. % If you do not wish to accept archives containing files older than a certain
  46. % date, then put the date here.  If you do not care how old the file is, then
  47. % put some OUTRAGEOUS date here, like 01/01/0000 or something... :-)
  48. %
  49. % FORMAT:    DATECHECK
  50. %            (mode)
  51. %            (date stamp)
  52. %
  53. % The (mode) option can be one of two things: ALL or ARC.  If ALL is
  54. % specified, then ALL files in the archive (including embedded archives)
  55. % will be checked against the date stamp for retention purposes. If *ANY*
  56. % of them should be older than the date stamp here, then a bad upload is
  57. % incurred.  If ARC is specified, then only the archive itself is checked
  58. % against the date stamp (i.e. just the uploaded .ZIP file, nothing in the
  59. % archive (or embedded) will be checked.
  60.  
  61. DATECHECK
  62. ALL
  63. 01/01/92
  64.  
  65. % UnArchiver Information
  66. %
  67. % FORMAT:  ARCDEF (Keyword specifying new archiver definition)
  68. %          EXTENSION
  69. %          SOFTOPTIONS
  70. %          PATH and EXECUTEABLE [cmd line parms]
  71. %
  72. % Here is where you define which archivers will be used for specific
  73. % extensions.  If a new archiver comes along, just add it in.
  74. %
  75. % The "SoftOptions" field is used if an archiver needs a switch, such
  76. % as "E" to extract.  (i.e. ARJ E C:\UPLOADS\GAME.ARJ)...
  77.  
  78. ARCDEF
  79. ARJ
  80. E
  81. ARJ.EXE
  82.  
  83. ARCDEF
  84. LZH
  85. E
  86. LHA.EXE
  87.  
  88. ARCDEF
  89. PAK
  90. E
  91. PAK.EXE
  92.  
  93. ARCDEF
  94. ZIP
  95. -o
  96. PKUNZIP.EXE
  97.  
  98. % Scanner Information
  99. %
  100. % Here is where your virus scanner is defined.  The sample included here
  101. % is for McAfee's VIRUSCAN.
  102. %
  103. % FORMAT: SCANDEF (Keyword specifying virus scanner definition)
  104. %         EXECUTEABLE
  105. %         CLEAN EXIT ERRORLEVEL
  106. %
  107. %
  108.  
  109. SCANDEF
  110. SCAN.EXE
  111. 0
  112.  
  113. % Special File Extensions
  114. %
  115. % Use these area to define file extensions that are not archives, but are
  116. % considered to be acceptable extensions.  Uploads ending with these
  117. % extensions will *NOT* be moved to the BADPATH area.  You may have up to 20
  118. % of these.
  119. %
  120. % FORMAT: BEGINEXT
  121. %         .
  122. %         .
  123. %         ENDEXT
  124.  
  125. BEGINEXT
  126. .GIF
  127. .JPG
  128. .VOC
  129. .MOD
  130. .ANS
  131. ENDEXT
  132.  
  133.  
  134.