
bugzilla-daemon at bugzilla
Jun 30, 2009, 1:05 PM
Post #3 of 3
(185 views)
Permalink
|
|
[Bug 5948] uninitialized value within @pristine_headers PerMsgStatus.pm line 832
[In reply to]
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5948 --- Comment #4 from Theo Van Dinter <felicity [at] apache> 2009-06-30 13:05:32 PST --- I can see the argument, but at the same time, as far as I can see, get_pristine_header() will always return something, "" if there are no headers, which gets split into a single array element, and so this issue should never occur with $array[$#array]. Adding in a check to see if there are elements, when there should always be at least 1 element, just slows down the code. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|