Skip to main content

Step 5 - Blacklist

Blacklist is a list of words or regex patterns which instructs conflux that if the message received from source channel contains any of the these word or matches with the regex pattern, then the bot should ignore those message.

danger
  • Always test your regex pattern at RegEx101
  • Invalid regex patterns can stop the processing of messages.

Blacklist

How to add blacklist?

  • Click on the Add Blacklist button.
  • A popup will appear with blacklist creation form.
  • Enter the text or the regex pattern you want to blacklist.
  • If you have entered a regex pattern in previous step, enable Regex option.
  • If you want to do a case sensitive match then enable the Case Sensitive option, disable it to perform a case-insensitive match.
  • You can also add an optional note for your refrence to explain the reason of this blacklist.

Blacklist Create

How to edit blacklist?

Now that you have added some blacklist, you might be wondering how to edit those. If you already have added one or more blacklisted words, they will appear in the blacklist setting table with action buttons.

To edit the word simply click on the edit/pencil icon.

How to delete blacklist?

Just like the edit option, you can delete a blacklisted word using the action buttons. To delete the word simply click on the trash icon.

Blacklist CRUD