Re: Missing subroutine tolower

Robert A Wooldridge <[email protected]> Wed, 20 Jan 2021 10:52:38 -0600
Newsgroups gmane.mail.qmail.scanner
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============8435185620387442636==
Content-Type: multipart/alternative;
 boundary="------------66DBAAF71C179D8C66BEF27E"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------66DBAAF71C179D8C66BEF27E
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit

On 1/20/21 1:45 AM, Kimmo Sinkko wrote:
> If I remember correctly, tolower() is deprecated as of Perl 5.26.0. 
> Use function lc() instead:
>
> Example:
>
> $qsmsgid=tolower("$V_HEADER-message-id");
> =>
> $qsmsgid=lc("$V_HEADER-message-id");

Ok, got that to work but now I'm getting a strange message when it 
begins scanning:

error_condition: X-Qmail-Scanner-2.11: d_m: output spotted from 
/usr/bin/reformime -x/var/spool/qscan/tmp/mail2161116140158812663/ 
(Segmentation fault
) - that shouldn't happen!

Any ideas on what's causing this?  I have plenty of disc space.



-- 
Bob Wooldridge EDM Incorporated

--------------66DBAAF71C179D8C66BEF27E
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">On 1/20/21 1:45 AM, Kimmo Sinkko wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      If I remember correctly, tolower() is deprecated as of Perl
      5.26.0. Use function lc() instead:
      <div class=""><br class="">
      </div>
      <div class="">Example:</div>
      <div class=""><br class="">
      </div>
      <div class="">
        <div style="margin: 0px; font-stretch: normal; font-size: 11px;
          line-height: normal; font-family: Menlo;" class=""><span
            style="font-variant-ligatures: no-common-ligatures" class="">$qsmsgid=tolower("$V_HEADER-message-id");</span></div>
        <div style="margin: 0px; font-stretch: normal; font-size: 11px;
          line-height: normal; font-family: Menlo;" class=""><span
            style="font-variant-ligatures: no-common-ligatures" class="">=&gt;</span></div>
        <div style="margin: 0px; font-stretch: normal; font-size: 11px;
          line-height: normal; font-family: Menlo;" class=""><span
            style="font-variant-ligatures: no-common-ligatures" class="">$qsmsgid=lc("$V_HEADER-message-id");</span></div>
      </div>
    </blockquote>
    <p>Ok, got that to work but now I'm getting a strange message when
      it begins scanning:</p>
    <p>error_condition: X-Qmail-Scanner-2.11: d_m: output spotted from
      /usr/bin/reformime 
      -x/var/spool/qscan/tmp/mail2161116140158812663/ (Segmentation
      fault<br>
      ) - that shouldn't happen!<br>
    </p>
    <p>Any ideas on what's causing this?  I have plenty of disc space.</p>
    <p><br>
    </p>
    <p><br>
    </p>
    --
    <div class="moz-signature">Bob Wooldridge
      EDM Incorporated
    </div>
  </body>
</html>

--------------66DBAAF71C179D8C66BEF27E--


--===============8435185620387442636==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============8435185620387442636==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Qmail-scanner-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

--===============8435185620387442636==--