[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

[Mailman-Developers] Upgrading lp:mailman

2009-09-28 Thread Barry Warsaw
I'm in the process of upgrading lp:mailman, or better known as lp:~mailman-coders/mailman/3.0 to bzr format 2a. It's best not to create branches of this locally for right now, and you will eventually have to update your own local branches if you want to push a stacked branch to Launchpad.