Re: Randomizing From:

2000-05-25 Thread Mikko Hänninen
David Ellement <[EMAIL PROTECTED]> wrote on Thu, 25 May 2000: > Perhaps by replacing the double quotes with single quotes, the back > quote expansion will be delayed until the macro is invoked: > > macro compose g '\ef^u$realname <`pwgen 8`@cesspool.net>\n' If that doesn't work, one can alwa

Re: Randomizing From:

2000-05-25 Thread David Ellement
On 000525, at 14:32:25, Drew Bloechl wrote: > I tried: > > macro compose g "\ef^u$realname <`pwgen 8`@cesspool.net>\n" > > However, the backquotes seem to only get expanded when the macro is > first entered Perhaps by replacing the double quotes with single quotes, the back quote expansion will