summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-05-19 13:50:45 +0000
committerfukachan <fukachan>2004-05-19 13:50:45 +0000
commitd24a742ebfc43017c92cb94e31035c99696aae35 (patch)
tree609a023e132c44a1e7db9fa44644d3e772fe1b95
parent9b8449376435ba3e685609bee42bcf64acd97f07 (diff)
downloadfml8-d24a742ebfc43017c92cb94e31035c99696aae35.tar.gz
fml8-d24a742ebfc43017c92cb94e31035c99696aae35.tar.bz2
fml8-d24a742ebfc43017c92cb94e31035c99696aae35.zip
-o smtp_recipient_limit=1
-rwxr-xr-xregress/simulation/emul_post.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/simulation/emul_post.sh b/regress/simulation/emul_post.sh
index a16e8d42..7321f5cb 100755
--- a/regress/simulation/emul_post.sh
+++ b/regress/simulation/emul_post.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FML: emul_post.sh,v 1.3 2003/03/14 04:10:44 fukachan Exp $
+# $FML: emul_post.sh,v 1.4 2004/02/26 13:50:10 fukachan Exp $
#
debug=${debug:-1}
@@ -21,7 +21,7 @@ DO () {
regress/message/scramble.pl $msg |\
${PERL:-perl} -w fml/libexec/loader -c $maincf \
- -o test_key=test_value \
+ -o test_key=test_value -o smtp_recipient_limit=1 \
/var/spool/ml/elena
echo "-- exit code: $?"
)