Avoid writing msglog files in -bh and -bhc modes. Bug 1804
[exim.git] / src / src / exim.c
index d462c3e84eb3d0a90900151438b6d7af98c17651..474851c21ec9a7b577aa21256d62617ed8d35625 100644 (file)
@@ -2059,6 +2059,7 @@ for (i = 1; i < argc; i++)
       sender_host_address = argv[i];
       host_checking = checking = log_testing_mode = TRUE;
       host_checking_callout = argrest[1] == 'c';
+      message_logs = FALSE;
       }
 
     /* -bi: This option is used by sendmail to initialize *the* alias file,