#!/bin/sh
# $Id: t-pmilter-1.sh,v 1.1 2005/05/12 01:20:38 ca Exp $
# Copyright (c) 2005 Sendmail, Inc. and its suppliers.
# All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
# ----------------------------------------
# test pmilter rejections, body content
# uses t-pmilter-0.sh
# ----------------------------------------
#
test -s stop && exit 1
#
SD=`dirname $0`
if test "${SD}" = "."
then
SD=../chkmts
fi
. ${SD}/common.sh
SCRIPTS=`cd ${SD} && pwd`
${SCRIPTS}/t-pmilter-0.sh -p ../libpmilter/t-pmilter-1 "$@"
exit $?
syntax highlighted by Code2HTML, v. 0.9.1