Re: [Mailman-Users] Need a patch written for 2.1 for post-onlyaccess.

2003-01-27 Thread Jon Carnes
Okay. I got it working... (I have to attach it as a file since my kids just modified my system and disabled cut and paste... :-) The "IsMember function was moved to the module MemberAdaptor and renamed "isMember". The Moderate.py module is very well written and makes it quite easy to add checks

Re: [Mailman-Users] Need a patch written for 2.1 for post-onlyaccess.

2003-01-27 Thread Jon Carnes
Hmmm, MailList.py has changed too. I need to find (or rewrite) a new function for "IsMember". Shouldn't be too hard, but I've got to do some actual work for awhile... I'll get back to it tonight. On Mon, 2003-01-27 at 10:29, Jon Carnes wrote: > The functionality was moved from the Hold.py modul

Re: [Mailman-Users] Need a patch written for 2.1 for post-onlyaccess.

2003-01-27 Thread Jon Carnes
The functionality was moved from the Hold.py module over to the Moderate.py module. From there it is almost identical. I applied the old patch by hand to that module and I'm testing it now. Jon Carnes On Mon, 2003-01-27 at 09:27, Marc Perkel wrote: > I'm not a Python programmer but I need a pat