Is it possible for clients to download a backup of all of their Mailman subscribers' email addresses? If so, how? I've looked through all the Mailman settings and didn't see this option.
Is it possible for clients to download a backup of all of their Mailman subscribers' email addresses? If so, how? I've looked through all the Mailman settings and didn't see this option.
Anybody??
I don't think they can do it but you can:
# /usr/local/cpanel/3rdparty/mailman/bin/list_members listname
expanding a bit on what Juanra said;
To place a text file in their home directory so they can download a backup.
# usr/local/cpanel/3rdparty/mailman/bin/list_members -o /home/username/listname.txt listname
will output the list to listname.txt in their home directory
you can also use add_members to import the file to a mailinglist