# File dns/lib/symbiosis/domain/dns.rb, line 15 def uses_bytemark_antispam? value = get_param("bytemark-antispam", self.config_dir) # # Return false if get a "false" or "nil" # return false if false == value or value.nil? # # Otherwise it's true! # return true end