Mark Pallo wrote: > >Under the menu path of Membership Management...[Membership List] I am trying >to enter a search string which will return the entire list of my members >when using Find member (help): > >Can someone provide me with the proper search string? I am using 2.1.5. >
Lots of patterns will work, e.g. ^.* The problem is that if the number of matches is greater than DEFAULT_ADMIN_MEMBER_CHUNKSIZE (which defaults to 30), the list will be still be broken into pages of no more than DEFAULT_ADMIN_MEMBER_CHUNKSIZE members per page. If you just want a list of the member's e-mail addresses, try http://www.example.com/mailman/roster/list-name although this won't show hidden members. -- 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://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
