X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d78e97406b4d15e53a9eeb345ac07dc2fa69689e..3c90bbcdc7cf73298156f7bcd5f5e750e7814e72:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 41860d93b..7b8462eef 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -7589,13 +7589,10 @@ while (*s) prescribed by the RFC, if there are characters that need to be encoded */ case EOP_RFC2047: - { - uschar buffer[2048]; yield = string_cat(yield, parse_quote_2047(sub, Ustrlen(sub), headers_charset, - buffer, sizeof(buffer), FALSE)); + FALSE)); continue; - } /* RFC 2047 decode */