NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Rspamd] Much higher scores for DMARC failures

91af3d5c
andryyy <[email protected]> 7 years ago
data/conf/rspamd/local.d/policies_group.conf | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

Diff

diff --git a/data/conf/rspamd/local.d/policies_group.conf b/data/conf/rspamd/local.d/policies_group.conf
index f1c2b9f1..0a8349ce 100644
--- a/data/conf/rspamd/local.d/policies_group.conf
+++ b/data/conf/rspamd/local.d/policies_group.conf
@@ -14,4 +14,19 @@ symbols = {
     "R_DKIM_PERMFAIL" {
         score = 10.0;
     }
+    "DMARC_POLICY_REJECT" {
+        weight = 20.0;
+        description = "DMARC reject policy";
+        groups = ["dmarc"];
+    }
+    "DMARC_POLICY_QUARANTINE" {
+        weight = 10.0;
+        description = "DMARC quarantine policy";
+        groups = ["dmarc"];
+    }
+    "DMARC_POLICY_SOFTFAIL" {
+        weight = 2.0;
+        description = "DMARC failed";
+        groups = ["dmarc"];
+    }
 }