Explorar el Código

[Rspamd] Forced action add header seems to be broken atm, switching to rewrite subject until fixed

andryyy hace 5 años
padre
commit
0474de88b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/conf/rspamd/local.d/force_actions.conf

+ 1 - 1
data/conf/rspamd/local.d/force_actions.conf

@@ -1,6 +1,6 @@
 rules {
   WHITELIST_FORWARDING_HOST_NO_REJECT {
-    action = "add header";
+    action = "rewrite subject";
     expression = "WHITELISTED_FWD_HOST";
     require_action = ["reject"];
   }