<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello!<br>
    <br>
    I'm having crashes with LMTP delivery when user is over quota on the
    latest CentOS 7.4 with the latest Dovecot 2.3.0.1 from Dovecot repo.<br>
    <br>
    I see the issue has been fixed on January 17, but it doesn't seem to
    have made it into 2.3.0.1 (I compared with the source from
    <a class="moz-txt-link-freetext" href="https://dovecot.org/releases/2.3/dovecot-2.3.0.1.tar.gz">https://dovecot.org/releases/2.3/dovecot-2.3.0.1.tar.gz</a>).<br>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/dovecot/core/commit/2bf919786518d138cc07d9cc21e14ad5e07e5e56#diff-7964e00c46515956a959fa47fc86d605">https://github.com/dovecot/core/commit/2bf919786518d138cc07d9cc21e14ad5e07e5e56#diff-7964e00c46515956a959fa47fc86d605</a><br>
    <br>
    I also noticed a similar construct being used on line 465
    (rcpt->rcpt.rcpt->path) that was causing the segfault on the
    above commit on line 136.<br>
    <br>
    struct smtp_address *rcpt_to = rcpt->rcpt.rcpt->path;<br>
    <br>
    Should that also use <span class="blob-code-inner">rcpt->rcpt.<span
        class="pl-smi">path</span>; ?</span><br>
    <br>
    Thanks from the other side of the gulf!<br>
    Reio<br>
    <br>
  </body>
</html>