# Flutter: Post moderation

**URL:** https://forum.social.plus/t/flutter-post-moderation/799
**Category:** General
**Created:** [July 6, 2023, 10:48am UTC](https://forum.social.plus/t/flutter-post-moderation/799 "2023-07-06T10:48:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![maddy0028](https://avatars.discourse-cdn.com/v4/letter/m/a5b964/32.png) [@maddy0028](https://forum.social.plus/u/maddy0028)
#### Post date: [July 6, 2023, 10:48am UTC](https://forum.social.plus/t/flutter-post-moderation/799/1 "2023-07-06T10:48:42Z")

</div>

How to set rules for post moderation(specially for text post)? I know that we have an option for moderation on Amity dashboard, but I am unable to add the rules over there. I have below doubts:

1. I am not sure if all the blocklisted words will be added under one rule or do I need to add separate  
rules for each word.
2. Suppose I add KILL as blocklisted word on Amity portal, is it possible to block K\*LL, K!LL, K@LL  
…etc words also using same rule?

Please provide me some example for that. Thank you.

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [July 6, 2023, 3:35pm UTC](https://forum.social.plus/t/flutter-post-moderation/799/2 "2023-07-06T15:35:30Z")

</div>

Hello, for more info about blocklisted words please see here: [User & Content Management - Amity Docs](https://docs.amity.co/console/user-and-spam-management#blocklist-management)

isMatchExactWord: `true/false`

`true` : will block if an exact match is found  
`false` : will block even if the expression is just a subset  
Example:  
Expression: “hell”  
Will block: “hell”, “hello”, “shell”, “seashells”, etc…

unfortunately, our current moderation won’t cover this kind of case: K\*LL, K!LL, K@LL
