From: Eric Allman Date: Sat, 30 Apr 1983 09:44:57 +0000 (-0800) Subject: BSD 4_3_Tahoe development X-Git-Tag: BSD-4_3_Net_1^2~1815 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/387e606af20641ac6731dc04aba14b45e0e8e18c BSD 4_3_Tahoe development Work on file usr/src/usr.lib/sendmail/aux/delivermail.sh Synthesized-from: CSRG/cd2/4.3tahoe --- diff --git a/usr/src/usr.lib/sendmail/aux/delivermail.sh b/usr/src/usr.lib/sendmail/aux/delivermail.sh new file mode 100644 index 0000000000..248e2f09c8 --- /dev/null +++ b/usr/src/usr.lib/sendmail/aux/delivermail.sh @@ -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.$$