]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Removed (Dovecot) from Received header.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 12 May 2016 09:40:29 +0000 (05:40 -0400)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Fri, 9 Jun 2017 07:45:36 +0000 (10:45 +0300)
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

index d0a687304dbdd3904c1e306a0c5d29789e44a97d..5638ea25be5b7dc631212fc11bb649540fa2949b 100644 (file)
@@ -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");