parser fix for internal messages regarding invalid date

This commit is contained in:
SJ 2014-02-11 22:11:58 +01:00
parent 319c9e9732
commit 8f653e3fc3

View File

@ -209,6 +209,11 @@ int parse_line(char *buf, struct _state *state, struct session_data *sdata, int
state->is_header = 1; state->is_header = 1;
memset(state->b_body, 0, BIGBUFSIZE); memset(state->b_body, 0, BIGBUFSIZE);
state->bodylen = 0; state->bodylen = 0;
if(sdata->import == 1){
sdata->sent = 0;
}
} }
if(take_into_pieces == 1){ if(take_into_pieces == 1){