changeset 22137:d02fc7312081

lmtp: Removed (Dovecot) from Received header. Some people want to hide it, and I don't really see much benefit in including it anyway. So lets just hide it from everyone.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 12 May 2016 05:40:29 -0400
parents 451a5717d78a
children 54260e47d2e1
files src/lmtp/commands.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lmtp/commands.c	Thu Jun 08 11:35:58 2017 +0300
+++ b/src/lmtp/commands.c	Thu May 12 05:40:29 2016 -0400
@@ -1156,7 +1156,7 @@
 		str_printfa(str, "\t(using %s)\r\n",
 			    ssl_iostream_get_security_string(client->ssl_iostream));
 	}
-	str_printfa(str, "\tby %s ("PACKAGE_NAME") with LMTP id %s",
+	str_printfa(str, "\tby %s with LMTP id %s",
 		    client->my_domain, client->state.session_id);
 
 	str_append(str, "\r\n\t");