From c2a7a088f81b26cb4e8a927db414733b25d0adcd Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 25 Jun 2021 18:53:32 +0200 Subject: [PATCH] install_postfix_advanced.sh,create-postfix-pcre-chek-files.sh: adjust spam checks. --- create-postfix-pcre-chek-files.sh | 1 + install_postfix_advanced.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/create-postfix-pcre-chek-files.sh b/create-postfix-pcre-chek-files.sh index 39b2317..2b6913b 100755 --- a/create-postfix-pcre-chek-files.sh +++ b/create-postfix-pcre-chek-files.sh @@ -134,6 +134,7 @@ if [[ ! -f "$_file" ]]; then /^Reply-To: .+\@team-de-luxe\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1009 /^Reply-To: .+\@klickensiejetzt\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1010 /^Reply-To: .+\@podiumskate\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1011 +/^Reply-To: videotech\@gmx\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1012 /^From:.*<>/ DISCARD Possible SPAM - Header-Spamschutzregel FROM-1001 /^From: .+\@inx1and1\..+/ REJECT Possible SPAM - Header-Spamschutzregel FROM-1002 diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index d3771b7..ce20ada 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -2234,6 +2234,7 @@ if [[ ! -f "$_file" ]]; then /^Reply-To: .+\@team-de-luxe\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1009 /^Reply-To: .+\@klickensiejetzt\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1010 /^Reply-To: .+\@podiumskate\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1011 +/^Reply-To: videotech\@gmx\..+/ REJECT Possible SPAM - Header-Spamschutzregel REPLY-1012 /^From:.*<>/ DISCARD Possible SPAM - Header-Spamschutzregel FROM-1001 /^From: .+\@inx1and1\..+/ REJECT Possible SPAM - Header-Spamschutzregel FROM-1002