]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Conf] Add missing symbols
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 12 Jun 2020 12:51:07 +0000 (13:51 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 12 Jun 2020 12:51:07 +0000 (13:51 +0100)
conf/scores.d/headers_group.conf
conf/scores.d/policies_group.conf

index ac7d05da3df643dc89ad88ad864113ca31ac446f..c82c3a7529cbc9a8bb9405be3805fd3b4a3108e8 100644 (file)
@@ -60,6 +60,10 @@ symbols = {
         weight = 4.0;
         description = "One received header with 'bad' patterns inside";
     }
+    "DIRECT_TO_MX" {
+        weight = 0.0;
+        description = "Message has been directly delivered from MUA to local MX";
+    }
     "MAILLIST" {
         weight = -0.2;
         description = "Message seems to be from maillist";
index cecb242190bce3c96ea254b52bb6f93aa105780f..0d59427469ba4058ef4e30d817669cf5d8214518 100644 (file)
@@ -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" {