Do you have that backwards?

No, when someone sends a mail to LIST2, even thought LIST1 is subscribed to 
LIST2, LIST1's admin gets a 'please confirm' email.

        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.

My USE_ENVELOPE_SENDER and SENDER_HEADERS look fine:

USE_ENVELOPE_SENDER = No
SENDER_HEADERS = ('from', None, 'reply-to', 'sender')

The other thing I am wondering about is that I have in 
"accept_these_nonmembers":

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Shouldn't this allow any mail coming from @something.mydomain.edu or 
mydomain.edu to post to my list (LIST1)? LIST2 is [EMAIL PROTECTED]

I am confused (obviously) as to why a mail sent to LIST2 wont go directly to 
LIST1 if that list is subscribed to LIST2.

Thanks,

Kyle Kniepkamp



Mark Sapiro wrote:

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
[email protected]
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