Browse Source

Force add mailcow_black/white

andryyy 8 năm trước cách đây
mục cha
commit
8adcc4fcd3
1 tập tin đã thay đổi với 9 bổ sung3 xóa
  1. 9 3
      data/conf/rspamd/dynmaps/settings.php

+ 9 - 3
data/conf/rspamd/dynmaps/settings.php

@@ -207,8 +207,11 @@ while ($row = array_shift($rows)) {
 	}
 ?>
 		apply "default" {
-			MAILCOW_MOO = -999.0;
+			MAILCOW_WHITE = -999.0;
 		}
+		symbols [
+			"MAILCOW_WHITE"
+		]
 	}
 <?php
 }
@@ -302,10 +305,13 @@ while ($row = array_shift($rows)) {
 	}
 ?>
 		apply "default" {
-			MAILCOW_MOO = 999.0;
+			MAILCOW_BLACK = 999.0;
 		}
+		symbols [
+			"MAILCOW_BLACK"
+		]
 	}
 <?php
 }
 ?>
-}
+}