Hi Степанов Роман Владимирович
On 2011-12-21 06:36, Степанов Роман Владимирович wrote: > > > We have automotive process to subscribe/unsubscribe when users visit > a site and select a specific list and leave their email than robot > must send a command by email to mailman to subscribe or unsubs that > user. > > How to do it by email command not from GUI or command line tool > without notify user? > By email command you can't do that without knowing the password of the user. From commandline use: bin/remove_members --nouserack ${LISTNAME} ${LIST_OF_USERS_TO_UNSUB} or bin/remove_members --nouserack --file=${FILE_WITH_USERS_TO_UNSUB} ${LISTNAME} Kind regards, Christian Mack ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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