diff --git a/extensions/extb_combi.c b/extensions/extb_combi.c index c947c8c29..1e9d35837 100644 --- a/extensions/extb_combi.c +++ b/extensions/extb_combi.c @@ -88,10 +88,10 @@ static int eb_combi(const char *data, struct Client *client_p, { const char *p, *banend; int have_result = FALSE; - int allowed_nodes = 6; + int allowed_nodes = 11; size_t datalen; - if (recursion_depth >= 2) { + if (recursion_depth >= 5) { DEBUG("combo invalid: recursion depth too high"); return EXTBAN_INVALID; }