]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.c
Honour the outcome of parse_extract_address(), testsuite 471
[user/henk/code/exim.git] / src / src / globals.c
index c45e8a9308d86c7fb23ff25fed9b6222f803d382..e1837b67d5fcd8a92400e1d47356167083ec4561 100644 (file)
@@ -227,6 +227,7 @@ struct global_flags f =
        .authentication_local   = FALSE,
 
        .background_daemon      = TRUE,
+       .bdat_readers_wanted    = FALSE,
 
        .chunking_offered       = FALSE,
        .config_changed         = FALSE,
@@ -1295,7 +1296,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;