ソースを参照

[Rspamd] Decrease weight of missed charset

andryyy 5 年 前
コミット
6d5677eb32
1 ファイル変更7 行追加0 行削除
  1. 7 0
      data/conf/rspamd/local.d/headers_group.conf

+ 7 - 0
data/conf/rspamd/local.d/headers_group.conf

@@ -0,0 +1,7 @@
+symbols = {
+  "R_MIXED_CHARSET" {
+    weight = 1.0;
+    description = "Mixed characters in a message";
+    one_shot = true;
+  }
+}