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:    def removeMember(self, member):

and also, in the same files:
    def changeMemberAddress(self, member, newaddress, nodelete=0):


-- Fil
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to