{ 
# With this option clamav will try to detect broken executables and mark
# them as Broken.Executable

    ($clamav{DetectBrokenExecutables} || 'no') eq 'yes' ? 
	'DetectBrokenExecutables' : 
	'#DetectBrokenExecutables'; 
}
