[Mailman-Developers] Problem with Moderate.py

2009-09-28 Thread Chris Nulk
Hello all, I am using Mailman v2.1.9 with the LDAPMembership adapter (v 0.6). Mailman has been patched to all me to specify lists in the 'accept_these_nonmembers', 'hold_these_nonmembers', etc. using the @listname notation. Due to the circumstances here, I need to modify the Moderate.py to

Re: [Mailman-Developers] Problem with Moderate.py

2009-09-28 Thread Mark Sapiro
Chris Nulk wrote: I believe I have narrowed down the problem to the 'matches_p' function in Moderate.py. Can you post your matches_p definitiopn? -- Mark Sapiro m...@msapiro.netThe highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Re: [Mailman-Developers] Problem with Moderate.py

2009-09-28 Thread C Nulk
Hello Mark, I am posting the matches_p function below. I believe the problem is an off-shoot of the lce/cpe problem with the LDAPMembership adapter you helped me with earlier. I did get it to work by changing the condition in matches_p from if mother.members.has_key(sender): to if

Re: [Mailman-Developers] Problem with Moderate.py

2009-09-28 Thread Mark Sapiro
C Nulk wrote: I am posting the matches_p function below. I believe the problem is an off-shoot of the lce/cpe problem with the LDAPMembership adapter you helped me with earlier. I did get it to work by changing the condition in matches_p from if mother.members.has_key(sender): to if