aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscript/mailin2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mailin b/script/mailin
index 705e7d2a8..4a6729591 100755
--- a/script/mailin
+++ b/script/mailin
@@ -13,7 +13,7 @@ source commonlib/shlib/deployfns
read_conf config/general
-./script/runner 'RequestMailer.receive(STDIN.read)' >$OUTPUT 2>$OUTPUT
+cat $INPUT | ./script/runner 'RequestMailer.receive(STDIN.read)' >$OUTPUT 2>$OUTPUT
ERROR_CODE=$?
if [ ! "$ERROR_CODE" = "0" ]
then