projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9cf9ac
)
Unbreak DMARC
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 18 Mar 2018 18:48:13 +0000
(18:48 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 18 Mar 2018 18:48:13 +0000
(18:48 +0000)
Broken-by: c780096c29
src/src/smtp_in.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/smtp_in.c
b/src/src/smtp_in.c
index 17801838ddf8982649a3a94bae3700e6da3f19cf..c7eedf34651969376af54b37576f50ccd6f4aa50 100644
(file)
--- a/
src/src/smtp_in.c
+++ b/
src/src/smtp_in.c
@@
-2011,7
+2011,7
@@
spf_header_comment = spf_received = spf_result = spf_smtp_comment = NULL;
dmarc_has_been_checked = dmarc_disable_verify = dmarc_enable_forensic = FALSE;
dmarc_domain_policy = dmarc_forensic_sender =
dmarc_history_file = dmarc_status = dmarc_status_text =
-dmarc_
tld_file = dmarc_
used_domain = NULL;
+dmarc_used_domain = NULL;
#endif
#ifdef EXPERIMENTAL_ARC
arc_state = arc_state_reason = NULL;