Skip to content

Commit

Permalink
Merge 5fc6163 into 466fbcf
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbf authored Mar 30, 2022
2 parents 466fbcf + 5fc6163 commit 137f5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smf-spf.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
#define QUARANTINE 0
#define DAEMONIZE 1
#define SKIP_AUTH true
#define VERSION "2.5.1"
#define REJECT_REASON "Rejected, look at http://www.openspf.org/why.html?sender=%s&ip=%s&receiver=%s"
#define VERSION "2.5.2"
#define REJECT_REASON "Message was rejected during SPF policy evaluation. sender:%1$s client-ip:%2$s"
#define SYSLOG_DISABLE -2
#define SKIP_NDR false

Expand Down Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 137f5d0

Please sign in to comment.