ソースを参照

[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;