<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>5.3.2-2 is now up on the repo.<br>
    </p>
    <p>I failed to copy my test code into the branch to correct those
      errors.</p>
    <div class="moz-cite-prefix">On 4/25/20 6:18 PM, Mark Sapiro wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:17b0bfc8-d28d-128f-d558-7114452f8a09@msapiro.net">
      <pre class="moz-quote-pre" wrap="">On 4/25/20 8:56 AM, Shawn Iverson via MailScanner wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">MailScanner 5.3.2-1 is now available.

Thanks to everyone for their support.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">

I have an issue with this. In particular, Message.pm lines 760-761

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">  } elsif (MailScanner::Config::Value('mta') == "exim" && MailScanner::Config::Value('spamlistskipifauthenticated') {
    if (exists $message->{metadata}->{dv_auth_id}) {
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
line 760 is missing a ')' and $message is undeclared at line 761. Should
this be

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">  } elsif (MailScanner::Config::Value('mta') == "exim" && MailScanner::Config::Value('spamlistskipifauthenticated')) {
    if (exists $this->{metadata}->{dv_auth_id}) {
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
With these changes, it works for me, but my mta is postfix so the
$message change to $this isn't tested.

</pre>
    </blockquote>
    <div class="moz-signature">-- <br>
      <img src="http://mailserver.summitgrid.org/logo_text_sig.png"><br>
      Shawn Iverson<br>
      <a class="moz-txt-link-abbreviated" href="mailto:shawniverson@summitgrid.com">shawniverson@summitgrid.com</a><br>
    </div>
  </body>
</html>