X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e01d111e5565ac1962804750bd14a16efc7226d6..87e9d061c94e3fdd721b7b04ccbdba7a061f6ca3:/src/src/dmarc.c diff --git a/src/src/dmarc.c b/src/src/dmarc.c index ba9aa6695..1c917aa15 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -605,7 +605,7 @@ if (dmarc_has_been_checked) { g = string_append(g, 2, US";\n\tdmarc=", dmarc_pass_fail); if (header_from_sender) - g = string_append(g, 2, US"header.from=", header_from_sender); + g = string_append(g, 2, US" header.from=", header_from_sender); } return g; }