Browse Source

[Rspamd] Add fuzzy hash to msg

andryyy 6 years ago
parent
commit
869e01a9a7
1 changed files with 3 additions and 0 deletions
  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";
     value = "YES";
     remove = 1;
     remove = 1;
   }
   }
+  fuzzy-hashes {
+    header = "X-Rspamd-Fuzzy";
+  }
   authentication-results {
   authentication-results {
     header = "Authentication-Results";
     header = "Authentication-Results";
     remove = 1;
     remove = 1;