X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c2ef5d7e9fc09693770d5d89a6913b47b9d6dbe7..568dbf1701e031eb1b0cfb50d3a656477f4198c8:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 06dc58cb1..36c9f423b 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -6942,6 +6942,7 @@ while (*s) case 2: case 3: goto EXPAND_FAILED; } + if (skipping) continue; if (sub[1] && *(sub[1])) { @@ -7011,7 +7012,6 @@ while (*s) else DEBUG(D_expand) debug_printf_indent("null return_path for srs-encode\n"); - if (skipping) continue; break; } #endif /*SUPPORT_SRS*/