FAQ
Use these patterns and logic conditions to block messages that match specific keywords, links, or combinations.
🚫 Q: How do I block messages containing any link?
(http|https|www)\S+⚠️ Q: How do I block messages with words like “scam” or “fraud”?
(scam|fraud)🧠 Q: How do I block messages that contain both “buy” and “cheap”?
✅ Q: How to block messages that contain both “buy” AND “cheap”?
🔁 Q: How to block messages that contain either “spam”OR “ad”?
🧩 Q: How to combine multiple AND/OR conditions?
Last updated