On 1999-10-06 14:27:56 +1000, Brett White wrote:

> alias dad Allan White <[EMAIL PROTECTED]>
> alias mum Margaret White <[EMAIL PROTECTED]>

> If I now want to make an alias called family that mails both
> mum and dad how do I do this?  I have tried...
> alias family Family <dad>, mum

> that is, it doesn't expand the first alias out...anyone got
> any idea??

Try:

        alias family mum, dad

or:

        alias family Family: mum, dad \;

        

Reply via email to