diff --git a/data/conf/rspamd/local.d/metadata_exporter.conf b/data/conf/rspamd/local.d/metadata_exporter.conf index 4ce07df0..32a1b514 100644 --- a/data/conf/rspamd/local.d/metadata_exporter.conf +++ b/data/conf/rspamd/local.d/metadata_exporter.conf @@ -12,10 +12,10 @@ rules { selector = "ratelimited"; formatter = "json"; } - UNAUTHMAIL { + PUSHOVERMAIL { backend = "http"; url = "http://nginx:9081/pushover.php"; - selector = "unauth_mail"; + selector = "mailcow_rcpt"; # Only return msgid, do not parse the full message formatter = "msgid"; meta_headers = true; @@ -23,14 +23,13 @@ rules { } custom_select { - unauth_mail = <