Re: plenty of weird 'Use of uninitialized value' issues

Damian <[email protected]> Tue, 7 Oct 2025 18:39:59 +0200
Newsgroups gmane.mail.virus.amavis.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------RKBfsb50r7uWspSTiy79U0tK
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

> But alas ... the plenty 'Use of uninitialized value' warnings are 
> still not gone?! I'm really at a loss now - because I have no clue 
> what might
> cause them...
>
> I'm attaching a debug.log ... which was generated by running amavisd on
> the commandline.
>
> Any help would be really appreciated!
It looks like you invoke amavis with global warnings enabled, e.g. via 
`perl -w amavisd ...` or with `$^W = 1` somewhere in your configuration.
--------------RKBfsb50r7uWspSTiy79U0tK
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <blockquote type="cite"
      cite="mid:[email protected]">But
      alas ... the plenty 'Use of uninitialized value' warnings are
      still not gone?! I'm really at a loss now - because I have no clue
      what might
      <br>
      cause them...
      <br>
      <br>
      I'm attaching a debug.log ... which was generated by running
      amavisd on
      <br>
      the commandline.
      <br>
      <br>
      Any help would be really appreciated!</blockquote>
    It looks like you invoke amavis with global warnings enabled, e.g.
    via `perl -w amavisd ...` or with `$^W = 1` somewhere in your
    configuration.
  </body>
</html>

--------------RKBfsb50r7uWspSTiy79U0tK--