From: Timo Sirainen Date: Thu, 12 May 2016 09:40:29 +0000 (-0400) Subject: lmtp: Removed (Dovecot) from Received header. X-Git-Tag: 2.2.31.rc1~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9b9c96c0d2ff489907d53e2b2eb98d0cf0bf80b;p=thirdparty%2Fdovecot%2Fcore.git 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 --git a/src/lmtp/commands.c b/src/lmtp/commands.c index d0a687304d..5638ea25be 100644 --- a/src/lmtp/commands.c +++ b/src/lmtp/commands.c @@ -1156,7 +1156,7 @@ static const char *client_get_added_headers(struct client *client) 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");