lee <[EMAIL PROTECTED]> wrote:
> Can anyone advise me on how to use Demime in association with a 
> particular pipe?
 
> Here is an example of how I am already piping elsewhere using demime on 
> my Exim and Sendmail hosting:
> 
> [EMAIL PROTECTED]: "|/home/incel/www/demime.pl 
> '|/home/incel/www/mailgust/dbcron.pl 18'"
 
> And below are 2 unsuccessful attempts at using demime in a pipe with the 
> M2F import script; 
 
> [EMAIL PROTECTED]: |/home/incel/www/demime.pl 
> |/home/incel/www/interactive/m2f/m2f_import_msgs.sh

First, try using the quoting syntax that works for demime in your example,
like this:

[EMAIL PROTECTED]: "|/home/incel/www/demime.pl 
'|/home/incel/www/interactive/m2f/m2f_import_msgs.sh'"

Also, you might want to check that the account which is running demime does
indeed have permission to access the second script, "m2f_import_msgs.sh".

-- 
Bob Leigh       [EMAIL PROTECTED]
    "Summertime, and the loafing is easy..."

Reply via email to