X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d78e97406b4d15e53a9eeb345ac07dc2fa69689e..3c90bbcdc7cf73298156f7bcd5f5e750e7814e72:/src/src/exim.c diff --git a/src/src/exim.c b/src/src/exim.c index 6454bc6ae..c0ef9150a 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -4775,8 +4775,7 @@ if (!originator_login || f.running_in_test_harness) /* Ensure that the user name is in a suitable form for use as a "phrase" in an RFC822 address.*/ -originator_name = string_copy(parse_fix_phrase(originator_name, - Ustrlen(originator_name), big_buffer, big_buffer_size)); +originator_name = parse_fix_phrase(originator_name, Ustrlen(originator_name)); /* If a message is created by this call of Exim, the uid/gid of its originator are those of the caller. These values are overridden if an existing message is