Explorar el Código

Change whitelist for forwarding hosts

andryyy hace 8 años
padre
commit
ecda4fb1d1
Se han modificado 1 ficheros con 1 adiciones y 8 borrados
  1. 1 8
      data/conf/rspamd/dynmaps/settings.php

+ 1 - 8
data/conf/rspamd/dynmaps/settings.php

@@ -55,14 +55,7 @@ foreach ($rows as $host):
 <?php
 endforeach;
 ?>
-		apply "default" {
-			actions {
-				reject = 999.9;
-			}
-		}
-		symbols [
-			"WHITELIST_FORWARDING_HOST"
-		]
+		want_spam = yes;
 	}
 <?php
 }