diff --git a/src/bash/filter.sh b/src/bash/filter.sh index 17c24c7..706992b 100755 --- a/src/bash/filter.sh +++ b/src/bash/filter.sh @@ -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