Bruce Rosen wrote:
>
> I've configured a mailing list that will accept messages only from
> subscribers. Some subscribers would like to be able to send messages from
> more than one computer (with a different email address), and at the same
> time, only receive one copy of list messages. How can I create "aliases"
> for subscribers so they will be able to send from multiple addresses?
>
Assuming your mailing list is named "mylist":
1. In mylist.config:
restrict_post = mylist:mylist.aliases
2. Create a 2nd pseudo-mailing list named mylist.aliases, and put the
aliases in there.
(At least it works for me...)
References:
|
|