dovecot-2.0: lmtp proxy: Fixed 30 second delay after finishing D...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 7 23:02:09 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/2d6cf78982dc
changeset: 11496:2d6cf78982dc
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 07 21:02:00 2010 +0100
description:
lmtp proxy: Fixed 30 second delay after finishing DATA.
diffstat:
src/lmtp/lmtp-proxy.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r d2037445feed -r 2d6cf78982dc src/lmtp/lmtp-proxy.c
--- a/src/lmtp/lmtp-proxy.c Mon Jun 07 20:50:08 2010 +0100
+++ b/src/lmtp/lmtp-proxy.c Mon Jun 07 21:02:00 2010 +0100
@@ -288,6 +288,8 @@
rcpt->reply = p_strdup(conn->proxy->pool, reply);
rcpt->data_reply_received = TRUE;
+
+ lmtp_proxy_try_finish(conn->proxy);
}
int lmtp_proxy_add_rcpt(struct lmtp_proxy *proxy, const char *address,
More information about the dovecot-cvs
mailing list