Re: [Qmail-scanner-general] Missing subroutine tolower
AV/content filter for Qmail
Brought to you by:
jhaar
From: Adam G. <mai...@we...> - 2021-01-21 02:32:20
|
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 |