[Mailman-Developers] clone_member -rq not working?

Barry A. Warsaw barry@zope.com
Sat, 23 Mar 2002 02:06:03 -0500


>>>>> "DAG" == David A Gilbert <dagilbert@raytheon.com> writes:

    DAG> Answer to my own question: Looks like the default in
    DAG> Defaults.py is SMART_ADDRESS_MATCH=1 When set to 0, my
    DAG> problem below no longer occurs. Doesn't seem very intuitive
    DAG> to me that the remove would take place after getting the
    DAG> MMAlreadyAMember error, but I guess since the addresses are
    DAG> considered equivalent, it is operating as expected. Don't
    DAG> think SMART_ADDRESS_MATCH=1 should be set as a default
    DAG> setting.

I cannot reproduce this problem in MM2.1 beta1.

-Barry