summaryrefslogtreecommitdiffstats
path: root/conf/scores.d/policies_group.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-06-12 13:51:07 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-06-12 13:51:07 +0100
commitdd8e32fdabe01b7d0b4ba60cd306d54d021f59ce (patch)
treeefd80e34c07785006d8c26bb8a8ec870ac083ed5 /conf/scores.d/policies_group.conf
parent980ac60a32e935db4535de46c3e65d5589cc918f (diff)
downloadrspamd-dd8e32fdabe01b7d0b4ba60cd306d54d021f59ce.tar.gz
rspamd-dd8e32fdabe01b7d0b4ba60cd306d54d021f59ce.zip
[Conf] Add missing symbols
Diffstat (limited to 'conf/scores.d/policies_group.conf')
-rw-r--r--conf/scores.d/policies_group.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf
index cecb24219..0d5942746 100644
--- a/conf/scores.d/policies_group.conf
+++ b/conf/scores.d/policies_group.conf
@@ -44,6 +44,12 @@ symbols = {
description = "SPF DNS failure";
groups = ["spf"];
}
+ "R_SPG_NA" {
+ weight = 0.0;
+ description = "Missing SPF record";
+ one_shot = true;
+ groups = ["spf"];
+ }
# DKIM
"R_DKIM_REJECT" {
@@ -63,6 +69,12 @@ symbols = {
one_shot = true;
groups = ["dkim"];
}
+ "R_DKIM_NA" {
+ weight = 0.0;
+ description = "Missing DKIM signature";
+ one_shot = true;
+ groups = ["dkim"];
+ }
# DMARC
"DMARC_POLICY_ALLOW" {
@@ -90,6 +102,11 @@ symbols = {
description = "DMARC failed";
groups = ["dmarc"];
}
+ "DMARC_NA" {
+ weight = 0.0;
+ description = "No DMARC record";
+ groups = ["dmarc"];
+ }
# ARC
"ARC_ALLOW" {