ASSP development mailing list <assp-test@lists.sourceforge.net> schreibt: >Hello > >I have gripValencePB:=8 however in logs I have seen this > >May-17-10 14:21:23 130.117.72.123 <n...@nt.se.com> to: h...@dp.com added >-4 >(130.117.72 in griplist (0.13)), total score for this message is now >-1; > >Should it not be "added -8" , instead of "added -4" ?
The score is calculated using the griplist-value.($v) $gripvalence = int((($v - 0.7) / 0.3) * $gripValencePB) if $v > 0.7; $gripvalence = -int(((0.3 - $v ) / 0.3) * $gripValencePB) if $v < 0.3; ------------------------------------------------------------------------------ _______________________________________________ Assp-test mailing list Assp-test@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/assp-test