# 
# This module contains SAINT-US code from WWDSI which is regulated in
# accordance with the distribution file LICENSE.WWDSI.  
#
# Rules that determine what facts should be ignored. Each rule is applied once
# for each 'a' SAINT 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.
#

# I don't think this should be dropped...AHP
#$text =~ /exports \/cdrom/i
