#  This software was derived from SATAN 1.1.1 by Dan Farmer and Wietse Venema
#  (http://www.porcupine.org/satan).
#
# 
# Rules that determine what facts should be ignored. Each rule is applied once
# for each 'a' SARA fact. A rule is a PERL condition that has full access to
# the $target..$text globals and to all functions.
#
# Empty lines and text after a "#" character are ignored. Long lines may
# be broken with backslash-newline.
# 

#
# Don't complain about /cdrom being exported to the world.
#

$text =~ /exports \/cdrom/i
$service_output =~ /JD FTP/ && $text =~ /offers ftp/
$service_output =~ /Lexmark/ && $text =~ /offers ftp/
$service_output =~ /EPSON/ && $text =~ /offers ftp/
$text =~ /Verify TACACS/
