# HG changeset patch # User Igor Sysoev # Date 1189781806 0 # Node ID c788d2b877bec0057d35c4e5d1548cccd8fe2df0 # Parent 46f36440699465607bcdc5d2a78d9ddad3108a15 fix r1482 diff --git a/src/mail/ngx_mail_smtp_handler.c b/src/mail/ngx_mail_smtp_handler.c --- a/src/mail/ngx_mail_smtp_handler.c +++ b/src/mail/ngx_mail_smtp_handler.c @@ -90,6 +90,8 @@ ngx_mail_smtp_invalid_pipelining(ngx_eve ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "delay greeting"); + rev->timedout = 0; + cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); c->read->handler = ngx_mail_smtp_init_protocol;