There are multiple config files with different behaviors. The main configurations you have to worry about is the filters file and the different filter files for the specific filters. Here is the different files that are important for normal operation, and is included in the main build:
Code (YAML):
## filters.yml for configuring the active filters
filters
:
- profanity-list-filter
- advertise-filter
- spam-filter
- caps-filter
Code (YAML):
advertise-filter:
blacklist
:
- www
- https
- .com
- .net
- .xyz
- .eu
- .org
- .
no
- .co
whitelist
:
- myserver.com
/code
]
[/SPOILER
]