#!/bin/sh if [ -z "$1" ]; then echo e-mail address expected else `dirname $0`/dbm_del.pl /var/spool/exim*/db/callout $1 -0 fi