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

  prompt "unsubscribe:          "

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

  grephdr_manage
  grephdr subject: "goodbye from ${LOC}@${HOST}"
  grephdr_empty

  ${ECHO} OK
