From: Heiko Schlittermann (HS12-RIPE) Date: Thu, 1 Apr 2021 19:28:59 +0000 (+0200) Subject: directory X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/82021cfda533d387cfc13afeb172913095697601 directory --- diff --git a/src/src/directory.c b/src/src/directory.c index f54a781b7..da6b968dc 100644 --- a/src/src/directory.c +++ b/src/src/directory.c @@ -44,7 +44,7 @@ uschar c = 1; struct stat statbuf; uschar * path; -if (is_tainted(name)) +if (is_tainted2(name, 0, "Tainted path '%s' for new directory", name)) { p = US"create"; path = US name; errno = ERRNO_TAINT; goto bad; } if (parent)