procmail
[Top] [All Lists]

Re: Fileserver will NOT work?!?

2001-06-04 23:07:21
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

<Prev in Thread] Current Thread [Next in Thread>