Youth --

 

About Youth
English (USA)

To see the collection of prior postings to the list, visit the Youth Archives. (The current archive is only available to the list members.)

Using Youth
To post a message to all the list members, send email to youth@wymdonline.org.

You can subscribe to the list, or change your existing subscription, in the sections below.

Subscribing to Youth

Subscribe to Youth by filling out the following form. You will be sent email requesting confirmation, to prevent others from gratuitously subscribing you. This is a hidden list, which means that the list of members is available only to the list administrator.

    Your email address:  
    Your name (optional):  
    You may enter a privacy password below. This provides only mild security, but should prevent others from messing with your subscription. Do not use a valuable password as it will occasionally be emailed back to you in cleartext.

    If you choose not to enter a password, one will be automatically generated for you, and it will be sent to you once you've confirmed your subscription. You can always request a mail-back of your password when you edit your personal options.
    Pick a password:  
    Reenter password to confirm:  
    Which language do you prefer to display your messages? English (USA)  
    Would you like to receive list mail batched in a daily digest? No Yes
Youth Subscribers
(The subscribers list is only available to the list administrator.)

Enter your admin address and password to visit the subscribers list:

Admin address: Password:   

To unsubscribe from Youth, get a password reminder, or change your subscription options enter your subscription email address:

If you leave the field blank, you will be prompted for your email address
!/bin/sh youth-bounces@wymdonline.org mailing list echo " " >/tmp/build_list touch /tmp/build_list # Dump out all lists names that contain the word "saas" (case insensitive) # - BUT, DO NOT include the "_all" list, since that is the list that we # - are re-creating with this script!!! # LISTS="`~mailman/bin/list_lists |grep -i saas | \ grep -vi _all| awk '{ print $1 }'`" for i in "$LISTS" do # dump all user addresses from all saas lists to the file... ~mailman/bin/list_members $i >>/tmp/build_list done # Sort the list and remove duplicate entries # cat /tmp/parent_list |sort -u >/tmp/process_list ### the above step is really unnecessary as "sync_members" already ### does this automatically - still I like a clean orderly list... # Feed the list of all saas users into the "_all" list # - Note: You should turn off welcome messages for this list. # - "saas-all" is the actual name of the mailman list # ~mailman/bin/sync_members -f /tmp/process_list saas_all >/dev/null # Clean up the mess... rm /tmp/build_list rm /tmp/process_list # Have cron run this script hourly and the "saas_all" list # will be updated automatically every hour. # ==EOF==


Youth list run by ryota at ned.org, ishragae at ned.org
Youth administrative interface (requires authorization)
Overview of all wymdonline.org mailing lists

Delivered by Mailman
version 2.1.14-1
Python Powered GNU's Not Unix