On 12/06/2015 06:06 PM, Steven Jones wrote:
> "Should administrator get notices of subscribes and unsubscribes? "
> 
> 
> Would it be possible to split these as our list admins would like to see 
> unsubscribes but not subscribes.


There are no plans to implement such a split in official MM 2.1
releases, but if you wanted to implement it, it could be simple
depending on what you wanted to do.

I.e. if you just wanted to modify the code so that admin_notify_mchanges
meant "unsubscribes only", you could just find the two lines

        if admin_notif is None:
            admin_notif = self.admin_notify_mchanges

about 20 lines below the start of the definition of ApprovedAddMember in
Mailman/MailList.py and delete them.

Actually splitting the switches into admin_notify_subscribes and
admin_notify_unsubscribes is more complicated and involves changes to
multiple modules.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to