Re: [Qmail-scanner-general] Missing subroutine tolower
AV/content filter for Qmail
Brought to you by:
jhaar
|
From: Robert A W. <bob...@ed...> - 2021-01-20 16:52:54
|
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
|