Kyle Kniepkamp wrote:

>I have a list(LIST1) that is subscribed to another list(LIST2). When 
>mail is sent to LIST2 the admin for LIST1 gets a mail asking for 
>confirmation.
>Is it possible that when someone sends a mail to LIST2 it automatically 
>gets sent to LIST1 without any interaction from the Admin?
>
>I am guessing adding the list name of LIST1 to LIST2's 'accept these 
>nonmembers' would work, is this a viable solution?

Do you have that backwards?

Depending on your settings for USE_ENVELOPE_SENDER and SENDER_HEADERS
in Defaults.py/mm_cfg.py you may be able to accomplish what you want
by putting the LIST2-bounces address in LIST1's
accept_these_nonmembers.

Otherwise, there is a patch available which would allow putting @LIST2
as a shorthand for all the members of LIST2 in LIST1's
accept_these_nonmembers. See
http://starship.python.net/crew/jwt/mailman/#listinclusion

Also see FAQ article 3.5
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

--
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