home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / SATAN11.ZIP / RULES / DROP next >
Text File  |  1995-02-14  |  430b  |  14 lines

  1. # Rules that determine what facts should be ignored. Each rule is applied once
  2. # for each 'a' SATAN fact. A rule is a PERL condition that has full access to
  3. # the $target..$text globals and to all functions.
  4. #
  5. # Empty lines and text after a "#" character are ignored. Long lines may
  6. # be broken with backslash-newline.
  7.  
  8. #
  9. # Don't complain about /cdrom being exported to the world.
  10. #
  11. $text =~ /exports \/cdrom/i
  12.