Bugs item #669874, was opened at 2003-01-17 18:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=669874&group_id=103
Category: configuring/installing Group: 2.0.x Status: Open Resolution: None Priority: 5 Submitted By: Jasper van Beusekom (jvbeusek) Assigned to: Nobody/Anonymous (nobody) Summary: partial string.lower() in Address Matching Initial Comment: FindMatchingAddresses of Utils.py (mailman 2.0.13) compares the given 'name' variable to the given dictionary, for example privacy/forbidden_posters. In this comparison, 'name' is converted to lower case (both if SMART_ADDRESS_MATCH is true or false). Unfortunately this dictionary that is being compared to is not converted to lower case. As a result, addresses that should be matched aren't. Additionally, the configuration web-interface doesn't encourage the list owner to only use lowercase. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=669874&group_id=103 _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
