From: Jeremy Harris Date: Sat, 17 Mar 2018 15:19:08 +0000 (+0000) Subject: DMARC: add variables to list of those now-unused at the tail of the SMTP per-message... X-Git-Tag: exim-4_91_RC2~13 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=c780096c29793f7b37c2dd5fdd157f40dc12ac44 DMARC: add variables to list of those now-unused at the tail of the SMTP per-message loop --- diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c index 2d213305e..d4ffb3ce7 100644 --- a/src/src/smtp_in.c +++ b/src/src/smtp_in.c @@ -2007,6 +2007,12 @@ prdr_requested = FALSE; #ifdef SUPPORT_SPF spf_header_comment = spf_received = spf_result = spf_smtp_comment = NULL; #endif +#ifdef EXPERIMENTAL_DMARC +dmarc_has_been_checked = dmarc_disable_verify = dmarc_enable_forensic = FALSE; +dmarc_ar_header = dmarc_domain_policy = dmarc_forensic_sender = +dmarc_history_file = dmarc_status = dmarc_status_text = +dmarc_tld_file = dmarc_used_domain = NULL; +#endif #ifdef EXPERIMENTAL_ARC arc_state = arc_state_reason = NULL; #endif