diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-30 22:20:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-30 23:16:57 +0100 |
commit | 1a6230a33e235e2b008caabd112f8bc6cb1bcc60 (patch) | |
tree | 2236023f70b3be0daf0ffa658bdc365e5b7eec1e /src | |
parent | 5739711991a412084e89905e2ebaf396ab8fb6b1 (diff) |
Avoid writing msglog files in -bh and -bhc modes. Bug 1804
Diffstat (limited to 'src')
-rw-r--r-- | src/src/exim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/exim.c b/src/src/exim.c index d462c3e84..474851c21 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -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, |