http://bugzilla.spamassassin.org/show_bug.cgi?id=3705





------- Additional Comments From [EMAIL PROTECTED]  2004-08-20 11:53 -------
+        if (@scores != 4) {
+          @scores = ( $scores[0], $scores[0], $scores[0], $scores[0] );
+        }

Don't we only copy over score set 0 if the particular score set is undefined
elsewhere in the code?

$scores[1] ||= $scores[0];
$scores[2] ||= $scores[0];
$scores[3] ||= $scores[0];




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to