------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1376 Summary: exiqsumm still throws uninitialized values occasionally ($src?) Product: Exim Version: N/A Platform: x86 OS/Version: Linux Status: NEW Severity: bug Priority: low Component: Unfiled AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] Component: exiqsumm Occasionally I get: Use of uninitialized value $src in concatenation (.) or string at /usr/sbin/exiqsumm line 124, <> line 2. Use of uninitialized value $src in concatenation (.) or string at /usr/sbin/exiqsumm line 124, <> line 5. line 124 is: $domain = "\L$src > $1"; I'm not a perl wizard, but it looks to me that "$scr" is not initialized... (Additional info: in 4.21, some variables were initialized, " Exim version 4.21 ... 30. If exiqsumm was given junk data, it threw up some uninitialized variable complaints. I've now initialized all the variables, to avoid this. " but apparently $src was left out) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
