]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: server-transaction - Simplify/clarify transaction ID
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 1 Feb 2022 13:35:05 +0000 (14:35 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 1 Feb 2022 15:00:43 +0000 (16:00 +0100)
commitedf91ac779bd21ae4cbf64b44c3d5efa6fad761c
tree780809d89cb75198b09c24ed45e9fb7e904fe2dd
parentf26b7d3c13dcc6e329aed830cbecd774d391bcfc
lib-smtp: server-transaction - Simplify/clarify transaction ID

The transaction ID is the session ID followed by an increasing transaction
count (number of MAIL commands) in the SMTP server connection. Clarify
this by adding 'T' letter before the counter. Also don't add the counter
suffix at all for the first session, since most sessions only have a
single transaction.
src/lib-smtp/smtp-server-transaction.c