reset rcpt_domain hash as well for journaled messages after the journal header is found

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2018-02-26 17:38:17 +01:00
parent 91074ed617
commit e284d15801
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#define VERSION "1.3.3"
#define BUILD 989
#define BUILD 990
#define HOSTID "mailarchiver"

View File

@ -165,6 +165,7 @@ int parse_line(char *buf, struct parser_state *state, struct session_data *sdata
memset(state->b_to_domain, 0, SMALLBUFSIZE);
clearhash(state->rcpt);
clearhash(state->rcpt_domain);
//if(sdata->import == 0){
sdata->ms_journal = 1;