From 3fcb5da9697045d604aa975e99074c6eb4ebd71b Mon Sep 17 00:00:00 2001 From: fukachan Date: Thu, 18 Aug 2005 10:49:30 +0000 Subject: fetchfml test. --- regress/simulation/emul_fetchfml.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 regress/simulation/emul_fetchfml.sh (limited to 'regress/simulation') diff --git a/regress/simulation/emul_fetchfml.sh b/regress/simulation/emul_fetchfml.sh new file mode 100755 index 00000000..e66ce646 --- /dev/null +++ b/regress/simulation/emul_fetchfml.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# +# $FML$ +# + +echo "# reset message-id database" +find /var/spool/ml/elena/var/db/message_id/ | perl -nple unlink ; + +echo "# reset library" +sh reset_lib.sh ; + +printf "\n%s\n\n" "# start emulation"; + +/usr/local/libexec/fml/fetchfml elena@home.fml.org --article-post + +/usr/local/libexec/fml/fetchfml elena@home.fml.org --command-mail + +/usr/local/libexec/fml/fetchfml elena@home.fml.org --error + +exit 0; -- cgit v1.2.1