diff --git a/data/conf/rspamd/local.d/metadata_exporter.conf b/data/conf/rspamd/local.d/metadata_exporter.conf new file mode 100644 index 00000000..0c0ce1d8 --- /dev/null +++ b/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; + } +} +