From 8b2e2c505b1f55c35b571794028c931dd1183c8f Mon Sep 17 00:00:00 2001 From: Christoph Kuchenbuch Date: Thu, 26 Nov 2020 18:23:36 +0100 Subject: [PATCH] Some minor changes at script output - second time. --- whitelist_mb_google_sigs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/whitelist_mb_google_sigs.sh b/whitelist_mb_google_sigs.sh index 90fd970..e01439c 100755 --- a/whitelist_mb_google_sigs.sh +++ b/whitelist_mb_google_sigs.sh @@ -486,6 +486,11 @@ else if [[ $? -eq 0 ]]; then echo_ok + if ! $terminal ; then + echo "" + echo " Resend blocked e-mail with signatur ${virus_emails[$_virus_email]} to $_recipient" + fi + echononl "Remove \033[1mvirus/${_virus_email}\033[m from QUARANTINE directory.." rm "${Q_VIRUS_DIR}/${_virus_email}" > "$log_file" 2>&1 if [[ $? -eq 0 ]]; then