From b8fb4b7dc2b923304bfd1f65380db89a6d9a6122 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:03 +0200 Subject: [PATCH] =?UTF-8?q?Spammmeurs=20et=20autres=20enquiquineurs=20et?= =?UTF-8?q?=20emp=C3=AAcheurs=20de=20tourner=20en=20rond?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/postfix/files/generate_email.sh | 0 roles/spamassassin/files/local.cf | 8 ++++++++ roles/webapps/files/bin/scootaloo | Bin 3 files changed, 8 insertions(+) mode change 100755 => 100644 roles/postfix/files/generate_email.sh mode change 100755 => 100644 roles/webapps/files/bin/scootaloo diff --git a/roles/postfix/files/generate_email.sh b/roles/postfix/files/generate_email.sh old mode 100755 new mode 100644 diff --git a/roles/spamassassin/files/local.cf b/roles/spamassassin/files/local.cf index 50c5f6a..2b36b03 100644 --- a/roles/spamassassin/files/local.cf +++ b/roles/spamassassin/files/local.cf @@ -6,6 +6,9 @@ bayes_auto_learn 1 ok_locales fr score UNWANTED_LANGUAGE_BODY 5 +header LOCAL_KETO Subject =~ /keto/i +score LOCAL_KETO 3.0 + header LOCAL_CARESSE Subject =~ /caresse/i score LOCAL_CARESSE 3.0 @@ -94,6 +97,11 @@ score LOCAL_BITCOIN 10.0 whitelist_from *@chichiclothing.com # Blacklist manuel +blacklist_from *@zaipostall.ch +blacklist_from *@blackhat.to +blacklist_from *@tifanyse.ch +blacklist_from *@masintok.ch +blacklist_from *@market-magnet.com blacklist_from *@broad-bandsearch.net blacklist_from *@nocimase.de blacklist_from *@zintesder.de diff --git a/roles/webapps/files/bin/scootaloo b/roles/webapps/files/bin/scootaloo old mode 100755 new mode 100644