def domainSpecValidate(self, spec): for ob in spec: am = addr_match(ob) hm = host_match(ob) if am is None and hm is None: return 0 return 1