]> 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)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Thu, 15 Feb 2018 08:50:53 +0000 (10:50 +0200)
commit254cae66e7bd6dd5ab825d8f172c1fdad42129ca
tree44a160192d8ebd66a9a5cedc76d676633395bea0
parentc81bd718b14bac70c70e25504246212643e37072
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