[exim-cvs] typoes

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Exim Git Commits Mailing List
Ημερομηνία:  
Προς: exim-cvs
Αντικείμενο: [exim-cvs] typoes
Gitweb: https://git.exim.org/exim.git/commitdiff/fb911b21a156dfe5967b9c79f4f1408e4f90458b
Commit:     fb911b21a156dfe5967b9c79f4f1408e4f90458b
Parent:     56a6b0606bb11f53653e9d208f81ffffc4b1d5a6
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Aug 9 14:43:34 2023 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Aug 9 14:43:34 2023 +0100


    typoes


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


diff --git a/src/src/dmarc.c b/src/src/dmarc.c
index d667faa77..b2609b4fe 100644
--- a/src/src/dmarc.c
+++ b/src/src/dmarc.c
@@ -282,21 +282,21 @@ else
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);
+g = string_fmt_append(g, "pct %d\n", tmp_ans);

opendmarc_policy_fetch_adkim(dmarc_pctx, &tmp_ans);
-g = atring_fmt_append(g, "adkim %d\n", tmp_ans);
+g = string_fmt_append(g, "adkim %d\n", tmp_ans);

opendmarc_policy_fetch_aspf(dmarc_pctx, &tmp_ans);
-g = atring_fmt_append(g, "aspf %d\n", tmp_ans);
+g = string_fmt_append(g, "aspf %d\n", tmp_ans);

opendmarc_policy_fetch_p(dmarc_pctx, &tmp_ans);
-g = atring_fmt_append(g, "p %d\n", tmp_ans);
+g = string_fmt_append(g, "p %d\n", tmp_ans);

opendmarc_policy_fetch_sp(dmarc_pctx, &tmp_ans);
-g = atring_fmt_append(g, "sp %d\n", tmp_ans);
+g = string_fmt_append(g, "sp %d\n", tmp_ans);

-g = atring_fmt_append(g, "align_dkim %d\nalign_spf %d\naction %d\n",
+g = string_fmt_append(g, "align_dkim %d\nalign_spf %d\naction %d\n",
da, sa, action);

/* Write the contents to the history file */

--
## 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/