mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
parser fix for internal messages regarding invalid date
This commit is contained in:
@ -209,6 +209,11 @@ int parse_line(char *buf, struct _state *state, struct session_data *sdata, int
|
||||
state->is_header = 1;
|
||||
memset(state->b_body, 0, BIGBUFSIZE);
|
||||
state->bodylen = 0;
|
||||
|
||||
if(sdata->import == 1){
|
||||
sdata->sent = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if(take_into_pieces == 1){
|
||||
|
Reference in New Issue
Block a user