[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Defining a group of addresses, sending mail to all , mutt



Quoting Antonio Rodr <arodriguez31@cfl.rr.com>:
> I want to define a group of addresses as a set to which I can refer with
> a single name call, to send mail to. What's the best way to do it? 
> Setting a forward rule in .procmailrc would probably work, but since I
> use smarthost it seems to me a somewhat around the barn way.
> 
> 

In your aliases file, just put something like this.

alias user1	user1@example.com
alias user2	user2@widgets.net

alias group	user1, user2

Alias expansion in mutt is recursive.

HTH,
  Jeffrey



Reply to: