  prompt "subscribe by mod:     "

  ${EZBIN}/ezmlm-unsub "$DIR" test@example.org
  touch "$DIR"/modsub
  touch "$DIR"/remote
  SENDER="moderator@$HOST"

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

  MODSUBCOOKIE=`gethdr Reply-To | cut -d@ -f1`
  grephdr_manage
  grephdr Reply-To: "${LIST}-rc\\..*\\..*-test=example.org@${HOST}"
  grephdr Subject: "CONFIRM subscribe to ${LIST}@${HOST}"
  grephdr_empty
  grepbody I respectfully request your permission to add
  grepbody test@example.org
  grepbody to the subscribers of the ${LIST} mailing list. This request

  echo OK
