dovecot-2.0-sslstream: lmtp client: Fix to handling multiple rec...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:28 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/3836c67fa5f1
changeset: 10345:3836c67fa5f1
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Nov 17 14:39:31 2009 -0500
description:
lmtp client: Fix to handling multiple recipients (and errors).

diffstat:

1 file changed, 1 insertion(+)
src/lib-lda/lmtp-client.c |    1 +

diffs (11 lines):

diff -r 062fe605cd19 -r 3836c67fa5f1 src/lib-lda/lmtp-client.c
--- a/src/lib-lda/lmtp-client.c	Tue Nov 17 14:28:25 2009 -0500
+++ b/src/lib-lda/lmtp-client.c	Tue Nov 17 14:39:31 2009 -0500
@@ -216,6 +216,7 @@ lmtp_client_data_next(struct lmtp_client
 		rcpt[i].failed = line[0] != '2';
 		rcpt[i].data_callback(!rcpt[i].failed, line,
 				      rcpt[i].context);
+		client->rcpt_next_data_idx = i + 1;
 		if (client->protocol == LMTP_CLIENT_PROTOCOL_LMTP)
 			break;
 	}


More information about the dovecot-cvs mailing list