Re: Missing subroutine tolower

Adam Goryachev via Qmail-scanner-general <[email protected]> Thu, 21 Jan 2021 13:32:03 +1100
Newsgroups gmane.mail.qmail.scanner
Organization Website Managers
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============7055037398367642085==
Content-Type: multipart/alternative;
 boundary="------------35405A490E65328F9E5D0FF3"
Content-Language: en-AU

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


On 21/1/21 03:52, Robert A Wooldridge wrote:
> 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.
>
How much memory are you allowing QS to use? You might need to increase this.

Regards,
Adam


--------------35405A490E65328F9E5D0FF3
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 text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 21/1/21 03:52, Robert A Wooldridge
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <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>
    </blockquote>
    <p>How much memory are you allowing QS to use? You might need to
      increase this.</p>
    <p>Regards,<br>
      Adam<br>
    </p>
  </body>
</html>

--------------35405A490E65328F9E5D0FF3--


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


--===============7055037398367642085==
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

--===============7055037398367642085==--