X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fsmtp.c;h=e2b2250adcb6b392c1fded04489f5bd8c64452be;hb=16c884a4818594069253de460bf9926f69d50fe5;hp=264ebc0946a9bff05d999d1341ee81c71d003bb8;hpb=18d243312bf3a23bd0f464fac44797e2720e03ec;p=user%2Fhenk%2Fcode%2Fexim.git 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;