I got a bunch of perl updates that came down today and they seem to have
caused some problems with exim's script exiqsumm
Use of uninitialized value $ARGV[0] in string eq at /usr/sbin/exiqsumm line 48.
I'm using the following command which kicks the error out
"/usr/bin/mailq | /usr/sbin/exiqsumm".
the line in /usr/sbin/exiqsumm is;
(lines 48 through 53)
if ($ARGV[0] eq '--version') {
print basename($0) . ": $0\n",
"build: 4.90_1\n",
"perl(runtime): $]\n";
exit 0;
}
I'm guessing the error is a warning since the command still runs as
expected.
Jeff
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx