On 990720, at 14:40:58, Robert Chien wrote:
> basically, i want to set signature to .signature.work when sending email
> to people at work, and set signature to just .signature for the rest.
>
> [...] when i send email to co-workers, i can address it as "foo" or
> "foo@west" (notice the unqualified domain name) or "[EMAIL PROTECTED]" or
> "[EMAIL PROTECTED]".
send-hook . "set signature=.signature"
send-hook @(west|(west\.)?sun\.com)$ "set signature=.signature.work"
--
David Ellement <[EMAIL PROTECTED]>