Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
This seems to work as expected for me:[ATTACH=full]109594[/ATTACH][ATTACH=full]109595[/ATTACH]Each spam phrase that isn't already a regex is normalised into one, e.g. the regex that runs on that example above is:[code]#(?<=\W|^)(微信)(?=\W|$)#iu[/code]Note the unicode modifer at the end.Are you certain, in your testing, it was with a user who will have their messages checked for spam? e.g. moderator/admin users and users who have exceeded certain criteria will not have their messages checked for spam.
This seems to work as expected for me:
[ATTACH=full]109594[/ATTACH]
[ATTACH=full]109595[/ATTACH]
Each spam phrase that isn't already a regex is normalised into one, e.g. the regex that runs on that example above is:
[code]
#(?<=\W|^)(微信)(?=\W|$)#iu[/code]
Note the unicode modifer at the end.
Are you certain, in your testing, it was with a user who will have their messages checked for spam? e.g. moderator/admin users and users who have exceeded certain criteria will not have their messages checked for spam.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences