J
JamesBrown
Guest
In my Spam Phrases I have this to catch spammers first posts that include links
/https?:|www\./i
I want it to catch emails in first messages in the same way. What can I add to have it do this?
I did ask Chat GPT what I could add to the Spam Phrases, and it came up with this. Would it work?
/https?:|www\.|[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/i
Continue reading...
/https?:|www\./i
I want it to catch emails in first messages in the same way. What can I add to have it do this?
I did ask Chat GPT what I could add to the Spam Phrases, and it came up with this. Would it work?
/https?:|www\.|[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/i
Continue reading...