浏览代码

[Rspamd] Add fuzzy hash to msg

andryyy 6 年之前
父节点
当前提交
869e01a9a7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      data/conf/rspamd/local.d/milter_headers.conf

+ 3 - 0
data/conf/rspamd/local.d/milter_headers.conf

@@ -7,6 +7,9 @@ routines {
     value = "YES";
     remove = 1;
   }
+  fuzzy-hashes {
+    header = "X-Rspamd-Fuzzy";
+  }
   authentication-results {
     header = "Authentication-Results";
     remove = 1;