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

randomize messages using parts to avoid spam filters #8

Open
0xf00b opened this issue Mar 10, 2022 · 2 comments
Open

randomize messages using parts to avoid spam filters #8

0xf00b opened this issue Mar 10, 2022 · 2 comments

Comments

@0xf00b
Copy link

0xf00b commented Mar 10, 2022

if you send the same message over and over its easy for the spam blockers to detect, eg at a gateway level

could we instead have someone create lots of parts of messages
and then create the final message by random assembling the parts?

also maybe some level of editing words to add spaces between
change letters to numbers...
wrong spelling sometimes...

just enough so that for a basic spam filter they don't look the same

ofc more sophisticated filters will still stop this, but its just another layer

@squad303
Copy link
Owner

We are constantly testing if the messages aren't banned/censored with use of russian number. If they start censoring/banning we will consider.

@0xf00b 0xf00b changed the title randomize messages using parts randomize messages using parts to avoid spam filters Mar 16, 2022
@0xf00b
Copy link
Author

0xf00b commented Mar 16, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants