Browse Source

[Rspamd] Reduce SOGO_CONTACT score to -99

andryyy 6 years ago
parent
commit
108e808d06
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/conf/rspamd/dynmaps/settings.php

+ 2 - 2
data/conf/rspamd/dynmaps/settings.php

@@ -179,7 +179,7 @@ foreach (wl_by_sogo() as $user => $contacts) {
     }
 ?>
     apply "default" {
-      SOGO_CONTACT = -999.0;
+      SOGO_CONTACT = -99.0;
     }
     symbols [
       "SOGO_CONTACT"
@@ -425,4 +425,4 @@ while ($row = array_shift($rows)) {
 <?php
 }
 ?>
-}
+}