#! /bin/ksh

header=/tmp/maillist.header

function chilist # listname description
{
#newlist listname description password header
newlist    $1       "$2"      briggs   $header
}

# make list option header file for SIGCHI Mailing Lists
cat > $header << \EOF
*
* Owner= barbee.e.teasley@x400gw.ameritech.com (Barbee Teasley)
* Owner= perlman@turing.acm.org (Gary Perlman)
* Owner= Quiet:
* Owner= instone@cs.bgsu.edu (Keith Instone)
* Owner= perlman@oclc.org (Gary Perlman)
* Owner= clore@acm.org
* Notebook= No
* Digest= No
* Errors-To= Owner
* Subscription= Closed
* Ack= Yes                 Confidential= No              Notify= No
* Files= No                Mail-Via= Distribute          Validate= No
* Reply-to= Sender,Respect Review= Public                Send= Public
* Stats= None,Private      X-Tags= Yes
* Default-Options= NoFiles,Repro,Ack
*
EOF

AC="Adjunct Chair for"
MA="(Mail Alias)"
ML="Mailing List"


#chilist chi-Liaison           "Society Liaisons $ML"
	# chi-Liaison connects to SIGGRAPH and a bad address for Diane Murray

chilist chi-EEC-Plus          "Extended-Plus Executive Committee $ML"
	# chi-EEC-Plus contains 5 extra people - maybe drop it or make a chi-leaders list
	# Adjunct contains some non ACs that might be moved to Plus
	# Could expand it to chi-? and allow more people
chilist chi-EEC               "Extended Executive Committee $ML"
chilist chi-Adjunct           "Adjunct Chairs $ML"
chilist chi-Advisors          "Advisors $ML"
chilist chi-EC                "Executive Committee $ML"
chilist chi-Officers          "Elected Officers $ML"
chilist chi-Past-Chair        "Past Chair $MA"
chilist chi-Bulletin-Editor   "Bulletin Editor $MA"
chilist chi-VC-Publications   "Vice Chair for Publications $MA"
chilist chi-VC-Operations     "Vice Chair for Operations $MA"
chilist chi-VC-Finances       "Vice Chair for Finances $MA"
chilist chi-VC-Conferences    "Vice Chair for Conferences $MA"
chilist chi-VC-Communications "Vice Chair for Communications $MA"
chilist chi-Executive-VC      "Executive Vice Chair $MA"
chilist chi-Chair             "Chair $MA"
chilist chi-AC-Curriculum     "$AC Curriculum $MA"
chilist chi-AC-International  "$AC International Relations $MA"
chilist chi-AC-Volunteers     "$AC Volunteers $MA"
chilist chi-AC-Local-SIGs     "$AC Local-SIGs $MA"
chilist chi-AC-Standards      "$AC Standards $MA"
chilist chi-AC-Information    "$AC Information $MA"
chilist chi-AC-Membership     "$AC Membership $MA"
chilist chi-AC-Education      "$AC Education $MA"
chilist chi-AC-Publicity      "$AC Publicity $MA"
chilist chi-AC-Special-Needs  "$AC Special Needs $MA"
chilist chi-ACM-Liaison       "Liaison at ACM $MA"

