On Sun, 23 May 2004, Francesco Vertova wrote: > You wrote: > > > The third line of the file you receive has the message ID. > > Oops, I forgot that those extra lines might be useful :-) > > > Do you want to pass @@FILE w/out XMail macro substituion? > > No, just the opposite: I wanted to be sure that @@FILE - better, @@FROM > - is substituted everywhere. I think the answer is yes :-) > > (I need to escape @@FROM b/c the Windows VBS interpreter sees everything > beginning with // - including a malformed MAIL FROM address - as an > argument to itself rather than to the script ...).
If you have: "myexe.exe" "@@FROM" "@@FROM" "@@FROM" the parameter is substituted everywhere. But if you have: "myexe.exe" "a@@FROM" or "myexe.exe" "@@FROMa" the parameter is not substituted. - 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]
