Mise à jour de 'src/bash/filter.sh'

This commit is contained in:
fab 2023-10-21 01:21:25 +02:00
parent aea24bbe89
commit 4c61cf5c81

View File

@ -217,7 +217,7 @@ if [ "${MODE}" = "none"]; then
quitFilter 0
fi
if [ "$(get_domain_dest $*)" = "yes"]; then
if [ "$(skip_domain $*)" = "yes"]; then
LOG_FIC " - ${GREEN}send without change (skip domain)${NC}"
${SENDMAIL} "$@" < "${INSPECT_DIR}/in.$$"
quitFilter 0