Mise à jour de 'src/bash/filter.sh'
This commit is contained in:
parent
aea24bbe89
commit
4c61cf5c81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user