I think I see where it's coming from..

line 107 of cron/mailpasswds

|        mlist = MailList.MailList(listname, lock=0)
|        if not a_public_list and mlist.advertised:
|            a_public_list = mlist
|        if not mlist.send_reminders:
|            continue
|        listaddr = mlist.GetListEmail()
|        listreq = mlist.GetRequestEmail()
|        umbrella = mlist.umbrella_list

So it is intentional.  and fruther up the file i see..

|def mail_passwords(mlist, hosts):
|    """Send each user their complete list of passwords.
|
|    The list can be any random one - it is only used for the message
|    delivery mechanism.  Users are grouped by virtual host.
|    """

So they pick one and use it to send from, and the one they pick is public and 
advertized, which would pose little risk..  Which now that I think about it, that 
makes sense why its done..

So just ignore my last post, from the looks of it, thats just "How it is, deal with 
it."

* Dennis Black ([EMAIL PROTECTED]) wrote:
> Matthew, I've mentioned this on the list, along with half a dozen others.
> I've tried to find time to fix it myself, but nothing yet.
> It's the address of your first 'public' list, which doesn't make sense
> to me either.

--
Matthew Davis
http://dogpound.vnet.net/
----------------------------------------------------------------
Customer: A primitive life form at the bottom of the food chain.
----------------------------------------------------------------
Monday, December 02, 2002 / 03:41PM

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

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to