mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:10:11 +01:00
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:
parent
91074ed617
commit
e284d15801
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#define VERSION "1.3.3"
|
#define VERSION "1.3.3"
|
||||||
|
|
||||||
#define BUILD 989
|
#define BUILD 990
|
||||||
|
|
||||||
#define HOSTID "mailarchiver"
|
#define HOSTID "mailarchiver"
|
||||||
|
|
||||||
|
@ -165,6 +165,7 @@ int parse_line(char *buf, struct parser_state *state, struct session_data *sdata
|
|||||||
memset(state->b_to_domain, 0, SMALLBUFSIZE);
|
memset(state->b_to_domain, 0, SMALLBUFSIZE);
|
||||||
|
|
||||||
clearhash(state->rcpt);
|
clearhash(state->rcpt);
|
||||||
|
clearhash(state->rcpt_domain);
|
||||||
|
|
||||||
//if(sdata->import == 0){
|
//if(sdata->import == 0){
|
||||||
sdata->ms_journal = 1;
|
sdata->ms_journal = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user