KoloJay wrote: > >I'm administrating a mailman installation with nearly 20 different >mailinglists. And each mailinglist has it't own whitelist to accept mails >from non members (accept_these_non_members). If I got a new email address >that should be accepted from all lists I have to log in 20 times and to add >this new email address to the whitelist 20 times. That costs much time... > >Is there a possiblity to have a global whitlists? Then changes only have to >be made in this one whitelist and then are active in all lists. Maybe anyone >does know a solution?
Create a list 'listname' which doesn't send passwords or notices and for which new members are moderated by default and member_moderation_action is discard. This is your whitelist. Then add @listname to accept_these_nonmembers of the other lists. Also, see the script at <http://www.msapiro.net/scripts/non_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://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
