From d9b9c96c0d2ff489907d53e2b2eb98d0cf0bf80b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 12 May 2016 05:40:29 -0400 Subject: [PATCH] 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. --- src/lmtp/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.3