  prompt "subscribe:            "

  ${EZBIN}/ezmlm-unsub "$DIR" "$SENDER"

  LOCAL=${SUBCOOKIE}
  DEFAULT=`${ECHO} "$LOCAL" | cut -c"$LOCLEN"-`
  ${EZBIN}/ezmlm-manage "$DIR" <"$TMP" >"$ERR" 2>&1 || \
  fatal "failed to produce subscribe confirmation"

  grephdr_manage
  grephdr List-Unsubscribe: "<mailto:${LOC}-unsubscribe-test=example.org@${HOST}>"
  grephdr Subject: "WELCOME to ${LOC}@${HOST}"
  grephdr_empty
  grepbody Acknowledgment: I have added the address
  grepbody test@example.org
  grepbody to the ${LOC} mailing list.

  ${ECHO} OK
