  SENDER="test@example.org"
  (
    echo "From: Test <${SENDER}>"
    echo
    echo 1
    echo 2
    echo 3
  ) >"$TMP"

  echo Verifying message header and body contents...

  ${EZBIN}/ezmlm-make -+ -S "$DIR" || \
  fatal "ezmlm-make failed"

  echo 'Local: <#L#>' >"${DIR}/text/trailer"
  echo 'local: <#l#>' >>"${DIR}/text/trailer"
  echo 'host: <#h#>' >>"${DIR}/text/trailer"
  echo 'num: <#n#>' >>"${DIR}/text/trailer"
