At 11.39 23/05/04 -0700, you wrote: > > (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.
I think I'll use something like this: .... [TAB]"\""[TAB]"@@FROM"[TAB]"\""[TAB]... It's a little cumbersome, though ... Ciao, Francesco - 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]
