]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lmtp: local: Use recipient index in lmtp_local_rcpt_reply_overquota().
authorStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 31 Jan 2018 09:27:54 +0000 (10:27 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 31 Jan 2018 19:55:02 +0000 (20:55 +0100)
commitf8d9e6c977847a411af9986c9be62f74e4b06143
tree5dc8b2f2d3b6518c879266e1985679f58601c16e
parentc23717da4af9d3275cb45cbc67faaa8daa353ec1
lmtp: local: Use recipient index in lmtp_local_rcpt_reply_overquota().

When used during the DATA command, it should send a reply for the correct
recipient. During the RCPT command there is only one reply due. Added assert
that checks this.
src/lmtp/lmtp-local.c