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