# libmilter-init

# libmilter sends /tmp/directory as arg 1, sender as arg2 and 
# all recips as other args


# error codes
my $VIRUSERR = 99;
# anything except 0 or 99 will be interpreted as "virus scan failed"
my $REGERR = 1;

# set path explicitly
$ENV{PATH} = "/bin:/usr/bin:/usr/local/bin";

# End libmilter-init
