]> Sergey Matveev's repositories - public-inbox.git/blobdiff - scripts/dc-dlvr.pre
avoid spaces after shell redirection operators
[public-inbox.git] / scripts / dc-dlvr.pre
index c10e80c7b6e2b2b8ab28a6325f1fc504bf87d1e8..d7bc1b5c8efb08f5bf0e6b19c231bb9734985a77 100644 (file)
@@ -5,7 +5,7 @@
 export PATH=/usr/local/bin:/usr/bin:/bin
 trap 'err=$?; set +e; test $err -eq 0 || rm -f $TMPMSG; exit $err' EXIT
 case $1,$CLIENT_ADDRESS in
-pispam,) exec public-inbox-learn spam < $TMPMSG ;;
-piham,) exec public-inbox-learn ham < $TMPMSG ;;
+pispam,) exec public-inbox-learn spam <$TMPMSG ;;
+piham,) exec public-inbox-learn ham <$TMPMSG ;;
 esac
-exec public-inbox-mda < $TMPMSG
+exec public-inbox-mda <$TMPMSG