From 8f8b693e02893513b85541b8a528106179d4ead9 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 23 Feb 2026 23:43:31 +0100 Subject: [PATCH] Update: spam threshold raised to 8.0 --- stalwart_config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stalwart_config.toml b/stalwart_config.toml index f9d8dae..4fb121a 100644 --- a/stalwart_config.toml +++ b/stalwart_config.toml @@ -81,3 +81,8 @@ default = true [server.allowed-ip] "47.197.93.62" = true + +[spam-filter.score] +spam = 8.0 +discard = 0 +reject = 0