git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f933a
)
tidying
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 2 Jun 2020 13:59:16 +0000
(14:59 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 2 Jun 2020 13:59:16 +0000
(14:59 +0100)
src/src/spf.c
patch
|
blob
|
history
diff --git
a/src/src/spf.c
b/src/src/spf.c
index 3e121678ca5611b34e9f025eb735b919287a005c..48f26f31593f1b627ce047a8762d33d075aaf3ac 100644
(file)
--- a/
src/src/spf.c
+++ b/
src/src/spf.c
@@
-248,7
+248,7
@@
if (!(spf_server = SPF_server_new_dns(dc, debug)))
if (!(s = expand_string(spf_smtp_comment_template)))
log_write(0, LOG_MAIN|LOG_PANIC_DIE, "expansion of spf_smtp_comment_template failed");
-SPF_server_set_explanation(spf_server, s, &spf_response);
+SPF_server_set_explanation(spf_server,
CCS
s, &spf_response);
if (SPF_response_errcode(spf_response) != SPF_E_SUCCESS)
log_write(0, LOG_MAIN|LOG_PANIC_DIE, "%s", SPF_strerror(SPF_response_errcode(spf_response)));