  prompt "subscribe probe:      "

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

  DEFAULT="subscribe"
  ${EZBIN}/ezmlm-manage "$DIR" <"$TMP" >"$ERR" 2>&1 || \
  fatal "failed to produce subscribe probe"

  SUBCOOKIE=`gethdr Reply-To | cut -d@ -f1`
  grephdr_manage
  grephdr Reply-To: "${LIST}-sc\\..*\\..*-test=example.org@${HOST}"
  grephdr Subject: "confirm subscribe to ${LIST}@${HOST}"
  grephdr_empty
  grepbody To confirm that you would like
  grepbody test@example.org
  grepbody added to the ${LIST} mailing list, please send


  echo OK
