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