Browse Source

[Rspamd] Reduce ptr fail score

andryyy 5 years ago
parent
commit
d57e2b58c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/rspamd/local.d/hfilter_group.conf

+ 1 - 1
data/conf/rspamd/local.d/hfilter_group.conf

@@ -1,5 +1,5 @@
 symbols = {
     "HFILTER_HOSTNAME_UNKNOWN" {
-        score = 15.0;
+        score = 8.5;
     }
 }