if (net_utils.get_ipany_re('^(?:IPv6:)?','$','').test(helo)) {
        connection.results.add(this, {fail: 'bare_ip(invalid literal)'});
        if (this.cfg.reject.bare_ip) {
            return next(DENY, "Invalid address format in HELO");
        }