X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/cd8cb71deb2d653228cc037cf91ecab980acdcd0..cd19f9a79c20f9c0c9d650a8aa21d9cc54a66620:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index c483ab182..4af8668f0 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1322,7 +1322,8 @@ uschar *recipient_verify_failure = NULL; int recipients_count = 0; recipient_item *recipients_list = NULL; int recipients_list_max = 0; -int recipients_max = 50000; +uschar *recipients_max = US"50000"; +int recipients_max_expanded= 0; const pcre2_code *regex_AUTH = NULL; const pcre2_code *regex_check_dns_names = NULL; const pcre2_code *regex_From = NULL;