is bin/find_members available from web interface directly ?
I know I can do a subscribe/unsubscribe via a web call:
List a member: http://example.com/mailman/admin/<listname>/members?findmember=<email-address>&setmemberopts_btn&adminpw=<adminpassword>
Is it possible to call the /bin/find_member script to retrieve a list of lists a person is subscribed to? Is there another way to get this particular bit of information?
Bruce Harrison UT Martin
Bruce Harrison wrote:
Is it possible to call the /bin/find_member script to retrieve a list of lists a person is subscribed to?
Only by creating a wrapper to be executed by the web server that would run bin/find_member and report results.
See the FAQ at <http://wiki.list.org/x/uIA9>, in particular, the members.c wrapper linked therefrom.
Is there another way to get this particular bit of information?
http://example.com/mailman/options/LIST/user@example.net?othersubs=1&password=xxx
where LIST is one of the lists of which user@example.net is a member and xxx is either the user's password for this list or the site password. The list admin password won't work, and the site password will only work if
ALLOW_SITE_ADMIN_COOKIES = Yes
in mm_cfg.py.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Bruce Harrison
-
Mark Sapiro