<HTML>
<HEAD>
<TITLE>Re: Mailman-Users digest, Vol 1 #1067 - 16 msgs</TITLE>
</HEAD>
<BODY>
on 3/6/01 3:44 AM, mailman-users-request@python.org at mailman-users-request@python.org wrote:<BR>
<BR>
<BLOCKQUOTE><TT>unbelieveable.... &nbsp;this wont work:<BR>
<BR>
clone list <FONT COLOR="#0000FF"><U>member@company.com</U></FONT> <FONT COLOR="#0000FF"><U>member@corp.company.com<BR>
</U></FONT><BR>
</TT></BLOCKQUOTE><TT>it says the person is alreay a member!<BR>
<BR>
Actually I just went through a similar issue and someone was kind enough to show me a fix (Sorry that I've already deleted his reply so I can't thank him by name publicly).<BR>
<BR>
In your mm_cfg.py you need to add one line to turn off smart addressing:<BR>
<BR>
SMART_ADDRESS_MATCH = 0<BR>
<BR>
(the default is &quot;1&quot;) By adding that, you're allowed to subscribe both of the addresses above. This MAY allow you to do what you want to do.<BR>
<BR>
</TT><BR>
<BR>
/david<BR>
<BR>
--<BR>
david herren &nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;In an Internet without doors,<BR>
shoreham, vt &nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;who needs Windows or Gates?<BR>
</BODY>
</HTML>