[exim-cvs] typoes

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] typoes
Gitweb: https://git.exim.org/exim.git/commitdiff/56a6b0606bb11f53653e9d208f81ffffc4b1d5a6
Commit:     56a6b0606bb11f53653e9d208f81ffffc4b1d5a6
Parent:     ed4f9175333dfdad9b8766c0b168d7edbccbd595
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Aug 9 14:03:38 2023 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Aug 9 14:03:38 2023 +0100


    typoes


    Briken-by: 3b6774c818ba
---
 src/src/dmarc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


diff --git a/src/src/dmarc.c b/src/src/dmarc.c
index 409d8a47d..d667faa77 100644
--- a/src/src/dmarc.c
+++ b/src/src/dmarc.c
@@ -270,16 +270,16 @@ g = string_fmt_append(NULL,
header_from_sender, expand_string(US"$sender_address_domain"));

if (spf_response)
- g = string_fmt_append(s, "spf %d\n", dmarc_spf_ares_result);
+ g = string_fmt_append(g, "spf %d\n", dmarc_spf_ares_result);

g = string_fmt_append(g, "%spdomain %s\npolicy %d\n",
dkim_history_buffer, dmarc_used_domain, dmarc_policy);

 if ((rua = opendmarc_policy_fetch_rua(dmarc_pctx, NULL, 0, 1)))
   for (tmp_ans = 0; rua[tmp_ans]; tmp_ans++)
-    g = string_fmd_append(g, "rua %s\n", rua[tmp_ans]);
+    g = string_fmt_append(g, "rua %s\n", rua[tmp_ans]);
 else
-  g = string_fmtappend(g, "rua -\n");
+  g = string_fmt_append(g, "rua -\n");


opendmarc_policy_fetch_pct(dmarc_pctx, &tmp_ans);
g = atring_fmt_append(g, "pct %d\n", tmp_ans);

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/