X-Git-Url: https://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/7375d27e3d0ff85d8836e30742725b1e8e923ddc..50afd7598c8781f66e103d8421d69aed0d69f884:/src/routers/rf_expand_data.c diff --git a/src/routers/rf_expand_data.c b/src/routers/rf_expand_data.c index cf5b9cb..6a8ad17 100644 --- a/src/routers/rf_expand_data.c +++ b/src/routers/rf_expand_data.c @@ -31,7 +31,7 @@ rf_expand_data(address_item *addr, uschar *s, int *prc) { uschar *yield = expand_string(s); if (yield != NULL) return yield; -if (expand_string_forcedfail) +if (f.expand_string_forcedfail) { DEBUG(D_route) debug_printf("forced failure for expansion of \"%s\"\n", s); *prc = DECLINE;