#!/bin/sh
#
# TEST: Deny-list removal:              

$PROG -d $BACKEND:$TESTDB -yMMe test@tEst.com
if $PROG -d $BACKEND:$TESTDB -yte test@tesT.com; then
	exit 1
else
	exit 0
fi
