SA Bugzilla – Bug 1535
Use of uninitialised value in EvalTests.pm line 299
Last modified: 2003-02-22 21:09:00 UTC
During make test, multiple messages "Use of uninitialized value in numeric gt (>) at ../blib/lib/Mail/SpamAssassin/EvalTests.pm line 299."
Fixed. I missed this mistake in my testing because sometimes tests are run in a slightly different order and the error would only happen if that function (of the two related tests) was run first instead of second. The rule sort is stable, it probably means we're running SpamAssassin differently. Anyway, fixed.