X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/blobdiff_plain/30b86c181cb47eee9768ba9ff462547549017016..d38e06ff4a567fe866c31a9a6e19cb77292913e9:/deliver-once diff --git a/deliver-once b/deliver-once deleted file mode 100755 index 409c51b..0000000 --- a/deliver-once +++ /dev/null @@ -1,16 +0,0 @@ -#/bin/sh -# -# Cause a single email message from stdin to be delivered, after -# pausing one second to allow the mail daemon to cope. -# -# Usage: deliver-once USER -# -# USER is the person to deliver this email message to. - -if test -n "$2" || test -z "$1"; then - echo Incorrect number of arguments - exit 1 -fi - -sleep 1 -/usr/sbin/exim4 -bm $1