Defaults.py says: # 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
but this really doesn't work. I have a user subscribed as [EMAIL PROTECTED] who just posted to a members-only list as [EMAIL PROTECTED] (Because of Sun's email setup, this is out of the user's control.) The posting failed to go through even though SMART_ADDRESS_MATCH was set to 1. Has anyone else hit this problem and found a fix? It seems like it must be a logic error in Utils.FindMatchingAddresses(), but it's not obvious to me where the problem is. Thanks, - Bob ------------------------------------------------------ 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