if (this.cfg.list_re?.test(helo)) {
        connection.results.add(this, {fail: 'match_re'});
        if (this.cfg.reject.match_re) {
            return next(DENY, "That HELO not allowed here");
        }