#!/bin/sh
[ -x ../nullsmtpd ] || (cd ..; make all nullsmtpd)
CONTROLDIR=${CONTROLDIR:-.} \
../antibadmail ../nullsmtpd
