git: 9front

Download patch

ref: fd53b53cc0197b9c0d778c24eef0e28f60713a66
parent: fa9d1b909fc4bf3a04aaa973d7795e19c4682dd7
author: cinap_lenrek <cinap_lenrek@localhost>
date: Thu Jun 9 20:15:28 EDT 2011

files get installed by upas/misc/mkfile

--- a/mail/lib/gone.fishing
+++ /dev/null
@@ -1,19 +1,0 @@
-#!/bin/rc
-# gone.fishing local!$user /mail/box/$user/mbox - vacation responder
-#	as pipeto script
-
-# standard library.  saves the message on standard input in $TMP.msg and
-# parses it into /mail/fs/mbox/1.
-. /mail/lib/pipeto.lib $*
-
-{cat $TMP.msg; echo} >>/mail/box/$USER/gone.mail
-
-message=/mail/box/$USER/gone.msg
-if (! test -e $message)
-	message=/mail/lib/gone.msg
-
-MAILTO=`{cat $D/replyto}
-grep '^'$"MAILTO'$' /mail/box/$USER/gone.addrs >/dev/null >[2=1] || {
-	echo $MAILTO >>/mail/box/$USER/gone.addrs
-	mail $MAILTO <$message
-}
--- a/mail/lib/gone.msg
+++ /dev/null
@@ -1,6 +1,0 @@
-subject: away from my computer
-
-This is a recorded message.  I am currently out of contact with my
-computer system.  Your message to me has been saved and will be
-read upon my return.  This is the last time you will receive this
-message during my absence.  Thank you.
--