On Fri Dec 02 09:01:42 2011, will@teambadger.co.uk wrote:
Show quoted text> Hi,
>
> Is there a way to mass (un)subscribe users with the module as an admin
user?
Show quoted text>
> Will
Yes and no. I have written a shallow command line wrapper around
WWW::Mailman that I use to subscribe and unsubscribe users (and list
members, change list options, etc.)
The script allows the user to specify attributes exposed by WWW::Mailman
to be shown or set on the command line.
To (un)subscribe an email address, I just set the '(un)subscribees'
variable to that address.
I haven't attached the script, because it should be optimized and is
also a little buggy (e.g. specifying multiple email addresses doesn't
appear to work, even though it should). But because it's a script, I
can just run it in a loop to implement bulk operations. It works well
enough for my own purposes. If you're interested, let me know.