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.
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
>
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 moth
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 The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
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