  prompt "moderated unsub:      "

  ${EZBIN}/ezmlm-sub "$DIR" "$SENDER"
  touch "$DIR"/modsub

  DEFAULT=`echo "$UNSUBCOOKIE" | cut -c"$LISTLEN"-`
  ${EZBIN}/ezmlm-manage -m "$DIR" <"$TMP" >"$ERR" 2>&1 || \
  fatal "failed to produce unsubscribe confirmation"

  MODUNSUBCOOKIE=`gethdr Reply-To | cut -d@ -f1`
  grephdr_manage
  grephdr Reply-To: "${LIST}-vc\\..*\\..*-test=example.org@${HOST}"
  grephdr Subject: "CONFIRM unsubscribe from ${LIST}@${HOST}"
  grephdr_empty
  grepbody A request has been made to remove
  grepbody test@example.org
  grepbody from the ${LIST} mailing list. If you agree, please send

  echo OK
