X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.c;h=8e700f7114d151b20003782f75581c10d4e86c1a;hb=c05bdbd6fcc573e071652f88b468091f57a0430d;hp=32bd3968fae6b2345bb2b5ca9a675a77153ff275;hpb=854bd65fa7f6a97b04680fb090423c27b19077a2;p=exim.git diff --git a/src/src/exim.c b/src/src/exim.c index 32bd3968f..8e700f711 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -2686,7 +2686,7 @@ for (i = 1; i < argc; i++) #ifdef SUPPORT_TLS /* -MCt: similar to -MCT below but the connection is still open - via a proxy proces which handles the TLS context and coding. + via a proxy process which handles the TLS context and coding. Require three arguments for the proxied local address and port, and the TLS cipher. */ @@ -3638,7 +3638,7 @@ if (f.running_in_test_harness) smtputf8_advertise_hosts = NULL; is a failure. It leaves the configuration file open so that the subsequent configuration data for delivery can be read if needed. -NOTE: immediatly after opening the configuration file we change the working +NOTE: immediately after opening the configuration file we change the working directory to "/"! Later we change to $spool_directory. We do it there, because during readconf_main() some expansion takes place already. */