Change-Id: I2cb8ca7220fe3aadabf7d13d16826305a21b9372
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ 2016-08-31 18:07:23 +02:00
parent ef767e83a0
commit 802c811a70

View File

@ -66,7 +66,7 @@ void process_command_mail_from(struct session_ctx *sctx, int *protocol_state, ch
strncat(resp, SMTP_RESP_503_ERR, resplen);
}
else {
if(*protocol_state == SMTP_STATE_PERIOD){
if(*protocol_state == SMTP_STATE_PERIOD || *protocol_state == SMTP_STATE_BDAT){
if(sctx->cfg->verbosity >= _LOG_DEBUG) syslog(LOG_PRIORITY, "%s: initiated new transaction", sctx->sdata->ttmpfile);
unlink(sctx->sdata->ttmpfile);