BSD 4_3_Tahoe development
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 30 Apr 1983 09:44:57 +0000 (01:44 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 30 Apr 1983 09:44:57 +0000 (01:44 -0800)
Work on file usr/src/usr.lib/sendmail/aux/delivermail.sh

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/usr.lib/sendmail/aux/delivermail.sh [new file with mode: 0644]

diff --git a/usr/src/usr.lib/sendmail/aux/delivermail.sh b/usr/src/usr.lib/sendmail/aux/delivermail.sh
new file mode 100644 (file)
index 0000000..248e2f0
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+# delivermail hack thanks to Jay Lepreau
+echo "Subject: delivermail $*" >/tmp/foo.$$
+echo "---------------------------------" >>/tmp/foo.$$
+cat /tmp/foo.$$ - | /bin/mail postmaster
+rm /tmp/foo.$$