Open creativefctr opened 8 years ago
@xfactor5
Thanks for pointing this out.. Please make a pull request so I can merge or I will do the update during my spare time.
@morrelinko You're welcome, I did not use this function in your code since it seems incompatible as it only receives one argument, I extended the rife detector and rewrote the check function using this one for my self; So it's wise that you use this function in the code yourself and then conduct necessary test or checks.
The code is using str_word_count so many times, the problem with this function is that when Unicode strings are provided it returns a excessively high number which will make the spam detector miss some spam situations. The only substitute function that worked fine for me was this one: