aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-02-22 21:30:29 +0100
committerEugen Wissner <belka@caraus.de>2025-02-22 21:30:29 +0100
commit2dd3856389f9080e122f3a76ceda9c64146eb262 (patch)
tree79f10519b37575d623de2197165e62a5a4438389 /config
parenta4c56fb432e8fd75df930647427bcb582e989344 (diff)
downloadkazbek-2dd3856389f9080e122f3a76ceda9c64146eb262.tar.gz
tea-cleaner: Configure word lists
Diffstat (limited to 'config')
-rw-r--r--config/tea-cleaner.toml.dist11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/tea-cleaner.toml.dist b/config/tea-cleaner.toml.dist
index b09ed3b..5a77089 100644
--- a/config/tea-cleaner.toml.dist
+++ b/config/tea-cleaner.toml.dist
@@ -2,3 +2,14 @@
token = ""
# The gitea instance URL beginning wth "https://".
server = "https://"
+# List of words prohibited in the description and the website field.
+spam_words = [
+ "casino",
+ "gambling"
+]
+# Unusual email address exteions.
+mail_domains = [
+ ".online",
+ ".shop",
+ ".website"
+]