]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lmtp: Simplify/clarify per-recipient session ID
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 1 Feb 2022 13:40:48 +0000 (14:40 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 1 Feb 2022 15:00:43 +0000 (16:00 +0100)
commit84ebee89026c93430b4d91ad40eba2fe1f5be0fe
tree347dde17c46e7263dd27ca80903b434202b897c5
parentedf91ac779bd21ae4cbf64b44c3d5efa6fad761c
lmtp: Simplify/clarify per-recipient session ID

The session ID is the transaction ID followed by an increasing recipient
count (number of RCPT commands) in the SMTP transaction. Clarify this by
adding 'R' letter before the counter. Also don't add the counter suffix at
all for the first recipient, since most transactions only have a single
recipient.
src/lmtp/lmtp-recipient.c