Comment 8 for bug 558204

Revision history for this message
Mark Sapiro (msapiro) wrote :

The attached list inclusion patch is a one-line change to the original patch plus expansion of some tabs. The change replaces "if mother.members.has_key(sender)" with "if mother.isMember(sender)". Using the isMember() method will work with all MemberAdaptors, not just OldStyleMemberships.py. Also, members.has_key(sender) only tests regular members, not digest members.

This corrected patch is provided for those still using Mailman 2.1.9 or older that want this functionality. The patch is not required for Mailman 2.1.10 and newer.