Javad Hoseini-Nopendar wrote: >I already asked this question too, but did not receive any reply. Is there any >way I can export the list of members of my mailing list into a text file or >Excel file or a kind of editable file?
See the FAQ at <http://wiki.list.org/x/aYA9>. >I have another question too. Is there a way I can invite new members to the >mailing list, just by sending an email to a particular address? For example my >mailing list address is [email protected] and I want to invite >[email protected] to this group. I send an email to [email protected] >and include [email protected] in subject line and this user is invited to the >mailing list. Such thing is possible? It is possible but only by modifying Mailman itself and the MTA to add a command script to process the invitation requests and to add the 'invite' command to the mail wrapper's list of valid commands and to tell the MTA how to deliver the '-invite' address to Mailman. Alternatively, you could modify the existing Mailman/cmd_subscribe.py and/or cmd_join.py scripts to send invitations. If you modify only cmd_subscribe.py, then mail to either *-subscribe or *-join will send an invitation because join merely imports the process from subscribe, but you could make separate scripts, one of which would subscribe and the other invite. Yet another possibility is to just make sure the list's subscribe_policy is Confirm and modify the verify.txt template per <http://wiki.list.org/x/jYA9> so it looks more like an invitation. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://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: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
