X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4687a69c269ee3f2a7f0625e0147a503fd9d3d0b..3f77bd134b64c532748b83c3931df07058268b5e:/src/src/routers/queryprogram.c diff --git a/src/src/routers/queryprogram.c b/src/src/routers/queryprogram.c index 5f0f50cd9..39645cd23 100644 --- a/src/src/routers/queryprogram.c +++ b/src/src/routers/queryprogram.c @@ -365,7 +365,7 @@ DEBUG(D_route) debug_printf("command wrote: %s\n", buffer); rword = buffer; Uskip_whitespace(&rword); rdata = rword; -while (*rdata && !isspace(*rdata)) rdata++; +Uskip_nonwhite(&rdata); if (*rdata) *rdata++ = '\0'; /* The word must be a known yield name. If it is "REDIRECT", the rest of the