summarylogtreecommitdiffstats
path: root/exim-opendmarc-1.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'exim-opendmarc-1.4.patch')
-rw-r--r--exim-opendmarc-1.4.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/exim-opendmarc-1.4.patch b/exim-opendmarc-1.4.patch
deleted file mode 100644
index c128e7998027..000000000000
--- a/exim-opendmarc-1.4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/dmarc.c b/src/dmarc.c
---- a/src/dmarc.c
-+++ b/src/dmarc.c
-@@ -459,7 +459,7 @@ if (!dmarc_abort && !sender_host_authenticated)
- vs == PDKIM_VERIFY_INVALID ? DMARC_POLICY_DKIM_OUTCOME_TMPFAIL :
- DMARC_POLICY_DKIM_OUTCOME_NONE;
- libdm_status = opendmarc_policy_store_dkim(dmarc_pctx, US sig->domain,
-- dkim_result, US"");
-+ sig->selector, dkim_result, US"");
- DEBUG(D_receive)
- debug_printf("DMARC adding DKIM sender domain = %s\n", sig->domain);
- if (libdm_status != DMARC_PARSE_OKAY)