summaryrefslogtreecommitdiff
path: root/regress/simulation/alltest.sh
blob: ce53915f5d56ef64c19f96b23fc132a7be88d38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $Id$
#

(cd ../../fml/etc/;sh .gen.sh)
sudo rm -f /etc/fml/main.cf 
sudo rm -f /usr/local/libexec/fml/loader
(cd ../..; sudo sh INSTALL.sh )

cat ../testmails/text=plain |\
perl -w /usr/local/libexec/fml/fml.pl --params pwd=$PWD /var/spool/ml/elena
	
exit 0