We are migrating some yahoo group lists to mailman but want our users to be able to self-manage their subscriptions through our site rather than through the mailman interface. This module is great for that; thanks!

But rather than having everyone sign up for a new list, we'd like to just automatically subscribe everyone from the existing list, so I am implementing a mass subscribe feature. For that matter, since we will need a page where the subscriptions are added, I figure we should just allow administrators to delete and otherwise manage subscriptions on that page as well.

It seems like the _mailman_manager_update_subscriptions function is the only one I need to interact with for subscribe/unsubscribe, and once I figured out the lstatus codes I think I am all set. But I wanted to put this out there before I submit a patch to make sure I'm not necessarily missing anything and to see if there is actual interest in a patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

klflote’s picture

Status: Active » Needs review
FileSize
7.84 KB
7.37 KB

Attached are patches to the 6.x.2 and 6.x.3 branches.