# $Id: 510-ezmlm-manage-subprobe 390 2005-09-01 21:37:08Z bruce $

  prompt "subscribe probe:      "

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

  grephdr_manage
  grephdr reply-to: "${LOC}-sc\\..*\\..*-test=example.org@${HOST}"
  grephdr subject: "CONFIRM subscribe to ${LOC}@${HOST}"
  grephdr_empty

  ${ECHO} OK
