Lev Lafayette wrote:
>
>Is there a special mailman mechanism to alias lists e.g., I want posts
>to [EMAIL PROTECTED] to end up at [EMAIL PROTECTED]
>
>(A workaround for renaming lists that is trivial, rather than
>nontrivial)


See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.070.htp>.

If you don't want to actually rename listA to listB, but just, as you
say, have mail to listB wind up at listA, this is mostly an MTA
question, not a Mailman question, but assuming your MTA uses aliases
of the form

[EMAIL PROTECTED]:        "|/path/to/mail/mailman post lista"
[EMAIL PROTECTED]:  "|/path/to/mail/mailman admin lista"
etc.

just make a second set like

[EMAIL PROTECTED]:        "|/path/to/mail/mailman post lista"
[EMAIL PROTECTED]:  "|/path/to/mail/mailman admin lista"
etc.

and add [EMAIL PROTECTED] to lista's Privacy options...->Recipient
filters->acceptable_aliases.

Depending on your MTA and its configuration, there are probably other
ways to do this, but what you have to do is make mail to a listb...
address be finally delivered in exactly the same way as mail to the
corresponding lista.. address.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to