mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:10:12 +01:00
bdat fix
Change-Id: I2cb8ca7220fe3aadabf7d13d16826305a21b9372 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
ef767e83a0
commit
802c811a70
@ -66,7 +66,7 @@ void process_command_mail_from(struct session_ctx *sctx, int *protocol_state, ch
|
|||||||
strncat(resp, SMTP_RESP_503_ERR, resplen);
|
strncat(resp, SMTP_RESP_503_ERR, resplen);
|
||||||
}
|
}
|
||||||
else {
|
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);
|
if(sctx->cfg->verbosity >= _LOG_DEBUG) syslog(LOG_PRIORITY, "%s: initiated new transaction", sctx->sdata->ttmpfile);
|
||||||
|
|
||||||
unlink(sctx->sdata->ttmpfile);
|
unlink(sctx->sdata->ttmpfile);
|
||||||
|
Loading…
Reference in New Issue
Block a user