Browse Source

[Rspamd] Decrease weight of missed charset

andryyy 5 năm trước cách đây
mục cha
commit
6d5677eb32
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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;
+  }
+}