summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-17 10:46:21 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-17 10:46:21 +0000
commit1415d1a6c91e66922036079b3e3b481e579cdb00 (patch)
treed99dddf652fa77c00ab2f4fd507228a9475723f3 /src
parent723f7bdb06013d9fabe5197151d25dda38832962 (diff)
ARC: Reset received ARC instance counter before next message on a connection. Bug 2498
Diffstat (limited to 'src')
-rw-r--r--src/src/smtp_in.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c
index 9e2b39c4e..0ae89a48c 100644
--- a/src/src/smtp_in.c
+++ b/src/src/smtp_in.c
@@ -2092,6 +2092,7 @@ dmarc_used_domain = NULL;
#endif
#ifdef EXPERIMENTAL_ARC
arc_state = arc_state_reason = NULL;
+arc_received_instance = 0;
#endif
dsn_ret = 0;
dsn_envid = NULL;