X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/bce15b62182d356f86e7a0bdbb513cbb22de1a20..5ffb5d81efc6b1d805885252b7ae772b7c2c1b4c:/src/src/acl.c?ds=sidebyside diff --git a/src/src/acl.c b/src/src/acl.c index d243ff4af..1fa5c1f63 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -1070,7 +1070,7 @@ Returns: nothing static void setup_remove_header(const uschar *hnames) { -if (*hnames != 0) +if (*hnames) acl_removed_headers = acl_removed_headers ? string_sprintf("%s : %s", acl_removed_headers, hnames) : string_copy(hnames);