if (!/\./.test(helo)) {
        connection.results.add(this, {fail: 'valid_hostname(no_dot)'});
        if (this.cfg.reject.valid_hostname) {
            return next(DENY, 'HELO host must be a FQDN or address literal (RFC 5321 2.3.5)');
        }