1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-18 02:10:54 +00:00

[Rspamd] apply domain wide footer to alias domains

This commit is contained in:
FreddleSpl0it
2024-02-09 14:59:14 +01:00
parent 3cb9c2ece5
commit 86ba019ca0
11 changed files with 87 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ function init_db_schema() {
try {
global $pdo;
$db_version = "08012024_1442";
$db_version = "09022024_1433";
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
@@ -273,6 +273,7 @@ function init_db_schema() {
"html" => "LONGTEXT",
"plain" => "LONGTEXT",
"mbox_exclude" => "JSON NOT NULL DEFAULT ('[]')",
"alias_domain_exclude" => "JSON NOT NULL DEFAULT ('[]')",
"skip_replies" => "TINYINT(1) NOT NULL DEFAULT '0'"
),
"keys" => array(