]> Sergey Matveev's repositories - public-inbox.git/blobdiff - scripts/dc-dlvr.pre
dsdeflate: shorten scope of initial buffer
[public-inbox.git] / scripts / dc-dlvr.pre
index c10e80c7b6e2b2b8ab28a6325f1fc504bf87d1e8..7f7c414ea32c81e269ef6e7e0c266865dc9593f3 100644 (file)
@@ -1,11 +1,11 @@
 # Copyright (C) 2014, Eric Wong <e@80x24.org>
-# License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>
+# License: AGPL-3.0+ <http://www.gnu.org/licenses/agpl-3.0.txt>
 # sourced by /etc/dc-dlvr in ~$PI_USER/.dc-dlvr.rc, this just exits,
 # aborting /etc/dc-dlvr
 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