]> source.dussan.org Git - rspamd.git/commitdiff
add some missing composite rule description
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Sun, 9 Sep 2018 16:19:02 +0000 (18:19 +0200)
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Sun, 9 Sep 2018 16:19:02 +0000 (18:19 +0200)
conf/composites.conf

index 9c4bb7e12bee0c3d873bcadfc862ee702b4318f9..24f198aacb2ccdf4f22ef55a2d5b5b5e1c0b2099 100644 (file)
@@ -46,11 +46,13 @@ 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";
     }
     AUTH_NA {
         expression = "R_DKIM_NA & R_SPF_NA & DMARC_NA";
         score = 1.0;
         policy = "remove_weight";
+        description = "Authenticating message via SPF/DKIM/DMARC not possible";
     }
     DKIM_MIXED {
         expression = "-R_DKIM_ALLOW & (R_DKIM_DNSFAIL | R_DKIM_PERMFAIL | R_DKIM_REJECT)"