On April 26, 1999 at 20:11, "Bert Hiddink" wrote:
> Anyone has an idea why Mhonarc is correctly invoked when I put:
>
> # Invoques Mhonarch to convert all mail send to 'microfinanza-list' into
> # html-files and store them into ../microfinanza
> :0: microfinanza.lock
> * ^[EMAIL PROTECTED]
> | /usr/www/users/galileo/cgi-local/mha/mhonarc -add -umask 022 \
> -rcfile /usr/www/users/galileo/cgi-local/mha/rcfile5 -nolock -nodoc \
> -outdir /usr/www/users/galileo/intercam/listas-html/microfinanza \
-------------------------------------------------------------------^
> ...in my procmail receipt, and why Mhonarc is not (!) invoked when I put:
> # Invoques Mhonarch to convert all mail send to 'microfinanza-list' into
> # html-files and store them into ../microfinanza
> :0: microfinanza.lock
> * ^[EMAIL PROTECTED]
> | /usr/www/users/galileo/cgi-local/mha/mhonarc -add -umask 022 \
> -rcfile /usr/www/users/galileo/cgi-local/mha/rcfile5 -nolock -nodoc \
> -outdir /usr/www/users/galileo/intercam/listas-html/microfinanza \
-------------------------------------------------------------------^
I am not experienced with Procmail, but what comes after these lines.
Since you have a '\', I am guessing the next line is considered part
of the command. What is the next line?
--ewh