Hello,
My forum is getting pounded by Chinese spam. These spam posts aren't getting recognized by the spam phrases part of spam management and I can't figure out why. I've read through a few other posts about this and haven't come across a solution that's worked.
They are all variations of the message below.
I've compiled a list of 60 of these Chinese characters and added them to my spam phrases. I've included all of these versions below for each character. From what I understand, much of this is repetitive, but I've just kept trying different things.
大
*大
大*
大
I've added these characters to both my TAC StopHumanSpam and the Spam Phrases in the core Xenforo spam management.
I've tried adding this code to as well that I found in another post without any luck.
All of the posts that have gotten through have included characters that are included in my spam phrases.
Does anyone have any idea why these are not being caught by the spam management tools?
Thanks!
My forum is getting pounded by Chinese spam. These spam posts aren't getting recognized by the spam phrases part of spam management and I can't figure out why. I've read through a few other posts about this and haven't come across a solution that's worked.
They are all variations of the message below.
I've compiled a list of 60 of these Chinese characters and added them to my spam phrases. I've included all of these versions below for each character. From what I understand, much of this is repetitive, but I've just kept trying different things.
大
*大
大*
大
I've added these characters to both my TAC StopHumanSpam and the Spam Phrases in the core Xenforo spam management.
I've tried adding this code to as well that I found in another post without any luck.
Code:
[url*
#(?<=\W|^)(微信)(?=\W|$)#iu
/\b(?:[0-9\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+)?微信(?:[0-9\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+)?\b/iu
/\b(?:\w+?)?[\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+(?:\w+?)?\b/iu
All of the posts that have gotten through have included characters that are included in my spam phrases.
Does anyone have any idea why these are not being caught by the spam management tools?
Thanks!