From a150602fb96619987f54b28aa1ce9f7cad994a20 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 23 Mar 2019 00:53:45 +0100 Subject: demote bayes --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index 0f8f38a2..d3267e68 100644 --- a/ymir.nix +++ b/ymir.nix @@ -1100,7 +1100,7 @@ in rec { "groups.conf".text = '' symbols { "BAYES_SPAM" { - weight = 10.0; + weight = 2.0; } } ''; -- cgit v1.2.3