dovecot-2.0: lmtp: Error message update

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 30 08:35:56 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/537d4b6d9a7a
changeset: 12866:537d4b6d9a7a
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 30 08:35:43 2011 +0300
description:
lmtp: Error message update

diffstat:

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

diffs (12 lines):

diff -r 36e7ded2ef0b -r 537d4b6d9a7a src/lmtp/client.c
--- a/src/lmtp/client.c	Thu Jun 30 08:34:28 2011 +0300
+++ b/src/lmtp/client.c	Thu Jun 30 08:35:43 2011 +0300
@@ -32,7 +32,7 @@
 {
 	client_destroy(client,
 		       t_strdup_printf("421 4.4.2 %s", client->my_domain),
-		       "Disconnected for inactivity");
+		       "Disconnected client for inactivity");
 }
 
 static int client_input_line(struct client *client, const char *line)


More information about the dovecot-cvs mailing list