1 2 3 4 5
filter(lambda domain: not reduce(lambda curr, next: curr or next, map(lambda ex: ex in domain, exclude_list) ) and domain, domain_list )