Smartest way to fix this is to find the following setting in your mm_cfg.py and set it accordingly:
# When true, Mailman will consider [EMAIL PROTECTED] to be the same address as # user@domain. If set to 0, Mailman will consider [EMAIL PROTECTED] to be the # same address as [EMAIL PROTECTED], but different than user@domain. Usernames # will always be case preserved, and host parts of addresses will all be # lowercased. SMART_ADDRESS_MATCH = 1 ----- Original Message ----- From: "Woodie Sayles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 8:45 AM Subject: Will Alias Names work for this? > I have list members who have subscribed as [EMAIL PROTECTED], but when they > send an email out, it goes out under the name [EMAIL PROTECTED] We > can't subscribe every member under two emails, so I'm wondering if the Alias > Names will work for this situation. If so, how? Or, if anyone has any other > suggestions on this, I would appreciate hearing them. > > > > Woodie Sayles > Webfoot.Net > [EMAIL PROTECTED] > (727) 442-5770 > (727) 442-3380 - fax > Fast, friendly, professional web design and hosting. > Visit our site at <http://www.webfoot.net/> to see what we can do for you! ------------------------------------------------------ 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/
