X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/18d243312bf3a23bd0f464fac44797e2720e03ec..16c884a4818594069253de460bf9926f69d50fe5:/src/src/transports/smtp.c diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 264ebc094..e2b2250ad 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -5092,11 +5092,8 @@ if (!hostlist || (ob->hosts_override && ob->hosts)) else if (ob->hosts_randomize) s = expanded_hosts = string_copy(s); - if (is_tainted(s)) + if (is_tainted2(s, LOG_MAIN|LOG_PANIC, "Tainted host list '%s' from '%s' in transport %s", s, ob->hosts, tblock->name)) { - log_write(0, LOG_MAIN|LOG_PANIC, - "attempt to use tainted host list '%s' from '%s' in transport %s", - s, ob->hosts, tblock->name); /* Avoid leaking info to an attacker */ addrlist->message = US"internal configuration error"; addrlist->transport_return = PANIC;