dovecot-2.2: lmtp: Give the DATA input stream a name, so the raw...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jun 1 15:34:07 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/05b6cd9220de
changeset: 16445:05b6cd9220de
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jun 01 15:33:58 2013 +0300
description:
lmtp: Give the DATA input stream a name, so the raw mailbox gets a name and doesn't fail.

diffstat:

 src/lmtp/commands.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7b1152c83e3e -r 05b6cd9220de src/lmtp/commands.c
--- a/src/lmtp/commands.c	Sat Jun 01 04:17:40 2013 +0300
+++ b/src/lmtp/commands.c	Sat Jun 01 15:33:58 2013 +0300
@@ -771,6 +771,7 @@
 	inputs[2] = NULL;
 
 	cinput = i_stream_create_concat(inputs);
+	i_stream_set_name(cinput, "<lmtp DATA>");
 	i_stream_unref(&inputs[0]);
 	i_stream_unref(&inputs[1]);
 	return cinput;


More information about the dovecot-cvs mailing list