ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,838
- Points
- 823
Reputation:
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...