[SOLVED] Allow use of floats when setting custom spam score using the webinterface

Kaj_mit_Jott

New Member
Aug 17, 2023
2
0
1
Hello there,

jup just as the title says. To give you some context:

We receive mails which use the kyrillic alphabet on a daily base. These mails trigger MANY_SPAN_IN_TEXT and MIXED_ES. To avoid this I set the scores to 0. But it would be great if I could set these to 0.001. It would enable me to see if real SPAM, that made it through triggered these scores.

Appart from my specific problem I think it would be good to be able using floats here in general.
 
You can set the spamscore to a floating point number in the GUI already (just checked this).
after 3 zeros after the dot it gets rounded to 0 - but 0.001 works
 
Thanks Stoiko for checking. Using pmg 8.0.3 I can only set it to 0.01 - 0.001 gets rounded to 0. But to be honest I didn't test other floating values than 0.001 so I was assuming there are only integers allowed. Being able to set them to 0.01 is good enough for me at the moment.