Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Regex with wordlist protection #470

Open
catfromplan9 opened this issue Jan 13, 2023 · 0 comments
Open

Improve Regex with wordlist protection #470

catfromplan9 opened this issue Jan 13, 2023 · 0 comments
Labels
T-Enhancement New feature or request

Comments

@catfromplan9
Copy link

I get a lot of chinese spambots in my room. I tried a lot of regex with the wordlist protection to block all chinese for the first hour or non-ascii. Please improve the wordlist regex to allow for things like this. Here's what I tried and failed ro do: \p{Han} and [^\x00-\x7F]

@H-Shay H-Shay added the T-Enhancement New feature or request label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants