Larsbirger
Member
|
# Posted: 23 Nov 2009 10:18
Reply
Hello,
If I would like to use this configuration, but wanted the server to act on the score of, say 8, instead (the example has a score of 10 as a limit), how would I change this code?
deny message = This message scored $spam_score points. spam = nobody:true condition = ${if >{$spam_score_int}{100}{1}{0}}
|