# there must always be at least 2 dots in a domain return $self if ($domain =~ tr/././) < 2 && $domain !~ /\.local$/;