debian experimental exim-daemon-heavy config
[exim.git] / test / aux-fixed / 4008.script
CommitLineData
093632c9
JH
1#!/bin/sh
2
3if [ x$1 = "x-o" ]
4then
5 shift
6 action=$1
7 shift
8fi
9
10if [ -r $1 ]
11then
12 echo "scanning file $1"
13else
14 echo "$1 not readable"
15 exit 1
16fi
17
18case $action in
19accept) ;;
20reject) echo "VNAME found in file $1";;
0f0c8159 21pause3) sleep 3;;
093632c9
JH
22esac
23