  prompt "moderated unsub:      "

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

  LOCAL=${UNSUBCOOKIE}
  DEFAULT=`${ECHO} "$LOCAL" | cut -c"$LOCLEN"-`
  ${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: "${LOC}-vc\\..*\\..*-test=example.org@${HOST}"
  grephdr Subject: "CONFIRM unsubscribe from ${LOC}@${HOST}"
  grephdr_empty
  grepbody A request has been made to remove
  grepbody test@example.org
  grepbody from the ${LOC} mailing list. If you agree, please send

  ${ECHO} OK
