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:
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
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