Re: [Mailman-Users] Delete a subscriber

2008-08-26 Thread Fil
Hello, > During " delete " a subscriber I want to perform an additional action on > my lists folder , which is delete the keys from the keyring for that > subscriber. check out the following methods: Mailman/MemberAdaptor.py:def removeMember(self, memberkey): Mailman/OldStyleMemberships.py:

Re: [Mailman-Users] Delete a subscriber

2008-08-26 Thread Mark Sapiro
Meenal Pant wrote: > >During " delete " a subscriber I want to perform an additional action on >my lists folder , which is delete the keys from the keyring for that >subscriber. > >I am trying to figure out all the scripts I need to modify to add this >feature to mailman. Also where is the source c

[Mailman-Users] Delete a subscriber

2008-08-26 Thread Meenal Pant
Hello all, I work on the SELS project (http://sels.ncsa.uiuc.edu) We store the GnuPG keyring of list members in the list folder (ex. /var/lib/mailman/list/testlist/SELS) During " delete " a subscriber I want to perform an additional action on my lists folder , which is delete the keys from the ke