Explorar o código

[Rspamd] Force-add metadata_exporter

andre.peters %!s(int64=8) %!d(string=hai) anos
pai
achega
c6bcf322ff
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      data/conf/rspamd/local.d/metadata_exporter.conf

+ 10 - 0
data/conf/rspamd/local.d/metadata_exporter.conf

@@ -0,0 +1,10 @@
+rules {
+        QUARANTAINE {
+                backend = "http";
+                url = "http://nginx:9081/pipe.php";
+                selector = "is_reject";
+                formatter = "default";
+                meta_headers = true;
+        }
+}
+