SECURITY: default recipients_max to 50,000
[exim.git] / src / src / globals.c
index c45e8a9308d86c7fb23ff25fed9b6222f803d382..bd874a789c8ba26d153a2406ad164d9c8f20beaa 100644 (file)
@@ -1295,7 +1295,7 @@ uschar *recipient_verify_failure = NULL;
 int     recipients_count       = 0;
 recipient_item  *recipients_list = NULL;
 int     recipients_list_max    = 0;
-int     recipients_max         = 0;
+int     recipients_max         = 50000;
 const pcre *regex_AUTH         = NULL;
 const pcre *regex_check_dns_names = NULL;
 const pcre *regex_From         = NULL;