ASSP development mailing list <[email protected]> schreibt: >Regarding gripValencePB , does it score the message if the griplist >value >is greater than ispgripvalue (by default 0.5) ?
The message is scored if the gripvalue is > 0.8 or < 0.2. It is calculated $gripValencePB * 2 * $griplistvalue - $gripValencePB So the default of 25 gives you for 0.9 = 20 and for 0.1 = -20 During Bayesian calculation it is taken face value, if no griplist exists 0.8 is used. There is a third use during delaying/greylisting. You set the value, when the delaying will be done. With the default of 0.4 every message coming from an IP with a griplistvalue of < 0.4 will be not delayed. If you lower it to 0.2 more messages will be delayed. By that a lot more messages will come through the greylisting filter. But these messages wil be caught by ASSP and will increase the gripvalue up to the point when it will not pass the delaying filter. ------------------------------------------------------------------------------ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
