tafreehm
Well-known member
Hey there, I wanna create a rule where multiple words are found in a post it triggers the spam action. I entered this
How can I set this where all words needs to be present in the message in any order. Right now, it return true when one of them is found.
Regards,
Code:
/(word1|word2|word3|word4\w*|word5)/i
How can I set this where all words needs to be present in the message in any order. Right now, it return true when one of them is found.
Regards,