]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: smtp-server-recipient - Recipient event should be using the transaction...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 31 Aug 2020 13:29:03 +0000 (15:29 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 10 Sep 2020 12:43:56 +0000 (12:43 +0000)
commit2d9f3124dab3f91ecc8f28a3faedccab9d267fad
tree96f1de06fc276b6799b01db579b341437641a083
parente0529aa3256cfddbd93db5c229db733ef0d50bd6
lib-smtp: smtp-server-recipient - Recipient event should be using the transaction event as parent.

The connection event is only used as event parent when the MAIL command failed
in pipeline or when the recipient is destroyed prematurely. The log prefix of
the transaction event is dropped, so that the connection event log prefix is
used in either case. Therefore, the main visible effect of this commit is that
the transaction event fields are available in the recipient event when there is
a transaction, the log messages will not change.
src/lib-smtp/smtp-server-recipient.c