cat $1 | econv --mbox | c:\mailroot\mboxsend.pl c:\cygwin\var\spool\mail\administrator
was one of the things I tried in mailproc.tab, another was this cat $1 | econv.exe --mbox | perl.exe -f c:\mailroot\mboxsend.pl c:\cygwin\var\spool\mail\Administrator I tried quite a few things. the mboxsend.pl script was exactly as you wrote it, with the only exception I tried was explicitly calling the windows 2000 perl interpreter as the first line ----- Original Message ----- From: "Davide Libenzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 01, 2002 1:41 PM Subject: [xmail] Re: scripting ? > > On Sun, 1 Dec 2002, Vin Conti wrote: > > > > > this does not seem to be working... > > > > I am trying to mostly keep the xmail server on my 2k side of things, but > > this process you suggested seems to use the Cygwin side > > > > cat $1 | econv --mbox | mboxsend.pl PATH-OF-YOUR-MBOX-FILE would not work in > > 2k, because there is no way of making mboxsend.pl an exectuable, correct? > > What i did was install a perl for windows and used the explicit pathname to > > the perl interpretor (using windows protocal, i.e c:\ not /) then did a -f > > mboxsend.pl > > > > this seemed to work for a minute, in that it created a file that Pine under > > cygwin could read as a mbox file, but it would not deliver any mail there, > > and would not deliver incoming mail via pop either when I had that in the > > mailproc.tab > > Pls show me the exact syntax of your mailproc.tab and of your script ... > > > > > - Davide > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
