if (!connection.results.has('helo.checks', 'pass', /^valid_hostname/)) {
        connection.results.add(this, {fail: 'forward_dns(invalid_hostname)'});
        if (this.cfg.reject.forward_dns) {
            return next(DENY, "Invalid HELO host cannot achieve forward DNS match");
        }