# File ../../auditor/lib/kasp_auditor/partial_auditor.rb, line 975
    def name_in_list(name)
      # Return true if the name is on the list
      if (@domain_list.include?name)
        return true
      end
      return false
    end