Base Debian config for exim 4.69-9
[hcoop/zz_old/config/exim4-hopper.git] / deliver-once
diff --git a/deliver-once b/deliver-once
deleted file mode 100755 (executable)
index 409c51b..0000000
+++ /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