Browse Source

Fix description for composite rule RBL_SPAMHAUS_XBL_ANY

tags/1.8.1
heraklit256 5 years ago
parent
commit
fc0cec888f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/composites.conf

+ 1
- 1
conf/composites.conf View File

@@ -46,7 +46,7 @@ composites {
}
RBL_SPAMHAUS_XBL_ANY {
expression = "RBL_SPAMHAUS_XBL & RECEIVED_SPAMHAUS_XBL";
description = "Message was relayed through at least one hop listed in Spamhaus XBL";
description = "From and Received address are listed in Spamhaus XBL";
}
AUTH_NA {
expression = "R_DKIM_NA & R_SPF_NA & DMARC_NA";

Loading…
Cancel
Save