X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4316e9b3b73ac3a042799bf20625dea0d70dde00..d85cdeb5e554b59bf4c43c54461409c15c6ee9c5:/src/src/verify.c diff --git a/src/src/verify.c b/src/src/verify.c index 384739b2b..1a44de1ea 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -586,6 +586,10 @@ else log_write(0, LOG_MAIN|LOG_PANIC, "failed to expand " "callout_random_local_part: %s", expand_string_message); + /* Compile regex' used by client-side smtp */ + + smtp_deliver_init(); + /* Default the connect and overall callout timeouts if not set, and record the time we are starting so that we can enforce it. */