aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-06-02 10:19:41 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-06-02 10:19:41 +0000
commit31424ff57e34e0110ed9bd266b21728e5988ee57 (patch)
treea3f91cb0fc9c0fdb1d57b5b22c9035177b32fb9f /conf
parent36e5821213fe56de6e8a196b40bf8fb46f0264f7 (diff)
downloadrspamd-31424ff57e34e0110ed9bd266b21728e5988ee57.tar.gz
rspamd-31424ff57e34e0110ed9bd266b21728e5988ee57.zip
[Minor] Fix RCVD_UNAUTH_PBL
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 7fe417668..55515d3b6 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -83,8 +83,8 @@ composites {
policy = "leave";
}
RCVD_UNAUTH_PBL {
- expression = "RECEIVED_PBL & !RCVD_VIA_SMTP_AUTH";
- description = "Relayed through Spamhaus PBL IP without sufficient authentication (possible indicating an open relay)";
+ expression = "RECEIVED_SPAMHAUS_PBL & !RCVD_VIA_SMTP_AUTH";
+ description = "Relayed through Spamhaus PBL IP without sufficient authentication (possibly indicating an open relay)";
score = 2.0;
policy = "leave";
}