Skip to content

Commit

Permalink
lmtp: Removed (Dovecot) from Received header.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sirainen authored and GitLab committed May 12, 2016
1 parent 9254a9e commit 5a6ad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmtp/commands.c
Expand Up @@ -1138,7 +1138,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");
Expand Down

0 comments on commit 5a6ad44

Please sign in to comment.