# HG changeset patch # User Timo Sirainen # Date 1463046029 14400 # Node ID d02fc7312081f7eedb56285d18703a6c679e0b4d # Parent 451a5717d78a5a54afbb672ea92ee3822d578493 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. diff -r 451a5717d78a -r d02fc7312081 src/lmtp/commands.c --- 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");