X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fspf.c;h=12994a690d226b363d1b7a4282cb889925b6b1fa;hb=e34f8ca2022e340d3c0e36260a0232fab306dfcc;hp=a2f93b0ce535c4862f0c60d60d44b4c5aa4801e0;hpb=dfbcb5ac660065b097b0ad0cb2c26357899f0c64;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/spf.c b/src/src/spf.c index a2f93b0ce..12994a690 100644 --- a/src/src/spf.c +++ b/src/src/spf.c @@ -153,7 +153,7 @@ authres_spf(gstring * g) { if (!spf_result) return g; -return string_append(g, 4, US";\\n\\tspf=", spf_result, +return string_append(g, 4, US";\n\tspf=", spf_result, US" smtp.mailfrom=", expand_string(US"$sender_address_domain")); }