From ccff3b21056129caa1b126e09fe3d2d81f227943 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Sun, 10 Mar 2024 12:38:13 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20fichiers=20d=C3=A9sormais=20?= =?UTF-8?q?inutilis=C3=A9s=20(ils=20sont=20vides)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postfix/files/spam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/files/spam.sh b/postfix/files/spam.sh index 29dc0b40..b8685f85 100644 --- a/postfix/files/spam.sh +++ b/postfix/files/spam.sh @@ -40,7 +40,7 @@ function cleanup { } # Postfix -postfix_dbs="client.access sender.access recipient.access header_kill sa-blacklist.access spamd.cidr" +postfix_dbs="client.access sender.access recipient.access header_kill" for db in ${postfix_dbs}; do if is_new "${db}"; then download "${db}"