X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0cc804c87799fb5902e66d5bd537a762f786dc2a..13d2ba0e1c1aaab62580d7e78589e8469f6809e5:/src/src/search.c diff --git a/src/src/search.c b/src/src/search.c index 979dae739..bf709763c 100644 --- a/src/src/search.c +++ b/src/src/search.c @@ -959,7 +959,7 @@ than the result. Return a de-tainted version of the key on the grounds that it have been validated by the lookup. */ if (yield && ret_key) - yield = string_copy_taint(keystring, FALSE); + yield = string_copy_taint(keystring, GET_UNTAINTED); return yield; }