From 4c61cf5c81acc6d58ee459575cac53d692582fad Mon Sep 17 00:00:00 2001 From: fab Date: Sat, 21 Oct 2023 01:21:25 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/bash/filter.sh?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bash/filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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