Browse Source

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

test-skip
fab 7 months ago
parent
commit
4c61cf5c81
  1. 2
      src/bash/filter.sh

2
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

Loading…
Cancel
Save