<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<blockquote type="cite"
cite="mid:07a5d950-b34f-4a87-b0ad-35349816e31b@undermydesk.org">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>