That still didn't work. The email is received and this is what is in the
killfile.log:
From poohba(_at_)hotmail(_dot_)com Tue Jun 5 11:13:07 2001
Subject: send file life.txt
Folder: temp
992
Subject: Re: send file life.txt
Folder: cat - ./"$FILE" 2>&1 | $SENDMAIL -oi -t
201
On Tue, 5 Jun 2001, Philip Guenther wrote:
Robert Campbell <poohba(_at_)poohba(_dot_)adsl(_dot_)duke(_dot_)edu> writes:
For some reason I cannot get the file server to work.
Try putting
SHELL=/bin/sh
at the top of the rcfile, then try again.
...
:0 ah
| cat - ./$FILE 2>&1 | $SENDMAIL -oi -t
Unless you want for people to be able to fetch many files at once using
"*", you should quote $FILE:
:0 ah
| cat - ./"$FILE" 2>&1 | $SENDMAIL $SENDMAILFLAGS -t
Philip Guenther
--
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail