From 5fc6163f920949cb7ea787e667bd81e6c2ec7045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Borges=20Ferreira?= Date: Wed, 30 Mar 2022 21:51:44 +0100 Subject: [PATCH] [#96] Insert AuthRes header as first header --- smf-spf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smf-spf.c b/smf-spf.c index 104d349..59ac40d 100644 --- a/smf-spf.c +++ b/smf-spf.c @@ -1136,7 +1136,7 @@ static sfsistat smf_eom(SMFICTX *ctx) { authserv_id, "none", context->sender, context->helo); break; } - smfi_insheader(ctx, 1, "Authentication-Results", spf_hdr); + smfi_insheader(ctx, 0, "Authentication-Results", spf_hdr); free(spf_hdr); } }