aboutsummaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
diff options
context:
space:
mode:
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-09-09 18:19:02 +0200
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-09-09 18:19:02 +0200
commit5312495106b0dd974570b18495b1830cbdc525fd (patch)
treeec8cab2eb2159088ca658580f3e47f7940ad3d5f /conf/composites.conf
parent5afbc581faa36f8a0640d11d11941c03d1f97393 (diff)
downloadrspamd-5312495106b0dd974570b18495b1830cbdc525fd.tar.gz
rspamd-5312495106b0dd974570b18495b1830cbdc525fd.zip
add some missing composite rule description
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 9c4bb7e12..24f198aac 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -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)"