summaryrefslogtreecommitdiff
path: root/regress/simulation/test_digest_offon.sh
blob: df7c29b8c52ca471932e08f9f3d87e9e5244e6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
#
# $FML: test_digest_offon.sh,v 1.1 2002/12/25 15:35:34 fukachan Exp $
#

sh reset_lib.sh ; 

printf "\n\n\n";

makefml digest elena fukachan@home.fml.org on
sleep 3;

head /var/spool/ml/elena/recipients*

printf "\n\n\n";

makefml digest elena fukachan@home.fml.org off
sleep 3;

head /var/spool/ml/elena/recipients*


exit 0